Author: duddits Date: Sun Feb 1 17:45:55 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - man page added
---- Files affected: SPECS: archfs.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/archfs.spec diff -u SPECS/archfs.spec:1.1 SPECS/archfs.spec:1.2 --- SPECS/archfs.spec:1.1 Sun Feb 1 15:23:04 2009 +++ SPECS/archfs.spec Sun Feb 1 18:45:50 2009 @@ -8,6 +8,8 @@ Group: Applications Source0: http://archfs.googlecode.com/files/%{name}-%{version}.tar.gz # Source0-md5: e29f8a023cde337814ce55d9aa144ac8 +Source1: %{name}.1 +# Source1-md5: 3b00bae0666c498ce06adc1b30534973 Patch0: %{name}-gcc43.patch URL: http://code.google.com/p/archfs/ BuildRequires: autoconf @@ -39,6 +41,8 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_mandir}/man1 +install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1 %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -50,6 +54,7 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/%{name} +%{_mandir}/man1/%{name}.1.* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -57,6 +62,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/02/01 17:45:50 duddits +- man page added + Revision 1.1 2009/02/01 14:23:04 duddits - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/archfs.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
