SPECS: quota.spec - don't use %{name} here as it's bcond-dependant

baggins baggins at pld-linux.org
Fri Sep 28 02:07:26 CEST 2007


Author: baggins                      Date: Fri Sep 28 00:07:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't use %{name} here as it's bcond-dependant

---- Files affected:
SPECS:
   quota.spec (1.90 -> 1.91) 

---- Diffs:

================================================================
Index: SPECS/quota.spec
diff -u SPECS/quota.spec:1.90 SPECS/quota.spec:1.91
--- SPECS/quota.spec:1.90	Fri Sep 28 02:03:09 2007
+++ SPECS/quota.spec	Fri Sep 28 02:07:21 2007
@@ -27,23 +27,23 @@
 Epoch:		1
 License:	BSD
 Group:		Applications/System
-Source0:	http://dl.sourceforge.net/linuxquota/%{name}-%{version}.tar.gz
+Source0:	http://dl.sourceforge.net/linuxquota/quota-%{version}.tar.gz
 # Source0-md5:	5a1c2f5e669aba825e0126d2f30ee622
-Source1:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
+Source1:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/quota-non-english-man-pages.tar.bz2
 # Source1-md5:	05a209bc054366ea190d1c67669f9ca3
-Source2:	r%{name}d.init
-Source3:	r%{name}d.sysconfig
+Source2:	rquotad.init
+Source3:	rquotad.sysconfig
 URL:		http://sourceforge.net/projects/linuxquota/
-Patch0:		%{name}-defaults.patch
-Patch1:		%{name}-pl.po-update.patch
-Patch2:		%{name}-repquota-len-fix.patch
+Patch0:		quota-defaults.patch
+Patch1:		quota-pl.po-update.patch
+Patch2:		quota-repquota-len-fix.patch
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	e2fsprogs-devel
 BuildRequires:	gettext-devel
 BuildRequires:	libwrap-devel
 BuildRequires:	rpmbuild(macros) >= 1.268
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:	%{tmpdir}/quota-%{version}-root-%(id -u -n)
 
 %description
 Quotas allow the system administrator to limit disk usage by a user
@@ -117,7 +117,7 @@
 dla zdalnego systemu plików.
 
 %prep
-%setup -q -n %{name}-tools
+%setup -q -n quota-tools
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -170,7 +170,7 @@
 	/sbin/chkconfig --del rquotad
 fi
 
-%triggerpostun rquotad -- %{name}-rquotad < 3.14-3
+%triggerpostun rquotad -- quota-rquotad < 3.14-3
 /sbin/chkconfig rquotad reset
 
 %files -f quota.lang
@@ -226,6 +226,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.91  2007/09/28 00:07:21  baggins
+- don't use %{name} here as it's bcond-dependant
+
 Revision 1.90  2007/09/28 00:03:09  baggins
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/quota.spec?r1=1.90&r2=1.91&f=u



More information about the pld-cvs-commit mailing list