]> git.pld-linux.org Git - packages/python-xlrd.git/commitdiff
- missing %dir
authorqwiat <qwiat@pld-linux.org>
Thu, 13 Nov 2008 11:31:47 +0000 (11:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-xlrd.spec -> 1.2

python-xlrd.spec

index 0aa9a24bdfd90c1d632cee77a878bfb2b68c02aa..173052550d0ba5c24edc5d6dc7cd3e41902d79ff 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Python interface to extracting data from Excel datasheets
 Summary(pl.UTF-8):     Pythonowy interfejs do odczytywania danych z arkuszy Excela
 Name:          python-%{module}
 Version:       0.6.1
-Release:       0.1
+Release:       0.2
 License:       BSD-style
 Group:         Development/Languages/Python
 Source0:       http://www.lexicon.net/sjmachin/%{module}-%{version}.zip
@@ -49,6 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc xlrd/doc/compdoc.html xlrd/doc/HISTORY.html xlrd/doc/README.html xlrd/doc/xlrd.html
+%dir %{py_sitescriptdir}/%{module}
 %{py_sitescriptdir}/%{module}/*.py[co]
 %{_examplesdir}/%{name}-%{version}
 %attr(755,root,root) %{_bindir}/runxlrd.py[oc]
This page took 0.612592 seconds and 4 git commands to generate.