rpms/oggconvert/devel oggconvert.spec,1.2,1.3

Neal Gompa (ngompa) fedora-extras-commits at redhat.com
Sat Dec 1 16:28:29 UTC 2007


Author: ngompa

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

Modified Files:
	oggconvert.spec 
Log Message:
fix errors in specfile in install and requires sections


Index: oggconvert.spec
===================================================================
RCS file: /cvs/pkgs/rpms/oggconvert/devel/oggconvert.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oggconvert.spec	1 Dec 2007 16:01:38 -0000	1.2
+++ oggconvert.spec	1 Dec 2007 16:27:56 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name:           oggconvert
 Version:        0.3.0
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        A simple GNOME application that converts media to Free formats
 
 Group:          Applications/Multimedia
@@ -13,7 +13,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	pygtk2 >= 2.10, pygtk2-libglade >= 2.10 
 Requires:	gstreamer >= 0.10.12, gstreamer-python, gstreamer-plugins-base
-Requires:       gettext
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:	pygtk2 >= 2.10, pygtk2-libglade >= 2.10
@@ -46,6 +45,7 @@
 
 
 %install
+rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 desktop-file-install --vendor="fedora" --delete-original        \
   --dir=$RPM_BUILD_ROOT%{_datadir}/applications               \
@@ -69,6 +69,9 @@
 
 
 %changelog
+* Sat Dec 1 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.3.0-14
+- Oops, apparently files removal was intentional, reinstated
+- removed dependency on gettext, probably not necessary
 * Sat Nov 24 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.3.0-13
 - Updated to OggConvert 0.3.0
 - Added translations




More information about the fedora-extras-commits mailing list