rpms/setuptool/devel setuptool.spec,1.42,1.43

Michal Hlavinka mhlavink at fedoraproject.org
Wed May 19 11:50:18 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/setuptool/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10843

Modified Files:
	setuptool.spec 
Log Message:
* Wed May 19 2010 Michal Hlavinka <mhlavink at redhat.com> 1.19.10-2
- install man page



Index: setuptool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/setuptool/devel/setuptool.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- setuptool.spec	7 Apr 2010 10:52:17 -0000	1.42
+++ setuptool.spec	19 May 2010 11:50:18 -0000	1.43
@@ -1,6 +1,6 @@
 Name: setuptool
 Version: 1.19.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A text mode system configuration tool
 License: GPLv2+
 Group: Applications/System
@@ -25,6 +25,11 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+
+#for setuptool <= 1.19.10
+gzip setup.1
+install -D setup.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/setup.1.gz
+
 %find_lang setup
 
 %clean
@@ -41,8 +46,12 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/%{name}/setuptool.d
 %dir %{_sysconfdir}/setuptool.d
 %config(noreplace) %{_sysconfdir}/setuptool.d/*
+%{_mandir}/man1/setup.1.gz
 
 %changelog
+* Wed May 19 2010 Michal Hlavinka <mhlavink at redhat.com> 1.19.10-2
+- install man page
+
 * Wed Apr 07 2010 Michal Hlavinka <mhlavink at redhat.com> 1.19.10-1
 - update translations
 



More information about the scm-commits mailing list