SPECS: FHS.spec - changed location for cgi programs: %%{_libdir}...
twittner
twittner at pld-linux.org
Thu Jun 30 22:15:32 CEST 2005
Author: twittner Date: Thu Jun 30 20:15:32 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- changed location for cgi programs:
%%{_libdir}/cgi-bin -> %%{_prefix}/lib/cgi-bin .
There's no need to have two different directories on
diffrent archs (/usr/lib vs. /usr/lib64 issue) - one
/usr/lib/cgi-bin is sufficient and good for all archs.
- rel. 12
---- Files affected:
SPECS:
FHS.spec (1.102 -> 1.103)
---- Diffs:
================================================================
Index: SPECS/FHS.spec
diff -u SPECS/FHS.spec:1.102 SPECS/FHS.spec:1.103
--- SPECS/FHS.spec:1.102 Wed May 11 15:22:05 2005
+++ SPECS/FHS.spec Thu Jun 30 22:15:26 2005
@@ -6,7 +6,7 @@
Summary(tr): Temel dosya sistemi yapýsý
Name: FHS
Version: 2.3
-Release: 11
+Release: 12
License: GPL
Group: Base
URL: http://www.pathname.com/fhs/
@@ -56,10 +56,9 @@
$RPM_BUILD_ROOT%{_sysconfdir}/{X11,certs,opt,security} \
$RPM_BUILD_ROOT{/lib/{firmware,modules},/%{_lib}/security} \
$RPM_BUILD_ROOT/{mnt,media/{cdrom,floppy},proc,root,sbin,tmp} \
- $RPM_BUILD_ROOT%{_prefix}/{bin,games,include/security,lib,sbin,share,src/examples} \
+ $RPM_BUILD_ROOT%{_prefix}/{bin,games,include/security,lib/cgi-bin,sbin,share,src/examples} \
$RPM_BUILD_ROOT%{_datadir}/{applications,dict,doc,games,info,misc,tmac} \
$RPM_BUILD_ROOT%{_libdir}/games \
- $RPM_BUILD_ROOT%{_libdir}/cgi-bin \
$RPM_BUILD_ROOT%{_prefix}/local/{bin,etc,games,include,lib,sbin,share/{doc,info},src} \
$RPM_BUILD_ROOT/var/{lock/subsys,log,mail,run,spool} \
$RPM_BUILD_ROOT/var/{cache,crash,db,games,lib/misc,local,opt,tmp} \
@@ -183,7 +182,7 @@
%lang(zh_TW) %{_mandir}/zh_TW
%{_datadir}/misc
%{_datadir}/tmac
-%dir %{_libdir}/cgi-bin
+%dir %{_prefix}/lib/cgi-bin
%{_prefix}/src
%dir %{_prefix}/local
%{_prefix}/local/bin
@@ -235,6 +234,14 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.103 2005/06/30 20:15:26 twittner
+- changed location for cgi programs:
+ %%{_libdir}/cgi-bin -> %%{_prefix}/lib/cgi-bin .
+ There's no need to have two different directories on
+ diffrent archs (/usr/lib vs. /usr/lib64 issue) - one
+ /usr/lib/cgi-bin is sufficient and good for all archs.
+- rel. 12
+
Revision 1.102 2005/05/11 13:22:05 qboosh
- use x8664 macro
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/FHS.spec?r1=1.102&r2=1.103&f=u
More information about the pld-cvs-commit
mailing list