rpms/ser/F-8 ser.spec,1.12,1.13

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 19:24:33 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/ser/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1451/F-8

Modified Files:
	ser.spec 
Log Message:
fix conditional comparison


Index: ser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ser/F-8/ser.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ser.spec	29 Aug 2007 16:57:41 -0000	1.12
+++ ser.spec	7 Jul 2008 19:23:15 -0000	1.13
@@ -1,15 +1,15 @@
 %define special_modules mysql jabber cpl-c postgres pa
 %define serweb_version 0.9.4
 
-%if "%{fedora}" >= "4"
+%if 0%{?fedora} >= 4
    %define serweb true
 %endif
 
 Summary: SIP Express Router
 Name: ser
 Version: 0.9.6
-Release: 13%{?dist}
-License: GPL
+Release: 15%{?dist}
+License: GPLv2+
 Group: System Environment/Daemons
 Source0: http://ftp.iptel.org/pub/ser/latest/src/ser-%{version}_src.tar.gz
 Source1: ftp://ftp.berlios.de/pub/ser/latest/contrib/serweb-%{serweb_version}.tar.gz
@@ -21,9 +21,10 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: expat-devel, libxml2-devel, mysql-devel, postgresql-devel, bison
 BuildRequires: flex
-Requires(post): /sbin/chkconfig
-Requires(preun): /sbin/chkconfig
-Requires(preun): /sbin/service
+Requires(post): chkconfig
+Requires(preun): chkconfig
+# for /sbin/service
+Requires(preun): initscripts
 
 %description
 A high-performance, configurable SIP server. It can act as registrar, proxy
@@ -215,6 +216,14 @@
 %endif
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.9.6-15
+- fix conditional comparison
+- fix license tag
+- fix unnecessary file deps
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.6-14
+- Autorebuild for GCC 4.3
+
 * Wed Aug 29 2007 Andreas Thienemann <andreas at bawue.net> 0.9.6-13
 - Fix build issues on non x86 systems for good
 




More information about the scm-commits mailing list