]> git.pld-linux.org Git - packages/FHS.git/commitdiff
- added /usr/X11R6/share/idl and /usr/share/fonts{,/Type1,/latin2} dirs
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Apr 2001 00:56:29 +0000 (00:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 6

Changed files:
    FHS.spec -> 1.16

FHS.spec

index 7511ea9aeaf5028ab9359a206aa11d27fc9de11c..d56421425fbb38c91a34236f755a580fd1845535 100644 (file)
--- a/FHS.spec
+++ b/FHS.spec
@@ -5,7 +5,7 @@ Summary(pl):    Podstawa uk
 Summary(tr):   Temel dosya sistemi yapýsý
 Name:          FHS
 Version:       2.1
-Release:       5
+Release:       6
 License:       GPL
 Group:         Base
 Group(pl):     Podstawowe
@@ -57,7 +57,9 @@ install -d $RPM_BUILD_ROOT/{bin,boot,home/users,opt} \
        $RPM_BUILD_ROOT/var/{lock/subsys,log,mail,run,spool} \
        $RPM_BUILD_ROOT/var/{games,lib/misc,tmp,db,opt,crash,cache} \
        $RPM_BUILD_ROOT/var/cache \
-       $RPM_BUILD_ROOT%{_applnkdir}
+       $RPM_BUILD_ROOT%{_applnkdir} \
+       $RPM_BUILD_ROOT/usr/X11R6/share/idl \
+       $RPM_BUILD_ROOT%{_fontsdir}/{Type1,latin2}
 
 for manp in man{1,2,3,4,5,6,7,8} ; do
        install -d $RPM_BUILD_ROOT%{_mandir}/${manp}
@@ -88,7 +90,7 @@ else
 fi
 
 %files
-%defattr(755,root,root,755)
+%defattr(644,root,root,755)
 /bin
 %attr(755,root,root) /boot
 %dir %{_sysconfdir}
@@ -153,6 +155,8 @@ fi
 %lang(fr) %{_xmandir}/fr
 %dir /usr/X11R6/share
 %{_applnkdir}
+/usr/X11R6/share/idl
+%{_fontsdir}
 
 %dir /var
 /var/cache
This page took 0.025648 seconds and 4 git commands to generate.