]> git.pld-linux.org Git - packages/PyICQt.git/commitdiff
- some cleanups,
authordjrzulf <djrzulf@pld-linux.org>
Sun, 19 Aug 2007 11:43:38 +0000 (11:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added .sh file (source3),

Changed files:
    PyICQt.spec -> 1.4

PyICQt.spec

index 29573da3736a493a642d31ddf1620e3c305a16a8..67e28a0bd7ed4f1897d887bf323b1c58964170c1 100644 (file)
@@ -14,6 +14,7 @@ Source0:      http://www.blathersource.org/download.php/pyicq-t/pyicq-t-%{version}.ta
 # Source0-md5: eb44605d5f952759e3cba19815d367d2
 Source1:       %{name}-config.xml
 Source2:       %{name}.init
+Source3:       pyicqt.sh
 URL:           http://www.blathersource.org/
 BuildRequires: python
 BuildRequires: rpm-pythonprov
@@ -40,6 +41,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/{%{_datadir}/pyicqt/src/{twistfix/words/{xish/,protocols/jabber/},legacy/services/,langs/,tlib/,services/,xdb/,web/},%{_var}/lib/pyicqt}
 install -d $RPM_BUILD_ROOT/%{_sysconfdir}/{jabber,init.d}
 install -d $RPM_BUILD_ROOT/%{_datadir}/pyicqt/data/www/{css,images}
+install -d $RPM_BUILD_ROOT/%{_sbindir}/
 install src/twistfix/*.py $RPM_BUILD_ROOT/%{_datadir}/pyicqt/src/twistfix/
 install src/twistfix/words/*.py $RPM_BUILD_ROOT/%{_datadir}/pyicqt/src/twistfix/words/
 install src/twistfix/words/xish/*.py $RPM_BUILD_ROOT/%{_datadir}/pyicqt/src/twistfix/words/xish/
@@ -61,6 +63,7 @@ install PyICQt.py $RPM_BUILD_ROOT/%{_datadir}/pyicqt/
 
 install %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/jabber/PyICQt.xml
 install %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/PyICQt
+install %{SOURCE3} $RPM_BUILD_ROOT/%{_sbindir}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -133,3 +136,4 @@ rm -f %{py_sitedir}/twisted/xish
 %dir %{_var}/lib/pyicqt
 %attr(755,root,root) %{_sysconfdir}/init.d/PyICQt
 %attr(640,root,jabber) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/jabber/PyICQt.xml
+%attr(755,root,root) %{_sbindir}/*.sh
This page took 0.063839 seconds and 4 git commands to generate.