Author: glen Date: Tue Apr 22 12:31:57 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: tavu.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/tavu.spec diff -u /dev/null SPECS/tavu.spec:1.1 --- /dev/null Tue Apr 22 14:31:57 2008 +++ SPECS/tavu.spec Tue Apr 22 14:31:52 2008 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +Summary: tavu +Name: tavu +Version: 0.2.1 +Release: 0.1 +License: GPL v2 +Group: Applications +Source0: http://da.weeno.net/code/tavu/%{name}-%{version}.tar.gz +# Source0-md5: 4e15cac2f70865f834b3ff47938cc9ab +URL: http://da.weeno.net/code/tavu/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Tavu allows remote programs to use your local KDE notification system +(aka knotify). The network communication between the remote program +and knotify is done using the XMPP (Jabber) protocol. + +%prep +%setup -q -n %{name} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/tavu/python + +%{__make} install \ + COMPILE_DATA=: \ + PREFIX=$RPM_BUILD_ROOT \ + dest_conf_d=$RPM_BUILD_ROOT%{_sysconfdir} + +%py_comp $RPM_BUILD_ROOT%{_datadir}/tavu/python +%py_ocomp $RPM_BUILD_ROOT%{_datadir}/tavu/python +%py_postclean %{_datadir}/tavu/python + +rm -rf $RPM_BUILD_ROOT%{_docdir}/tavu + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc doc/{INSTALL,README} +%attr(755,root,root) %{_bindir}/tavu-listen +%{_sysconfdir}/tavurc +%{_datadir}/tavu/dotfile.skel +%dir %{_datadir}/tavu/python +%{_datadir}/tavu/python/*.py[co] + +%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 2008-04-22 12:31:52 glen +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
