Author: tingping
Update of /cvs/free/rpms/pithos/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20937
Modified Files:
pithos.spec
Log Message:
* Sat Jun 21 2014 TingPing <tingping(a)tingping.se> - 1.0.0-2
- Fix python2 sitelib macro
Index: pithos.spec
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/pithos.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pithos.spec 8 Jun 2014 02:54:12 -0000 1.4
+++ pithos.spec 15 Jul 2014 03:16:04 -0000 1.5
@@ -1,6 +1,6 @@
Name: pithos
Version: 1.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A Pandora client for the GNOME Desktop
Group: Applications/File
@@ -41,7 +41,7 @@
# Terrible workaround for no python3 pylast package
# (it is the same file for py2 and py3 upstream)
-ln -s %{python2_sitelib}/pylast.py %{buildroot}%{python3_sitelib}/%{name}/pylast.py
+ln -s %{python_sitelib}/pylast.py %{buildroot}%{python3_sitelib}/%{name}/pylast.py
%post
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
@@ -60,6 +60,9 @@
%{_datadir}/icons/hicolor/
%changelog
+* Sat Jun 21 2014 TingPing <tingping(a)tingping.se> - 1.0.0-2
+- Fix python2 sitelib macro
+
* Sat Jun 7 2014 TingPing <tingping(a)tingping.se> - 1.0.0-1
- Bump version to 1.0.0
Show replies by date