rpms/flex/devel flex.spec,1.23,1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 8 12:22:15 UTC 2006


Author: pmachata

Update of /cvs/dist/rpms/flex/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6478

Modified Files:
	flex.spec 
Log Message:
- adding test for #183098 into build process



Index: flex.spec
===================================================================
RCS file: /cvs/dist/rpms/flex/devel/flex.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- flex.spec	2 Mar 2006 15:37:50 -0000	1.23
+++ flex.spec	8 Mar 2006 12:22:12 -0000	1.24
@@ -1,12 +1,13 @@
 Summary: A tool for creating scanners (text pattern recognizers).
 Name: flex
 Version: 2.5.4a
-Release: 37.3
+Release: 37.4
 License: BSD
 Group: Development/Tools
 URL: http://www.gnu.org/software/flex/
 BuildRoot: %{_tmppath}/%{name}-root
 Source: ftp://ftp.gnu.org/non-gnu/flex/flex-2.5.4a.tar.gz
+Source2: test-183098.sh
 Patch0: flex-2.5.4a-skel.patch
 Patch1: flex-2.5.4-glibc22.patch
 Patch2: flex-2.5.4a-gcc3.patch
@@ -51,6 +52,7 @@
 %configure
 make
 make bigcheck
+sh %{SOURCE2}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -64,8 +66,8 @@
   ln -s libfl.a .%{_libdir}/libl.a
 )
 
-%check
-make bigcheck
+#%check
+#make bigcheck
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -79,7 +81,10 @@
 %{_includedir}/FlexLexer.h
 
 %changelog
-* Fri Feb 10 2006 Petr Machata <pmachata at redhat.com> - 2.5.4a-37.3
+* Fri Mar  8 2006 Petr Machata <pmachata at redhat.com> - 2.5.4a-37.4
+- adding test for #183098 into build process
+
+* Fri Mar  2 2006 Petr Machata <pmachata at redhat.com> - 2.5.4a-37.3
 - rebuilt, no changes inside. In hunt for #183098
 
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 2.5.4a-37.2




More information about the fedora-cvs-commits mailing list