SPECS: acl.spec - check-files cleanup; cosmetics

glen glen at pld-linux.org
Mon Jun 18 19:48:07 CEST 2007


Author: glen                         Date: Mon Jun 18 17:48:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- check-files cleanup; cosmetics

---- Files affected:
SPECS:
   acl.spec (1.80 -> 1.81) 

---- Diffs:

================================================================
Index: SPECS/acl.spec
diff -u SPECS/acl.spec:1.80 SPECS/acl.spec:1.81
--- SPECS/acl.spec:1.80	Fri Jun  1 21:34:17 2007
+++ SPECS/acl.spec	Mon Jun 18 19:48:02 2007
@@ -84,11 +84,11 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_includedir}/acl,%{_mandir}/man3}
 
+P=$(pwd)
 DIST_ROOT=$RPM_BUILD_ROOT
-DIST_INSTALL=`pwd`/install.manifest
-DIST_INSTALL_DEV=`pwd`/install-dev.manifest
-DIST_INSTALL_LIB=`pwd`/install-lib.manifest
-export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV DIST_INSTALL_LIB
+DIST_INSTALL=$P/install.manifest
+DIST_INSTALL_DEV=$P/install-dev.manifest
+DIST_INSTALL_LIB=$P/install-lib.manifest
 
 %{__make} install \
 	DIST_MANIFEST=$DIST_INSTALL \
@@ -109,11 +109,13 @@
 echo ".so acl_from_text.3"	> $RPM_BUILD_ROOT%{_mandir}/man3/acl_to_text.3
 
 rm -f $RPM_BUILD_ROOT%{_libexecdir}/lib*.so
-ln -sf %{_libdir}/$(cd $RPM_BUILD_ROOT%{_libdir} ; echo libacl.so.*.*.*) \
+ln -sf %{_libdir}/$(cd $RPM_BUILD_ROOT%{_libdir}; echo libacl.so.*.*.*) \
 	$RPM_BUILD_ROOT%{_libexecdir}/libacl.so
 %{__sed} -i "s|libdir='%{_libdir}'|libdir='%{_libexecdir}'|" \
 	$RPM_BUILD_ROOT%{_libexecdir}/libacl.la
 
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
+
 %find_lang %{name}
 
 %clean
@@ -148,6 +150,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.81  2007/06/18 17:48:02  glen
+- check-files cleanup; cosmetics
+
 Revision 1.80  2007/06/01 19:34:17  qboosh
 - updated to 2.2.44
 
@@ -287,7 +292,7 @@
 
 Revision 1.35  2003/02/11 09:35:46  trojan
 - updated to 2.2.4
-- added %%find_lang
+- added %find_lang
 
 Revision 1.34  2003/02/01 19:54:26  adgor
 - Fixed symlink
@@ -315,15 +320,15 @@
 - buildrequires attr-devel >= 2.0.0
 
 Revision 1.26  2002/05/21 23:12:40  kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
              s/^automake -a -c -f/\%\{__automake\}/; \
-	     s/^autoconf/\%\{__autoconf\}/"
+     s/^autoconf/\%\{__autoconf\}/"
 
 Revision 1.25  2002/04/30 13:43:00  pioklo
--up to 2.0.9,STBR
+- up to 2.0.9,STBR
 
 Revision 1.24  2002/04/25 15:41:28  arturs
-fixed a small typo
+- fixed a small typo
 
 Revision 1.23  2002/04/09 15:24:17  ankry
 - removed man section from .so redirections
@@ -342,10 +347,10 @@
 - updated to 1.1.4 (bugfixes)
 
 Revision 1.18  2002/01/18 02:12:18  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.17  2002/01/03 18:12:40  baggins
-- run ldconfig in %%post(un)
+- run ldconfig in %post(un)
 
 Revision 1.16  2002/01/02 18:42:33  baggins
 - finished update to 1.1.3
@@ -358,19 +363,19 @@
 - install is kinda b0rken
 
 Revision 1.13  2001/06/04 15:54:12  baggins
-- removed requires %%{name} from devel package (not needed)
+- removed requires %{name} from devel package (not needed)
 
 Revision 1.12  2001/06/01 13:25:54  baggins
-- added Requires %%{name} = %%{version} to devel package
+- added Requires %{name} = %{version} to devel package
 
 Revision 1.11  2001/06/01 13:10:48  baggins
 - updated to 1.0.4
 
 Revision 1.10  2001/05/01 21:22:32  misiek
-initial pld release
+- initial pld release
 
 Revision 1.2  2001/05/01 20:48:38  misiek
-manual pages added to devel subpackage
+- manual pages added to devel subpackage
 
 Revision 1.1  2001/05/01 20:46:51  misiek
-utilities and library to manipulate extended attributes
+- utilities and library to manipulate extended attributes
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/acl.spec?r1=1.80&r2=1.81&f=u



More information about the pld-cvs-commit mailing list