Update version, update URIs, correct distribution name, use

Tue, 28 Aug 2012 18:50:40 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:50:40 +0200
changeset 594
bfc60517623b
parent 593
6a0daac879c0
child 595
a455004dd97f

Update version, update URIs, correct distribution name, use
parallel make, and modernize packaging.

sproxy/sproxy.spec file | annotate | diff | comparison | revisions
     1.1 --- a/sproxy/sproxy.spec	Tue Aug 28 18:50:35 2012 +0200
     1.2 +++ b/sproxy/sproxy.spec	Tue Aug 28 18:50:40 2012 +0200
     1.3 @@ -25,26 +25,22 @@
     1.4  #   package information
     1.5  Name:         sproxy
     1.6  Summary:      URL Harvesting HTTP Proxy
     1.7 -URL:          http://www.joedog.org/index/sproxy-home/
     1.8 +URL:          http://www.joedog.org/sproxy-home/
     1.9  Vendor:       Jeffrey Fulmer
    1.10  Packager:     Michael Schloh von Bennewitz
    1.11 -Distribution: Europalab Production
    1.12 +Distribution: Europalab Networks Production
    1.13  Class:        EVAL
    1.14  Group:        Network
    1.15  License:      GPL
    1.16 -Version:      1.01
    1.17 -Release:      20090106
    1.18 +Version:      1.02
    1.19 +Release:      20120800
    1.20  
    1.21  #   list of sources
    1.22 -Source0:      ftp://sid.joedog.org/pub/sproxy/sproxy-%{version}.tar.gz
    1.23 +Source0:      http://www.joedog.org/pub/sproxy/sproxy-%{version}.tar.gz
    1.24  
    1.25  #   build information
    1.26 -Prefix:       %{l_prefix}
    1.27 -BuildRoot:    %{l_buildroot}
    1.28 -BuildPreReq:  OpenPKG, openpkg >= 20040130, perl
    1.29 -PreReq:       OpenPKG, openpkg >= 20040130, perl, perl-www
    1.30 -AutoReq:      no
    1.31 -AutoReqProv:  no
    1.32 +BuildPreReq:  OpenPKG, openpkg >= 20100101, perl, make
    1.33 +PreReq:       OpenPKG, openpkg >= 20100101, perl, perl-www
    1.34  
    1.35  %description
    1.36      Sproxy is a tool designed to harvest URLs for a HTTP/HTTPS test tool
    1.37 @@ -73,13 +69,14 @@
    1.38      ./configure \
    1.39          --prefix=%{l_prefix} \
    1.40          --sysconfdir=%{l_prefix}/etc/sproxy
    1.41 -    %{l_make} %{l_mflags}
    1.42 +    %{l_make} %{l_mflags -O}
    1.43  
    1.44  %install
    1.45 -    rm -rf $RPM_BUILD_ROOT
    1.46      %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
    1.47      rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/sproxy
    1.48      %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
    1.49  
    1.50  %files -f files
    1.51  
    1.52 +%clean
    1.53 +

mercurial