rpms/objectweb-asm/devel objectweb-asm.spec,1.1,1.2

Fernando Nasser (fnasser) fedora-extras-commits at redhat.com
Tue Dec 4 20:48:54 UTC 2007


Author: fnasser

Update of /cvs/extras/rpms/objectweb-asm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5514

Modified Files:
	objectweb-asm.spec 
Log Message:
- First Fedora build
- Replace uses of dos2unix with sed




Index: objectweb-asm.spec
===================================================================
RCS file: /cvs/extras/rpms/objectweb-asm/devel/objectweb-asm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- objectweb-asm.spec	4 Dec 2007 20:43:37 -0000	1.1
+++ objectweb-asm.spec	4 Dec 2007 20:48:22 -0000	1.2
@@ -32,7 +32,7 @@
 
 Name:           objectweb-asm
 Version:        3.1
-Release:        2jpp
+Release:        2jpp.1%{dist}
 Epoch:          0
 Summary:        A code manipulation tool to implement adaptable systems
 License:        BSD
@@ -42,7 +42,6 @@
 
 BuildRequires:  jpackage-utils >= 0:1.6
 BuildRequires:  ant
-BuildRequires:  dos2unix
 BuildRequires:  objectweb-anttask
 BuildRequires:  xml-commons-jaxp-1.3-apis
 # Needed by asm-xml.jar
@@ -87,8 +86,7 @@
 cp -pr output/dist/doc/javadoc/user/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
 
 #Fix EOL
-dos2unix README.txt
-dos2unix LICENSE.txt
+sed -i 's/\r//' README.txt LICENSE.txt
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -105,6 +103,10 @@
 %{_javadocdir}/%{name}-%{version}/*
 
 %changelog
+* Tue Dec 04 2007 Fernando Nasser <fnasser at redhat.com> - 0:3.1-2jpp.1
+- First Fedora build
+- Replace uses of dos2unix with sed
+
 * Thu Nov 22 2007 Fernando Nasser <fnasser at redhat.com> - 0:3.1-2jpp
 - Fix EOL of txt files
 - Add dependency on jaxp 




More information about the fedora-extras-commits mailing list