]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- version 2.0rc3 (includes important bugfixes) auto/th/syslog-ng-2_0-rc3_1
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 17 Oct 2006 09:38:31 +0000 (09:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng.spec -> 1.126

syslog-ng.spec

index 385b5ba608ef01035539af3e7c0296ef55d1d6b8..4ce4fd85d8e553551abbd88e4b2e8b7f69541bfb 100644 (file)
@@ -2,19 +2,20 @@
 # Conditional build:
 %bcond_with    dynamic         # link dynamically with glib and eventlog
 #
-%define                mainver         1.9
-%define                minorver        11
+%define                mainver         2.0
+%define                minver          %{nil}
+%define                rcver           rc3
 
 Summary:       Syslog-ng - new generation of the system logger
 Summary(pl):   Syslog-ng - zamiennik syskloga
 Summary(pt_BR):        Daemon de log nova geração
 Name:          syslog-ng
-Version:       %{mainver}.%{minorver}
-Release:       3
+Version:       %{mainver}%{minver}
+Release:       %{rcver}.1
 License:       GPL v2
 Group:         Daemons
-Source0:       http://www.balabit.com/downloads/syslog-ng/%{mainver}/src/%{name}-%{version}.tar.gz
-# Source0-md5: e895ca63b26e4748779802b0f91ada5d
+Source0:       http://www.balabit.com/downloads/syslog-ng/%{mainver}/src/%{name}-%{version}%{rcver}.tar.gz
+# Source0-md5: 401af84fb04fecf85f0ad14dd75fa763
 Source1:       %{name}.init
 Source2:       %{name}.conf
 Source3:       %{name}.logrotate
@@ -68,7 +69,7 @@ por seu conte
 facility/prioridade como o syslog original.
 
 %prep
-%setup -q
+%setup -qn %{name}-%{version}%{rcver}
 %patch0 -p1
 
 %{__tar} zxvf doc/reference/syslog-ng.html.tar.gz
This page took 0.159509 seconds and 4 git commands to generate.