SPECS: FHS.spec - reason why no_install_post_{strip, chrpat, compres...

glen glen at pld-linux.org
Thu Jan 24 23:39:07 CET 2008


Author: glen                         Date: Thu Jan 24 22:39:07 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- reason why no_install_post_{strip,chrpat,compress_modules} are used, however these could as well not be here

---- Files affected:
SPECS:
   FHS.spec (1.128 -> 1.129) 

---- Diffs:

================================================================
Index: SPECS/FHS.spec
diff -u SPECS/FHS.spec:1.128 SPECS/FHS.spec:1.129
--- SPECS/FHS.spec:1.128	Tue Jan  1 01:23:18 2008
+++ SPECS/FHS.spec	Thu Jan 24 23:39:02 2008
@@ -16,7 +16,10 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_locmandir	/usr/local/man
+# doesn't contain any files, but we're not noarch package
 %define 	no_install_post_strip	1
+%define 	no_install_post_chrpath	1
+%define 	no_install_post_compress_modules	1
 
 %description
 This package contains the basic directory layout for a Linux system,
@@ -204,6 +207,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.129  2008-01-24 22:39:02  glen
+- reason why no_install_post_{strip,chrpat,compress_modules} are used, however these could as well not be here
+
 Revision 1.128  2008-01-01 00:23:18  adamg
 - first new year's commit
 - happy new year!
@@ -225,7 +231,7 @@
 
 Revision 1.122  2007/06/08 21:55:27  areq
 - add /var/yp
-[release 18]
+  [release 18]
 
 Revision 1.121  2007/05/30 18:41:13  areq
 - no_install_post_strip
@@ -288,7 +294,7 @@
 
 Revision 1.103  2005/06/30 20:15:26  twittner
 - changed location for cgi programs:
-  %%{_libdir}/cgi-bin -> %%{_prefix}/lib/cgi-bin .
+  %{_libdir}/cgi-bin -> %{_prefix}/lib/cgi-bin .
   There's no need to have two different directories on
   different archs (/usr/lib vs. /usr/lib64 issue) - one
   /usr/lib/cgi-bin is sufficient and good for all archs.
@@ -345,7 +351,7 @@
 - added missing and removed unused man dirs, rel. 6
 
 Revision 1.87  2004/07/29 19:59:18  qboosh
-- /lib/security -> /%%{_lib}/security fix; release 5
+- /lib/security -> /%{_lib}/security fix; release 5
 
 Revision 1.86  2004/06/29 20:52:24  djurban
 - revert my bogus changes, group of services set to adm, rel. 4
@@ -402,7 +408,7 @@
 - release 12 (sync with RA)
 
 Revision 1.68  2003/08/14 11:03:24  adgor
-- Added %%{_datadir}/applications
+- Added %{_datadir}/applications
 - Release 11
 
 Revision 1.67  2003/08/12 15:08:19  qboosh
@@ -436,7 +442,7 @@
 
 Revision 1.58  2003/01/22 21:15:40  qboosh
 - added missing dirs, required by FHS 2.2: /usr/local/include, /var/local
-- added %%{_mandir}/pl/mann dir (we have some pl man pages for tcl)
+- added %{_mandir}/pl/mann dir (we have some pl man pages for tcl)
 - release 4
 
 Revision 1.57  2003/01/19 18:44:25  qboosh
@@ -456,8 +462,8 @@
 - release 26, STBR (even for updates/security)
 
 Revision 1.52  2002/07/15 20:24:25  qboosh
-- added %%{_xmandir}/sk dir
-- removed %%ghost from dirs - it caused problems: rpm -V complained about
+- added %{_xmandir}/sk dir
+- removed %ghost from dirs - it caused problems: rpm -V complained about
   missing dirs and permissions weren't set correctly during upgrade
 - release 25
 
@@ -465,7 +471,7 @@
 - added /usr/share/empty as commot privilege separation dir; release 24
 
 Revision 1.50  2002/06/10 14:51:16  ankry
-- international mandirs made %%ghost; they are now created while the
+- international mandirs made %ghost; they are now created while the
   appropriate manpages are installed
 - release 23
 
@@ -524,7 +530,7 @@
 - fixed Linux name spelling.
 
 Revision 1.33  2001/11/26 10:24:03  kloczek
-- reverte last changes (%%{_libdir}/pkgconfig is in pkgconfig package).
+- reverte last changes (%{_libdir}/pkgconfig is in pkgconfig package).
 
 Revision 1.32  2001/11/25 16:13:07  gotar
 - added %{_libdir}/pkgconfig dir to the package contents,
@@ -542,13 +548,13 @@
 - relese 14: added dir for hr manpages
 
 Revision 1.28  2001/09/16 16:55:38  qboosh
-- oops... added %%{_mandir}/{hu,ko} to %%files too
+- oops... added %{_mandir}/{hu,ko} to %files too
 
 Revision 1.27  2001/09/16 13:56:30  qboosh
-- release 13: added %%{_mandir}/{hu,ko}/man[1-8] dirs
+- release 13: added %{_mandir}/{hu,ko}/man[1-8] dirs
 
 Revision 1.26  2001/08/30 12:18:48  gotar
-- awful %%configure macro expansions removed,
+- awful %configure macro expansions removed,
 - other specs' changelogs cosmetical fixes,
 - no functional nor release changes.
 
@@ -580,7 +586,7 @@
 - release 9.
 
 Revision 1.18  2001/07/03 16:18:05  qboosh
-- removed %%{_fontsdir}/latin2 directory (to reflect last XFree86-fonts changes)
+- removed %{_fontsdir}/latin2 directory (to reflect last XFree86-fonts changes)
 - release 8
 
 Revision 1.17  2001/04/26 23:32:41  qboosh
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/FHS.spec?r1=1.128&r2=1.129&f=u



More information about the pld-cvs-commit mailing list