rpms/tetex-prosper/devel tetex-prosper.spec,1.1,1.2

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Tue Jun 7 13:43:41 UTC 2005


Author: mpeters

Update of /cvs/extras/rpms/tetex-prosper/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29790

Modified Files:
	tetex-prosper.spec 
Log Message:
use sed instead of dos2unix to fix line break



Index: tetex-prosper.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex-prosper/devel/tetex-prosper.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tetex-prosper.spec	7 Jun 2005 11:40:17 -0000	1.1
+++ tetex-prosper.spec	7 Jun 2005 13:43:39 -0000	1.2
@@ -10,7 +10,7 @@
 
 Name:           tetex-%{texpkg}
 Version:        1.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        LaTeX class for writing transparencies
 
 Group:          Applications/Publishing
@@ -23,7 +23,7 @@
 BuildArch:      noarch
 
 BuildRequires:  /usr/bin/kpsewhich
-BuildRequires:  dos2unix
+BuildRequires:  sed >= 3.95
 Requires:       tetex-latex tetex-dvips 
 Requires:       ghostscript >= 6.0
 Requires(post):	  /usr/bin/texhash
@@ -42,6 +42,7 @@
 
 %prep
 %setup -q -n prosper
+%{__sed} -i 's/\r//' contrib/PPRmancini.sty
 
 %build
 
@@ -53,7 +54,6 @@
 install -d -m 755 %buildroot%{texpkgdir}/img
 install -d -m 755 %buildroot%{texpkgdoc}
 
-dos2unix -k contrib/PPRmancini.sty
 install -p -m 644 *.{cls,sty} %buildroot%{texpkgdir}/
 install -p -m 644 contrib/*.{ps,sty,tex} %buildroot%{texpkgdir}/contrib/
 install -p -m 644 contrib/img/*.{eps,gif,ps} %buildroot%{texpkgdir}/contrib/img/
@@ -81,5 +81,8 @@
 
 
 %changelog
+* Tue Jun 07 2005 Michael A. Peters <mpeters at mac.com> - 1.5-2
+- use sed to fix dos line break instead of dos2unix
+
 * Sun Jun 05 2005 Michael A. Peters <mpeters at mac.com> - 1.5-1
 - initial checkin to CVS




More information about the fedora-extras-commits mailing list