rpms/clamav/devel clamav.spec,1.8,1.9

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 20:08:38 UTC 2005


Author: thias

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

Modified Files:
	clamav.spec 
Log Message:
Mass letter "c" 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: clamav.spec
===================================================================
RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- clamav.spec	15 Feb 2005 08:40:51 -0000	1.8
+++ clamav.spec	3 Mar 2005 20:08:36 -0000	1.9
@@ -23,7 +23,6 @@
 Name:		clamav
 Version:	0.83
 Release:	%release_func 1
-Epoch:		0
 License:	GPL
 Group:		Applications/File
 URL:		http://www.clamav.net
@@ -40,7 +39,7 @@
 Patch21:	clamav-0.70-path.patch
 Patch22:	clamav-0.80-initoff.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
-Requires:	clamav-lib = %{epoch}:%{version}-%{release}
+Requires:	clamav-lib = %{version}-%{release}
 Requires:	data(clamav)
 BuildRequires:	zlib-devel bzip2-devel gmp-devel tcp_wrappers curl-devel
 BuildRequires:	bc
@@ -51,44 +50,44 @@
 Requires:	data(clamav)
 
 %package devel
-Summary:	Headerfiles and libraries for the Clam Antivirus scanner
+Summary:	Header files and libraries for the Clam Antivirus scanner
 Group:		Development/Libraries
 Source100:	clamd-gen
-Requires:	clamav-lib = %{epoch}:%{version}-%{release}
+Requires:	clamav-lib = %{version}-%{release}
 Requires(pre):	%_libdir/pkgconfig
 
 %package data
-Summary:	The virus-signatures for clamav
+Summary:	Virus signature data for the Clam Antivirus scanner
 Group:		Applications/File
 Provides:	data(clamav)
 Requires(pre):		fedora-usermgmt >= 0:0.7
 Requires(postun):	fedora-usermgmt >= 0:0.7
 
 %package update
-Summary:	Auto-updater for clamav data-files
+Summary:	Auto-updater for the Clam Antivirus scanner data-files
 Group:		Applications/File
-Requires:	clamav-data = %epoch:%version-%release
+Requires:	clamav-data = %{version}-%{release}
 Requires(pre):		/etc/cron.d
 Requires(postun):	/etc/cron.d
 Requires(post):		%{__chown} %{__chmod}
 
 %package server
-Summary:	The clamav server
+Summary:	Clam Antivirus scanner server
 Group:		System Environment/Daemons
-Provides:	clamav-daemon = %epoch:%version-%release
-Obsoletes:	clamav-daemon < %epoch:%version-%release
-Conflicts:	clamav-daemon > %epoch:%version-%release
+Provides:	clamav-daemon = %{version}-%{release}
+Obsoletes:	clamav-daemon < %{version}-%{release}
+Conflicts:	clamav-daemon > %{version}-%{release}
 ## For now, use this as a placeholder. Later, generate separate -sysv
 ## and -minit subpackages
 Requires:	init(clamav-server)
 Provides:	init(clamav-server)
 Requires:	data(clamav)
-Requires:	clamav-lib = %{epoch}:%{version}-%{release}
+Requires:	clamav-lib = %{version}-%{release}
 Requires(pre):		%_initrddir
 Requires(postun):	%_initrddir
 
 %package milter
-Summary:	A sendmail-milter for clamav
+Summary:	Sendmail-milter for the Clam Antivirus scanner
 Group:		System Environment/Daemons
 ## For now, use this as a placeholder. Later, generate separate -sysv
 ## and -minit subpackages
@@ -626,5 +625,5 @@
 * Tue Oct 29 2002 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> 0.52-1
 - updated to 0.52
 
-* Tue Sep 17 2002 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> 
+* Tue Sep 17 2002 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
 - Initial build.




More information about the fedora-extras-commits mailing list