rpms/pyroom/devel pyroom.spec,1.4,1.5

Sven Lankes slankes at fedoraproject.org
Sun Nov 2 15:03:34 UTC 2008


Author: slankes

Update of /cvs/pkgs/rpms/pyroom/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26795

Modified Files:
	pyroom.spec 
Log Message:
add manpage


Index: pyroom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyroom/devel/pyroom.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyroom.spec	1 Nov 2008 22:17:51 -0000	1.4
+++ pyroom.spec	2 Nov 2008 15:03:04 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           pyroom
 Version:        0.3.1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        PyRoom is a full screen text editor and a clone of Writeroom
 
 Group:          Applications/Editors
@@ -40,7 +40,8 @@
 desktop-file-install --vendor=""    \
 --dir=%{buildroot}%{_datadir}/applications \
 %{buildroot}/%{_datadir}/applications/pyroom.desktop
-
+gzip pyroom.1
+install -p -D %{name}.1.gz %{buildroot}/%{_mandir}/man1/%{name}.1.gz
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,8 +53,12 @@
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
+%{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Sun Nov 02 2008 Sven Lankes <sven at lank.es> - 0.3.1.1-4
+- add manpage to package
+
 * Sat Nov 01 2008 Sven Lankes <sven at lank.es> - 0.3.1.1-3
 - add %U to .desktop-file
 




More information about the fedora-extras-commits mailing list