]> git.pld-linux.org Git - packages/findutils.git/blobdiff - findutils.spec
- updated info patch (remaining parts are PLD-specific, as described in devel-hints-*)
[packages/findutils.git] / findutils.spec
index eb7f5ac62221246287b4c00afafd7df60adabcc7..b1b84dc7b2130e57d070bbbc1bff4bba1cdd1865 100644 (file)
@@ -1,20 +1,36 @@
+#
+# Conditional build:
+%bcond_without selinux         # build without SELinux support
+#
 Summary:       GNU Find Utilities (find, xargs)
-Summary(de):   GNU-Suchprogramme (find, xargs)
-Summary(fr):   Utilitaires de recherche de GNU (find, xargs)
-Summary(pl):   GNU narzêdzia do odnajdywania plików (find, xargs)
-Summary(tr):   GNU dosya arama araçlarý
+Summary(de.UTF-8):     GNU-Suchprogramme (find, xargs)
+Summary(es.UTF-8):     Utilitarios de búsqueda de la GNU
+Summary(fr.UTF-8):     Utilitaires de recherche de GNU (find, xargs)
+Summary(pl.UTF-8):     Narzędzia GNU do odnajdywania plików (find, xargs)
+Summary(pt_BR.UTF-8):  Utilitários de procura da GNU
+Summary(tr.UTF-8):     GNU dosya arama araçları
 Name:          findutils
-Version:       4.1.5
-Release:       2
-License:       GPL
-Group:         Utilities/File
-Group(pl):     Narzêdzia/Pliki
-Source0:       ftp://alpha.gnu.org/gnu/%{name}-%{version}.tar.gz
-Patch0:                findutils-info.patch
-Patch1:                findutils-pl_manpages.patch
-Patch2:                findutils-mktemp.patch
-Patch3:                findutils-getshort.patch
-Patch4:                findutils-DESTDIR.patch
+Version:       4.6.0
+Release:       1
+Epoch:         1
+License:       GPL v3+
+Group:         Applications/File
+# development versions at ftp://alpha.gnu.org/gnu/findutils/
+Source0:       http://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
+# Source0-md5: 9936aa8009438ce185bea2694a997fc1
+#Source1:      http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
+Source1:       %{name}-non-english-man-pages.tar.bz2
+# Source1-md5: e76388b0c3218eec3557d05ccd6d6515
+
+Patch1:                %{name}-man-selinux.patch
+Patch2:                %{name}-info.patch
+# http://translationproject.org/latest/findutils/pl.po
+Patch3:                %{name}-pl.po-update.patch
+URL:           http://www.gnu.org/software/findutils/
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake
+BuildRequires: gettext-tools >= 0.14.5
+%{?with_selinux:BuildRequires: libselinux-devel}
 BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,81 +44,113 @@ The xargs utility builds and executes command lines from standard
 input arguments (usually lists of file names generated by the find
 command).
 
-%description -l de
-Das findutils-Paket enthält Programme, die dabei helfen, Dateien auf
+%description -l de.UTF-8
+Das findutils-Paket enthält Programme, die dabei helfen, Dateien auf
 Ihrem System zu finden. Das Find-Utility durchsucht die
 Verzeichnishierarchie nach Dateien, die zu bestimmten Kriterien (z.B.
 Dateiname) passen. Das locate-Utility durchsucht eine Datenbank
-(erzeugt durch updatedb), um die Dateien schneller finden zu können.
+(erzeugt durch updatedb), um die Dateien schneller finden zu können.
 xargs konstruiert Kommandozeilen von der Standardeingabe (z.B.
-Dateilisten, die von find erzeugt werden), und führt sie aus.
-
-%description -l fr
-Ce package contient des programmes pour vous aider à localiser des
-fichiers sur votre système. Le programme find peut rechercher à
-travers une hiérarchie de répertoires des fichiers conformes à
-certains critères (comme un type de nom).
-
-%description -l pl
-W pakiecie znajduj± siê narzêdzia pozwalaj±ce na poszukiwanie
-okre¶lonych plików. Program find s³u¿y do poszukiwania w drzewie
-katalogów plików o okre¶lonych parametrach, jak nazwa, uprawnienia,
+Dateilisten, die von find erzeugt werden), und führt sie aus.
+
+%description -l es.UTF-8
+Este paquete contiene programas para ayúdalo a localizar archivos en
+tu sistema. El programa find puede pesquisar, a través de una
+jerarquía de directorios, buscando por archivos que obedezcan a un
+cierto conjunto de criterios (como nombre de archivo modelo).
+
+%description -l fr.UTF-8
+Ce package contient des programmes pour vous aider à localiser des
+fichiers sur votre système. Le programme find peut rechercher à
+travers une hiérarchie de répertoires des fichiers conformes à
+certains critères (comme un type de nom).
+
+%description -l pl.UTF-8
+W pakiecie znajdują się narzędzia pozwalające na poszukiwanie
+określonych plików. Program find służy do poszukiwania w drzewie
+katalogów plików o określonych parametrach, jak nazwa, uprawnienia,
 typ czy data ostatniej modyfikacji.
 
