Author: lisu Date: Thu Jun 30 07:55:17 2011 GMT Module: packages Tag: HEAD ---- Log message: - proper branch
---- Files affected: packages/pidgin-plugin-libnotify: pidgin-plugin-libnotify.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/pidgin-plugin-libnotify/pidgin-plugin-libnotify.spec diff -u /dev/null packages/pidgin-plugin-libnotify/pidgin-plugin-libnotify.spec:1.2 --- /dev/null Thu Jun 30 09:55:17 2011 +++ packages/pidgin-plugin-libnotify/pidgin-plugin-libnotify.spec Thu Jun 30 09:55:12 2011 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +# +# TODO: BRs +# +%define short_name pidgin-libnotify +Summary: libnotify interface to pidgin +Name: pidgin-plugin-libnotify +Version: 0.14 +Release: 0.1 +License: GPL v3+ +Group: Applications +Source0: http://downloads.sourceforge.net/gaim-libnotify/%{short_name}-%{version}.tar.gz +# Source0-md5: bfb5368b69c02d429b2b17c00a6673c0 +URL: http://gaim-libnotify.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This plugin adds a libnotify interface to pidgin, enabling popups much +like guifications. It has some configuration options, to show popups +when a buddy signs on, on new messages and on new conversations only. + +%prep +%setup -q -n %{short_name}-%{version} + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} --all-name + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_libdir}/purple-2/pidgin-libnotify.so + +%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.2 2011/06/30 07:55:12 lisu +- proper branch + +Revision 1.1.2.1 2011/06/30 07:52:19 lisu +- initial + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pidgin-plugin-libnotify/pidgin-plugin-libnotify.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
