Author: gotar Date: Thu Jun 21 21:24:21 2012 GMT Module: packages Tag: HEAD ---- Log message: - fixed manpage section, rel. 2
---- Files affected: packages/foremost: foremost.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: packages/foremost/foremost.spec diff -u packages/foremost/foremost.spec:1.10 packages/foremost/foremost.spec:1.11 --- packages/foremost/foremost.spec:1.10 Sat Mar 6 19:35:44 2010 +++ packages/foremost/foremost.spec Thu Jun 21 23:24:16 2012 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Odzyskiwanie plików poprzez "wykrawanie" ich z dysku Name: foremost Version: 1.5.7 -Release: 1 +Release: 2 License: Public Domain Group: Applications/System Source0: http://foremost.sourceforge.net/pkg/%{name}-%{version}.tar.gz @@ -41,7 +41,7 @@ RAW_CC="%{__cc}" \ RAW_FLAGS="%{rpmcflags} -DVERSION=\\\"%{version}\\\"" \ BIN=%{_bindir} \ - MAN=%{_mandir}/man1 \ + MAN=%{_mandir}/man8 \ CONF=%{_sysconfdir} %install @@ -50,7 +50,7 @@ %{__make} install \ BIN=$RPM_BUILD_ROOT%{_bindir} \ - MAN=$RPM_BUILD_ROOT%{_mandir}/man1 \ + MAN=$RPM_BUILD_ROOT%{_mandir}/man8 \ CONF=$RPM_BUILD_ROOT%{_sysconfdir} %clean @@ -60,8 +60,8 @@ %defattr(644,root,root,755) %doc CHANGES README %verify(not md5 mtime size) %config(noreplace) %{_sysconfdir}/%{name}.conf -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man?/* +%attr(755,root,root) %{_bindir}/%{name} +%{_mandir}/man8/%{name}.8* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -69,6 +69,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2012/06/21 21:24:16 gotar +- fixed manpage section, rel. 2 + Revision 1.10 2010/03/06 18:35:44 matkor - Version 1.5.7-1. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/foremost/foremost.spec?r1=1.10&r2=1.11 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
