Author: glen Date: Mon Jul 12 15:14:36 2010 GMT Module: packages Tag: HEAD ---- Log message: - noarch - use find_lang only to package translations - package optimized py versions, remove py sources
---- Files affected: packages/googsystray: googsystray.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/googsystray/googsystray.spec diff -u packages/googsystray/googsystray.spec:1.1 packages/googsystray/googsystray.spec:1.2 --- packages/googsystray/googsystray.spec:1.1 Tue Jun 22 07:23:10 2010 +++ packages/googsystray/googsystray.spec Mon Jul 12 17:14:31 2010 @@ -1,16 +1,18 @@ # $Revision$, $Date$ -Summary: Googsystray is a system tray app for Google Voice, GMail, Google Calendar, Google Reader, and Google Wave +Summary: System tray app for Google Voice, GMail, Google Calendar, Google Reader, and Google Wave Summary(hu.UTF-8): Googsystray egy rendszertálca alkalmazás a Google Voice, GMail, Google Calendar, Google Reader és Google Wave oldalakhoz Name: googsystray Version: 1.2.0 -Release: 0.1 +Release: 0.2 License: GPL v3 Group: Applications -Source0: http://downloads.sourceforge.net/project/googsystray/googsystray-%{version}/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/project/googsystray/%{name}-%{version}/googsystray-%{version}.tar.gz # Source0-md5: 9f439af7d41020a1f084d5e797927a46 URL: http://googsystray.sourceforge.net/ BuildRequires: python-devel BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 +BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -25,12 +27,16 @@ %setup -q %build -%{__python} setup.py build --executable %{__python} +%{__python} setup.py build \ + --executable %{__python} %install rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install \ + --optimize=2 \ + --root $RPM_BUILD_ROOT -%{__python} setup.py install --root $RPM_BUILD_ROOT +%py_postclean %find_lang %{name} @@ -44,11 +50,9 @@ %{_desktopdir}/%{name}.desktop %{_desktopdir}/%{name}-settings.desktop %{_iconsdir}/%{name}.png -%{_iconsdir}/hicolor/*/* +%{_iconsdir}/hicolor/*/apps/googsystray.png %{py_sitescriptdir}/*.egg-info %{py_sitescriptdir}/%{name} -%lang(pt) %{_datadir}/locale/pt/LC_MESSAGES/googsystray.mo -%lang(tr) %{_datadir}/locale/tr/LC_MESSAGES/googsystray.mo %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -56,6 +60,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/07/12 15:14:31 glen +- noarch +- use find_lang only to package translations +- package optimized py versions, remove py sources + Revision 1.1 2010/06/22 05:23:10 uzsolt - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/googsystray/googsystray.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
