]> git.pld-linux.org Git - packages/python-proctitle.git/blobdiff - python-proctitle.spec
- Added dir. TODO seems be done.
[packages/python-proctitle.git] / python-proctitle.spec
index f850086d47e045093e4b4d52168e73d52f3c5088..60629ab0717ee6a7067100f78861ab6b321214ee 100644 (file)
@@ -1,6 +1,3 @@
-# todo:
-# - fix descriptions
-# - put proper cflags when building dynamic module
 %include       /usr/lib/rpm/macros.python
 %define module proctitle
 
@@ -8,7 +5,7 @@ Summary:        Python module to manipulate the raw 'argv[]' contents of a python proce
 Summary(pl):   Modu³ jêzyka Python do manipulacji argv[] (w tym nazwy procesu)
 Name:          python-%{module}
 Version:       0.0.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Libraries/Python
 Source0:       http://ftp.psychosis.com/python/%{module}-%{version}.tar.gz
@@ -47,5 +44,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%dir %{py_sitedir}/proctitle
 %{py_sitedir}/proctitle/*.py[oc]
 %attr(755,root,root) %{py_sitedir}/proctitle/*.so
This page took 0.20559 seconds and 4 git commands to generate.