rpms/ser/devel ser.spec,1.13,1.14

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


Author: spot

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

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


Index: ser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ser/devel/ser.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ser.spec	19 Feb 2008 05:23:49 -0000	1.13
+++ ser.spec	7 Jul 2008 19:23:57 -0000	1.14
@@ -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: 14%{?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,11 @@
 %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
 




More information about the fedora-extras-commits mailing list