]> git.pld-linux.org Git - packages/python3-pygments.git/commitdiff
- Release: 3
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 5 Apr 2011 13:48:45 +0000 (13:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- package the egg-info dirs – without them other python software won't find
  Pygments!

Changed files:
    python-pygments.spec -> 1.9

python-pygments.spec

index 725f3c0001c6b0019405090bfb108cdd502cc64b..da66946ce4307599a3b1da83b611a12486e70074 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Generic syntax highlighter
 Name:          python-%{module}
 Version:       1.3.1
-Release:       2
+Release:       3
 License:       BSD
 Group:         Development/Languages/Python
 Source0:       http://pypi.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz
@@ -111,6 +111,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/pygmentize
 %attr(755,root,root) %{_bindir}/pygmentize-2
 %{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/*.egg-info
 %endif
 
 %if %{with python3}
@@ -119,4 +120,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc PKG-INFO TODO AUTHORS
 %attr(755,root,root) %{_bindir}/pygmentize-3
 %{py3_sitescriptdir}/%{module}
+%{py3_sitescriptdir}/*.egg-info
 %endif
This page took 0.176884 seconds and 4 git commands to generate.