rpms/mantis/devel mantis.spec,1.3,1.4

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


Author: thias

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

Modified Files:
	mantis.spec 
Log Message:
Mass letter "m" and "n" 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: mantis.spec
===================================================================
RCS file: /cvs/extras/rpms/mantis/devel/mantis.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mantis.spec	10 Dec 2004 22:03:07 -0000	1.3
+++ mantis.spec	3 Mar 2005 23:01:24 -0000	1.4
@@ -1,14 +1,13 @@
-## $Id$
+# $Id$
 
 %define pkgdir		%{_datadir}/%{name}
 %define cfgdir		%{_sysconfdir}/%{name}
 %define httpconfdir	%{_sysconfdir}/httpd/conf.d
 
-Summary:	A web-based bugtracking system
+Summary:	Web-based bugtracking system
 Name:		mantis
 Version:	0.18.3
 Release:	2
-Epoch:		0
 License:	GPL
 Group:		Applications/Internet
 URL:		http://mantisbt.sourceforge.net/
@@ -27,7 +26,7 @@
 Group:		Applications/Internet
 Source10:	mantis-httpd.conf
 Provides:	mantis-config = httpd
-Requires:	mantis = %{epoch}:%{version}-%{release}
+Requires:	mantis = %{version}-%{release}
 Requires:	%{httpconfdir}
 Requires:	mod_ssl
 Requires(post):		httpd
@@ -50,7 +49,6 @@
 
 This package contains configuration-files for Apache httpd 2.
 
-#-------------------------------------------------
 
 %prep
 %setup -q -n %{name}bt-%{version}%{?alpha}
@@ -62,7 +60,6 @@
 find -name '.cvsignore' -exec rm -f {} \;
 rm -rf packages
 
-#-------------------------------------------------
 
 %install
 rm -rf "$RPM_BUILD_ROOT"
@@ -93,13 +90,10 @@
 %__install -p -m644 %SOURCE10 $RPM_BUILD_ROOT%httpconfdir/mantis.conf
 subst %httpconfdir/mantis.conf
 
-#-------------------------------------------------
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
-#-------------------------------------------------
-
 
 %post config-httpd
 ! /sbin/pidof httpd &>/dev/null || /usr/sbin/apachectl graceful || :




More information about the fedora-extras-commits mailing list