Author: uzsolt Date: Tue Jun 22 05:23:16 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/googsystray: googsystray.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/googsystray/googsystray.spec diff -u /dev/null packages/googsystray/googsystray.spec:1.1 --- /dev/null Tue Jun 22 07:23:16 2010 +++ packages/googsystray/googsystray.spec Tue Jun 22 07:23:10 2010 @@ -0,0 +1,61 @@ +# $Revision$, $Date$ +Summary: Googsystray is a 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 +License: GPL v3 +Group: Applications +Source0: http://downloads.sourceforge.net/project/googsystray/googsystray-%{version}/%{name}-%{version}.tar.gz +# Source0-md5: 9f439af7d41020a1f084d5e797927a46 +URL: http://googsystray.sourceforge.net/ +BuildRequires: python-devel +BuildRequires: rpm-pythonprov +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Googsystray is a system tray app for Google Voice, GMail, Google +Calendar, Google Reader, and Google Wave. + +%description -l hu.UTF-8 +Googsystray egy rendszertálca alkalmazás a Google Voice, GMail, Google +Calendar, Google Reader és Google Wave oldalakhoz. + +%prep +%setup -q + +%build +%{__python} setup.py build --executable %{__python} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__python} setup.py install --root $RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc CREDITS CHANGELOG TODO +%attr(755,root,root) %{_bindir}/%{name} +%{_desktopdir}/%{name}.desktop +%{_desktopdir}/%{name}-settings.desktop +%{_iconsdir}/%{name}.png +%{_iconsdir}/hicolor/*/* +%{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 +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/06/22 05:23:10 uzsolt +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