-%description -l tr
-Bu pakette yer alan yazýlýmlar sisteminizde yer alan dosyalarý
-bulabilmeniz için hazýrlanmýþlardýr. find programý ile belirli
-özellikleri olan bir yazýlýmý bir dizin hiyerarþisi altýnda
+%description -l pt_BR.UTF-8
+Esse pacote contém programas para ajudá-lo a localizar arquivos em seu
+sistema. O programa find pode procurar através de uma hierarquia de
+diretórios procurando por arquivos que obedeçam um certo conjunto de
+critérios (como nome de arquivo modelo).
+
+%description -l tr.UTF-8
+Bu pakette yer alan yazılımlar sisteminizde yer alan dosyaları
+bulabilmeniz için hazırlanmışlardır. find programı ile belirli
+özellikleri olan bir yazılımı bir dizin hiyerarşisi altında
 arayabilirsiniz.
 
 %prep
-%setup  -q
-%patch0 -p1 
-%patch1 -p1
-%patch2 -p1 
+%setup -q
+
+# patch1 is applied in install stage
+%patch2 -p1
 %patch3 -p1
-%patch4 -p1
+
+%{__rm} po/stamp-po
 
 %build
-#autoconf
-touch lib/{stat,lstat}.c
-automake
-LDFLAGS="-s"; export LDFLAGS
-%configure 
+%{__aclocal} -I gl/m4 -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       %{__with_without selinux}
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
-       
-install pl/*.1  $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
-gzip -9nf $RPM_BUILD_ROOT%{_infodir}/find.info* \
-       $RPM_BUILD_ROOT%{_mandir}/{man?/*,pl/man1/*} \
-       NEWS README TODO ChangeLog
-       
-%find_lang %{name}
+bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
+%{?with_selinux:patch -p0 -d $RPM_BUILD_ROOT%{_mandir} < %{PATCH1}}
+
+# xargs is wanted in /bin
+install -d $RPM_BUILD_ROOT/bin
+mv $RPM_BUILD_ROOT%{_bindir}/xargs $RPM_BUILD_ROOT/bin
+
+# useless in binary package
+%{__rm} $RPM_BUILD_ROOT%{_infodir}/find-maint.info*
 
-%post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+# unpackaged locate
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/{locate,updatedb} \
+       $RPM_BUILD_ROOT%{_libdir}/{bigram,code,frcode} \
+       $RPM_BUILD_ROOT%{_mandir}/{,*/}man?/{locate.1,updatedb.1,locatedb.5}*
 
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+rm -f $RPM_BUILD_ROOT{%{_infodir}/dir,%{_mandir}/README.findutils-non-english-man-pages}
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun        -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc {NEWS,README,TODO,ChangeLog}.gz
+%doc NEWS README TODO ChangeLog
 %attr(755,root,root) %{_bindir}/find
-%attr(755,root,root) %{_bindir}/xargs
-
+%attr(755,root,root) /bin/xargs
 %{_mandir}/man1/find.1*
 %{_mandir}/man1/xargs.1*
-%lang(pl) %{_mandir}/pl/man1/*
+%lang(de) %{_mandir}/de/man1/[fx]*
+%lang(es) %{_mandir}/es/man1/[fx]*
+%lang(fi) %{_mandir}/fi/man1/[fx]*
+%lang(fr) %{_mandir}/fr/man1/[fx]*
+%lang(hu) %{_mandir}/hu/man1/[fx]*
+%lang(it) %{_mandir}/it/man1/[fx]*
+%lang(ja) %{_mandir}/ja/man1/[fx]*
+%lang(nl) %{_mandir}/nl/man1/[fx]*
+%lang(pl) %{_mandir}/pl/man1/[fx]*
+%lang(zh_CN) %{_mandir}/zh_CN/man1/[fx]*
 %{_infodir}/find.info*
This page took 0.058479 seconds and 4 git commands to generate.