SPECS: PyMSNt.spec (NEW) - init,

djrzulf djrzulf at pld-linux.org
Sat Aug 18 21:09:15 CEST 2007


Author: djrzulf                      Date: Sat Aug 18 19:09:15 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init,

---- Files affected:
SPECS:
   PyMSNt.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/PyMSNt.spec
diff -u /dev/null SPECS/PyMSNt.spec:1.1
--- /dev/null	Sat Aug 18 21:09:15 2007
+++ SPECS/PyMSNt.spec	Sat Aug 18 21:09:10 2007
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - make it work (create good dependences),
+# - summary and description (both),
+# - data to /var/lib/ dir i think,
+
+Summary:	Python MSN jabber transport
+Summary(pl.UTF-8):	Python MSN jabber transport
+Name:		PyMSNt
+Version:	0.12
+Release:	0.1
+License:	GPL
+Group:		Libraries/Python
+Source0:	http://delx.cjb.net/pymsnt/tarballs/pymsnt-snapshot.tar.gz
+# Source0-md5:	878a3df019c3e56b832feb751a4b4502
+URL:		http://delx.cjb.net/pymsnt/
+BuildRequires:	python
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.219
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q -n pymsnt-snapshot
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/%{_datadir}/pymsnt/src/{twistfix/words/{xish/,protocols/jabber/},legacy/msn/,baseproto/}
+install src/twistfix/*.py $RPM_BUILD_ROOT/%{_datadir}/pymsnt/src/twistfix/
+install src/twistfix/words/*.py $RPM_BUILD_ROOT/%{_datadir}/pymsnt/src/twistfix/words/
+install src/twistfix/words/xish/*.py $RPM_BUILD_ROOT/%{_datadir}/pymsnt/src/twistfix/words/xish/
+install src/twistfix/words/protocols/*.py $RPM_BUILD_ROOT/%{_datadir}/pymsnt/src/twistfix/words/protocols/
+install src/twistfix/words/protocols/jabber/*.py $RPM_BUILD_ROOT/%{_datadir}/pymsnt/src/twistfix/words/protocols/jabber/
+install src/legacy/*.py $RPM_BUILD_ROOT/%{_datadir}/pymsnt/src/legacy/
+install src/legacy/msn/*.py $RPM_BUILD_ROOT/%{_datadir}/pymsnt/src/legacy/msn/
+install src/baseproto/*.py $RPM_BUILD_ROOT/%{_datadir}/pymsnt/src/baseproto/
+install src/*.py $RPM_BUILD_ROOT/%{_datadir}/pymsnt/src/
+install PyMSNt.py $RPM_BUILD_ROOT/%{_datadir}/pymsnt/
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO docs
+%dir %{_datadir}/pymsnt/src/twistfix/
+%{_datadir}/pymsnt/src/twistfix/*.py
+%dir %{_datadir}/pymsnt/src/twistfix/words/
+%{_datadir}/pymsnt/src/twistfix/words/*.py
+%dir %{_datadir}/pymsnt/src/twistfix/words/xish/
+%{_datadir}/pymsnt/src/twistfix/words/xish/*.py
+%dir %{_datadir}/pymsnt/src/twistfix/words/protocols/
+%{_datadir}/pymsnt/src/twistfix/words/protocols/*.py
+%dir %{_datadir}/pymsnt/src/twistfix/words/protocols/jabber/
+%{_datadir}/pymsnt/src/twistfix/words/protocols/jabber/*.py
+%dir %{_datadir}/pymsnt/src/legacy/
+%{_datadir}/pymsnt/src/legacy/*.py
+%dir %{_datadir}/pymsnt/src/legacy/msn/
+%{_datadir}/pymsnt/src/legacy/msn/*.py
+%dir %{_datadir}/pymsnt/src/baseproto/
+%{_datadir}/pymsnt/src/baseproto/*.py
+%dir %{_datadir}/pymsnt/src
+%{_datadir}/pymsnt/src/*.py
+%dir %{_datadir}/pymsnt
+%{_datadir}/pymsnt/*.py
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/08/18 19:09:10  djrzulf
+- init,
+
================================================================


More information about the pld-cvs-commit mailing list