]> git.pld-linux.org Git - packages/man-pages.git/commitdiff
- fixed filename / internal path for fi manpages
authorankry <ankry@pld-linux.org>
Sat, 15 Sep 2001 20:06:56 +0000 (20:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    man-pages.spec -> 1.45

man-pages.spec

index 3731c935885f4ef5e221686c128506fa9e5abcdb..a3238dac69c97cce0a42c0fdc2fe6bca9b603950 100644 (file)
@@ -35,7 +35,7 @@ Source1:      ftp://ftp.muni.cz/pub/linux/people/petr_kolar/localization/man-pages-cs
 #Source2:      http://www.sslug.dk/locale/man-sider/manpages-da-%{da_version}.tar.gz
 Source3:       http://www.infodrom.ffis.de/projects/manpages-de/download/manpages-de-%{de_version}.tar.gz
 Source4:       http://www.ditec.um.es/~piernas/manpages-es/%{name}-es-%{es_version}.tar.gz
-Source5:       %{name}-from-rpm-fi-%{fi_version}.tar.gz
+Source5:       man-fi-%{fi_version}.tar.bz2
 #Source5:      http://developer.bestlinux.net/man-fi/usr/man/RPMS/%{name}-fi-%{fi_version}-4.src.rpm
 Source6:       ftp://ftp.lip6.fr/pub/linux/french/docs/man-fr-%{fr_version}.tar.gz
 #Source6:      ftp://ftp.win.tue.nl/pub/home/aeb/linux-local/manpages/tr/%{name}-fr-%{fr_version}.tar.gz
@@ -182,10 +182,8 @@ for n in man{1,2,3,4,5,6,7,8}/*; do
        if [ -f %{name}-es-%{es_version}/$n ]; then
                install %{name}-es-%{es_version}/$n $RPM_BUILD_ROOT%{_mandir}/es/$n
        fi
-       # fi/man?/* are bziped
-       if [ -f fi/$n.bz2 ]; then
-               bunzip2 fi/$n.bz2
-               install fi/$n $RPM_BUILD_ROOT%{_mandir}/fi/$n
+       if [ -f manpages-fi/$n.bz2 ]; then
+               install manpages-fi/$n $RPM_BUILD_ROOT%{_mandir}/fi/$n
        fi
        if [ -f man-fr-%{fr_version}/$n ]; then
                install man-fr-%{fr_version}/$n $RPM_BUILD_ROOT%{_mandir}/fr/$n
This page took 0.032348 seconds and 4 git commands to generate.