rpms/uncrustify/devel uncrustify.spec,1.9,1.10

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Mon Mar 10 00:37:58 UTC 2008


Author: nbecker

Update of /cvs/pkgs/rpms/uncrustify/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24261

Modified Files:
	uncrustify.spec 
Log Message:
Add docs



Index: uncrustify.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uncrustify/devel/uncrustify.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- uncrustify.spec	10 Mar 2008 00:27:49 -0000	1.9
+++ uncrustify.spec	10 Mar 2008 00:37:21 -0000	1.10
@@ -26,7 +26,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-
+mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
+install -m644 documentation/uncrustify.1 $RPM_BUILD_ROOT/%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -37,7 +38,7 @@
 %doc COPYING AUTHORS README NEWS BUGS
 %{_bindir}/uncrustify
 %{_datadir}/uncrustify
-
+%{_mandir}/man1/uncrustify.1*
 
 
 %changelog




More information about the fedora-extras-commits mailing list