rpms/python-pygments/EL-5 python-pygments.spec,1.1,1.2

Steve Milner (smilner) fedora-extras-commits at redhat.com
Sun Aug 19 23:09:40 UTC 2007


Author: smilner

Update of /cvs/pkgs/rpms/python-pygments/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18924

Modified Files:
	python-pygments.spec 
Log Message:
removed need for dos2uniz


Index: python-pygments.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-pygments/EL-5/python-pygments.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-pygments.spec	21 Jul 2007 23:14:09 -0000	1.1
+++ python-pygments.spec	19 Aug 2007 23:09:07 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           python-pygments
 Version:        0.8.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A syntax highlighting engine written in Python
 
 Group:          Development/Libraries
@@ -12,7 +12,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel, python-setuptools, dos2unix
+BuildRequires:  python-devel, python-setuptools
 
 
 %description
@@ -28,7 +28,7 @@
 
 %build
 %{__python} setup.py build
-dos2unix LICENSE
+%{__sed} -i 's/\r//' LICENSE
 
 
 %install
@@ -52,5 +52,7 @@
 
 
 %changelog
+* Thu Aug 17 2007 Steve 'Ashcrow' Milner <me at stevemilner.org> - 0.8.1-2
+- Removed the dos2unix build dependency.
 * Thu Jun 28 2007 Steve 'Ashcrow' Milner <me at stevemilner.org> - 0.8.1-1
 - Initial packaging for Fedora.




More information about the fedora-extras-commits mailing list