]> git.pld-linux.org Git - packages/argus.git/commitdiff
- do not put rc into version (but release)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 Feb 2007 15:31:29 +0000 (15:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    argus.spec -> 1.4

argus.spec

index 7521034166be7268b8cbaf431c6bea983536047e..2032303b9b91dae7e6e1e73a25ae6d68b2a70ea7 100644 (file)
@@ -8,16 +8,17 @@
 %bcond_without sasl            # build with sasl support
 #
 %define                _ver_major      3.0
-%define                _ver_minor      .0
-%define                _rc             .rc.40
+%define                _ver_minor      0
+%define                _rc             rc.40
+%define                _rel    0.2
 Summary:       Real time network flow monitor
 Summary(pl.UTF-8):     Monitor obciążenia sieci czasu rzeczywistego
 Name:          argus
-Version:       %{_ver_major}%{_ver_minor}%{_rc}
-Release:       0.1
+Version:       %{_ver_major}.%{_ver_minor}
+Release:       0.%{_rc}.%{_rel}
 License:       GPL v2
 Group:         Applications/Networking
-Source0:       ftp://qosient.com/dev/argus-%{_ver_major}/%{name}-%{version}.tar.gz
+Source0:       ftp://qosient.com/dev/argus-%{_ver_major}/%{name}-%{version}.%{_rc}.tar.gz
 # Source0-md5: 49047be6450c6255cceb3fb9bfe3caed
 Source1:       %{name}.conf
 Source2:       %{name}.init
@@ -39,7 +40,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description -l pl.UTF-8
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}.%{_rc}
 
 %build
 %configure \
This page took 0.079688 seconds and 4 git commands to generate.