]> git.pld-linux.org Git - packages/man-db.git/blobdiff - man-db.spec
- updated to 2.6.7.1
[packages/man-db.git] / man-db.spec
index b73981d1a0f18e1751f659c2562983c00400a5b1..6456cc88c296b5cf4abdebc6aca76e398f9808b0 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Tools for searching and reading man pages
 Summary(pl.UTF-8):     Narzędzia do przeszukiwania i czytania stron podręcznika man
 Name:          man-db
-Version:       2.6.5
-Release:       2
+Version:       2.6.7.1
+Release:       1
 # project man-db  GPLv2+
 # Gnulib part     GPLv3+
 License:       GPL v2+ and GPL v3+
 Group:         Base
 Source0:       http://download.savannah.gnu.org/releases/man-db/%{name}-%{version}.tar.xz
-# Source0-md5: 36f59d9314b45a266ba350584b4d7cc1
+# Source0-md5: ce7b697f8e8016a085d9f5975ae6c4fb
 Source1:       %{name}.daily
 Source2:       %{name}.sysconfig
 # Resolves: #655385 - use old format of nroff output
@@ -18,7 +18,7 @@ BuildRequires:        gdbm-devel
 BuildRequires: gettext-devel >= 0.18.1
 BuildRequires: groff
 BuildRequires: less
-BuildRequires: libpipeline-devel >= 1.1.0
+BuildRequires: libpipeline-devel >= 1.3.0
 BuildRequires: pkgconfig
 BuildRequires: po4a >= 0.41
 BuildRequires: tar >= 1:1.22
@@ -30,7 +30,7 @@ Requires:     grep
 Requires:      groff
 Requires:      gzip
 Requires:      less
-Requires:      libpipeline >= 1.1.0
+Requires:      libpipeline >= 1.3.0
 Provides:      man-pages-reader = %{version}
 Obsoletes:     man < 1.7
 Obsoletes:     man-config
@@ -91,7 +91,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/man-db/* ./
 install -d $RPM_BUILD_ROOT%{cache}
 
 # install cron script for man-db creation/update
-install -D -p %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.daily/man-db
+install -D -p %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.daily/man-db.cron
 
 # config for cron script
 install -D -p %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/man-db
@@ -108,7 +108,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc README man-db-manual.txt man-db-manual.ps docs/COPYING ChangeLog NEWS
 %config(noreplace) %{_sysconfdir}/man_db.conf
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/man-db
-%attr(750,root,root) /etc/cron.daily/man-db
+%attr(750,root,root) /etc/cron.daily/man-db.cron
 %attr(755,root,root) %{_sbindir}/accessdb
 %attr(755,root,root) %{_bindir}/man
 %attr(755,root,root) %{_bindir}/whatis
This page took 0.889869 seconds and 4 git commands to generate.