Author: glen Date: Wed Apr 9 20:41:44 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: pebrot.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pebrot.spec diff -u /dev/null SPECS/pebrot.spec:1.1 --- /dev/null Wed Apr 9 22:41:44 2008 +++ SPECS/pebrot.spec Wed Apr 9 22:41:39 2008 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: MSN messenger text mode client +Name: pebrot +Version: 0.8.8 +Release: 0.1 +License: GPL +Group: Applications/Communications +Source0: http://dl.sourceforge.net/pebrot/%{name}-%{version}.tar.bz2 +# Source0-md5: aa07bcb3cb7556bdd20a42b48ac45643 +URL: http://pebrot.sourceforge.net/ +BuildRequires: python +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Pebrot is a text MSN messenger client implemented with Python. It has +also a pretty and colorful Curses-based interface. + +%prep +%setup -q + +%build +%{__python} setup.py build + +%install +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install \ + --root=$RPM_BUILD_ROOT + +%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir} +%py_postclean +%find_lang %{name} + +rm -rf $RPM_BUILD_ROOT%{_docdir}/pebrot + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%doc pebrotrc logos utils +%attr(755,root,root) %{_bindir}/pebrot +%dir %{py_sitescriptdir}/pypebrot +%{py_sitescriptdir}/pypebrot/*.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-09 20:41:39 glen +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
