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

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Thu Jul 7 08:55:01 UTC 2005


Author: adrian

Update of /cvs/extras/rpms/grip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18875

Modified Files:
	grip.spec 
Log Message:
added patch to fix cell renderer problem (BZ #162324)



Index: grip.spec
===================================================================
RCS file: /cvs/extras/rpms/grip/devel/grip.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- grip.spec	5 Mar 2005 21:10:21 -0000	1.4
+++ grip.spec	7 Jul 2005 08:54:59 -0000	1.5
@@ -1,12 +1,14 @@
 Summary: Front-end for CD rippers and Ogg Vorbis encoders
 Name: grip
 Version: 3.2.0
-Release: 4
+Release: 5%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Multimedia
-Source: http://dl.sf.net/grip/grip-%{version}.tar.gz
+Source0: http://dl.sf.net/grip/grip-%{version}.tar.gz
+Source1: grip.1
 Patch1: grip-3.2.0-default.patch
+Patch2: grip-cell-renderer.patch
 URL: http://www.nostatic.org/grip/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: vorbis-tools
@@ -24,6 +26,7 @@
 %prep
 %setup -q
 %patch1 -p1 -b .rh-default-encoder
+%patch2 -p1 -b .cell-renderer
 
 %build
 %configure
@@ -35,6 +38,8 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 make DESTDIR=$RPM_BUILD_ROOT install-am
 
+install -p %{SOURCE1} -D %{buildroot}%{_mandir}/man1/grip.1
+
 cat >> %{buildroot}%{_datadir}/applications/grip.desktop << EOF
 StartupWMClass=Grip
 Encoding=UTF-8
@@ -67,8 +72,13 @@
 %{_datadir}/pixmaps/gripicon.png
 %{_datadir}/gnome/help/grip
 %{_datadir}/applications/*
+%{_mandir}/man1/*
 
 %changelog
+* Thu Jul 07 2005 Adrian Reber <adrian at lisas.de> - 1:3.2.0-5
+- added patch to fix cell renderer problem (BZ #162324)
+- wrote and added a man page
+
 * Wed Mar 02 2005 Adrian Reber <adrian at lisas.de> - 1:3.2.0-4
 - s/Copyright/License/
 - s/Serial/Epoch/




More information about the fedora-extras-commits mailing list