rpms/openslp/devel openslp.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 23:53:15 UTC 2005


Author: thias

Update of /cvs/extras/rpms/openslp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24517/openslp/devel

Modified Files:
	openslp.spec 
Log Message:
Mass letter "o" and "p" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: openslp.spec
===================================================================
RCS file: /cvs/extras/rpms/openslp/devel/openslp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openslp.spec	10 Dec 2004 22:03:07 -0000	1.4
+++ openslp.spec	3 Mar 2005 23:53:13 -0000	1.5
@@ -2,20 +2,19 @@
 
 %define pie 1
 
-Summary: OpenSLP implementation of Service Location Protocol V2
-Name:	 openslp
-Epoch:	 0
+Summary: Open implementation of Service Location Protocol V2
+Name:    openslp
 Version: 1.2.0
 Release: 4%{?dist_tag}
-Group:	 System Environment/Libraries
+Group:   System Environment/Libraries
 License: BSD
-#URL: 	 http://www.openslp.org/
-URL:	 http://sourceforge.net/projects/openslp/
+#URL:     http://www.openslp.org/
+URL:     http://sourceforge.net/projects/openslp/
 Source:  http://dl.sourceforge.net/sourceforge/openslp/openslp-1.2.0.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Source1: slpd.init
-Patch1:	 openslp-1.2.0-optflags.patch
+Patch1:  openslp-1.2.0-optflags.patch
 
 BuildRequires: autoconf automake libtool
 BuildRequires: bison flex
@@ -28,20 +27,20 @@
 existence, location, and configuration of networked services in
 enterprise networks.
 
-OpenSLP is an open source implementation of the SLPv2 protocol as defined 
-by RFC 2608 and RFC 2614.   
+OpenSLP is an open source implementation of the SLPv2 protocol as defined
+by RFC 2608 and RFC 2614.
 
 %package devel
 Summary: OpenSLP headers and libraries
-Group:	Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Group:   Development/Libraries
+Requires: %{name} = %{version}-%{release}
 %description devel
 OpenSLP header files and libraries.
 
 %package server
 Summary: OpenSLP server daemon
-Group:	 System Environment/Daemons
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Group:   System Environment/Daemons
+Requires: %{name} = %{version}-%{release}
 Requires(preun): chkconfig /sbin/service
 Requires(post): chkconfig
 Requires(postun): /sbin/service
@@ -50,7 +49,7 @@
 
 
 %prep
-%setup -q 
+%setup -q
 
 %patch1 -p1 -b .optflags
 
@@ -87,8 +86,8 @@
 install -p -D -m755  %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/slpd
 
 # nuke unpackaged/unwanted files
-rm -rf	$RPM_BUILD_ROOT/usr/doc
-rm -f 	$RPM_BUILD_ROOT%{_libdir}/*.la	
+rm -rf $RPM_BUILD_ROOT/usr/doc
+rm -f  $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %clean
@@ -113,7 +112,7 @@
 fi
 
 
-%files 
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING FAQ NEWS README THANKS
 %doc doc/html/IntroductionToSLP
@@ -132,7 +131,7 @@
 
 %files devel
 %defattr(-,root,root)
-%doc doc/html/ProgrammersGuide 
+%doc doc/html/ProgrammersGuide
 %doc doc/rfc
 %{_includedir}/*
 %{_libdir}/lib*.so
@@ -150,7 +149,7 @@
 
 * Thu Jul 15 2004 Rex Dieter <rexdieter at sf.net> 0:1.2.0-0.fdr.1
 - 1.2.0
-- use -pie 
+- use -pie
 - don't use Requires(post,postun)
 
 * Fri Oct 24 2003 Rex Dieter <rexdieter af sf.net> 0:1.0.11-0.fdr.7
@@ -176,7 +175,7 @@
 * Thu May 1 2003 Rex Dieter <rexdieter at sf.net> 0:1.0.11-0.fdr.2
 - docs: remove CVS files, include rfc, move ProgrammersGuide to -devel.
 - improve sub-pkg descriptions.
-- improve server %%preun,%%postun scripts: condrestart on upgrade, 
+- improve server %%preun,%%postun scripts: condrestart on upgrade,
   suppress output of server shutdown,restarts.
 
 * Thu May 1 2003 Rex Dieter <rexdieter at sf.net> 0:1.0.11-0.fdr.1




More information about the fedora-extras-commits mailing list