]> git.pld-linux.org Git - packages/PyMSNt.git/commitdiff
- init,
authordjrzulf <djrzulf@pld-linux.org>
Sat, 18 Aug 2007 19:09:10 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PyMSNt.spec -> 1.1

PyMSNt.spec [new file with mode: 0644]

diff --git a/PyMSNt.spec b/PyMSNt.spec
new file mode 100644 (file)
index 0000000..5c9363f
--- /dev/null
@@ -0,0 +1,74 @@
+#
+# 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
This page took 0.047111 seconds and 4 git commands to generate.