rpms/subdownloader/F-11 subdownloader.spec,1.1,1.2

Jan Klepek hpejakle at fedoraproject.org
Wed Oct 14 06:46:02 UTC 2009


Author: hpejakle

Update of /cvs/pkgs/rpms/subdownloader/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21263/F-11

Modified Files:
	subdownloader.spec 
Log Message:
bugfix for desktop file and locale handling


Index: subdownloader.spec
===================================================================
RCS file: /cvs/pkgs/rpms/subdownloader/F-11/subdownloader.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- subdownloader.spec	11 Apr 2009 09:51:11 -0000	1.1
+++ subdownloader.spec	14 Oct 2009 06:46:00 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:		subdownloader
 Version:	2.0.9.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Program for download/upload subtitles for videofiles and DVDs
 
 Group:		Applications/Multimedia
@@ -30,6 +30,9 @@ sed -i 's/#\!\/usr\/bin\/env python//g' 
 sed -i 's/#\!\/usr\/bin\/env python//g' modules/*.py
 sed -i 's/#\!\/usr\/bin\/python//g' modules/*.py
 sed -i 's/#\!\/usr\/bin\/env python//g' gui/*.py
+sed -i 's#/usr/share/subdownloader#%{python_sitelib}/%{name}#g' subdownloader.desktop
+# submitted as bugreport 361416
+sed -i 's#/usr/share/subdownloader#%{python_sitelib}/%{name}#g' gui/main.py
 
 %build
 
@@ -71,5 +74,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/%{name}.xpm
 
 %changelog
+* Wed Oct 7 2009 Jan Klepek <jan.klepek at, hp.com> 2.0.9.3-2
+- fixed desktop file and locale handling
+
 * Mon Mar 16 2009 Jan Klepek <jan.klepek at, hp.com> 2.0.9.3-1
 - initial version of rpm package




More information about the fedora-extras-commits mailing list