rpms/flex/devel flex-2.5.33-test-linedir-r.patch, 1.1, 1.2 flex.spec, 1.49, 1.50

Štěpán Kasal (kasal) fedora-extras-commits at redhat.com
Tue Jan 15 17:22:11 UTC 2008


Author: kasal

Update of /cvs/extras/rpms/flex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7629

Modified Files:
	flex-2.5.33-test-linedir-r.patch flex.spec 
Log Message:
- Do not run autogen.sh, it undoes the effect of includedir patch.
- Adapt test-linedir-r.patch so that it fixes Makefile.in and works
  even though autogen.sh is not run.

flex-2.5.33-test-linedir-r.patch:

Index: flex-2.5.33-test-linedir-r.patch
===================================================================
RCS file: /cvs/extras/rpms/flex/devel/flex-2.5.33-test-linedir-r.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flex-2.5.33-test-linedir-r.patch	30 Aug 2007 11:52:25 -0000	1.1
+++ flex-2.5.33-test-linedir-r.patch	15 Jan 2008 17:22:05 -0000	1.2
@@ -1,6 +1,6 @@
 diff -rup flex-2.5.33/tests/test-linedir-r/Makefile.am flex-2.5.33-pm/tests/test-linedir-r/Makefile.am
---- flex-2.5.33/tests/test-linedir-r/Makefile.am	2003-03-26 19:29:45.000000000 +0100
-+++ flex-2.5.33-pm/tests/test-linedir-r/Makefile.am	2007-08-30 12:28:09.000000000 +0200
+--- flex-2.5.33/tests/test-linedir-r/Makefile.in	2003-03-26 19:29:45.000000000 +0100
++++ flex-2.5.33-pm/tests/test-linedir-r/Makefile.in	2007-08-30 12:28:09.000000000 +0200
 @@ -46,8 +46,8 @@ $(testname)$(EXEEXT): $(OBJS)
  
  test: $(testname)$(EXEEXT)


Index: flex.spec
===================================================================
RCS file: /cvs/extras/rpms/flex/devel/flex.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- flex.spec	14 Jan 2008 10:26:35 -0000	1.49
+++ flex.spec	15 Jan 2008 17:22:05 -0000	1.50
@@ -1,7 +1,7 @@
 Summary: A tool for creating scanners (text pattern recognizers)
 Name: flex
 Version: 2.5.33
-Release: 14%{?dist}
+Release: 15%{?dist}
 License: BSD
 Group: Development/Tools
 URL: http://flex.sourceforge.net/
@@ -12,7 +12,7 @@
 Patch4: flex-2.5.33-test-linedir-r.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: m4
-BuildRequires: gettext bison m4 gawk autoconf automake gettext-devel
+BuildRequires: gettext bison m4
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -36,7 +36,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-./autogen.sh
 
 %build
 %configure --disable-dependency-tracking CFLAGS="-fPIC $RPM_OPT_FLAGS"
@@ -83,6 +82,11 @@
 %{_infodir}/flex.info*
 
 %changelog
+* Tue Jan 15 2008 Stepan Kasal <skasal at redhat.com> - 2.5.33-15
+- Do not run autogen.sh, it undoes the effect of includedir patch.
+- Adapt test-linedir-r.patch so that it fixes Makefile.in and works
+  even though autogen.sh is not run.
+
 * Thu Jan 10 2008 Stepan Kasal <skasal at redhat.com> - 2.5.33-14
 - Insert the "-fPIC" on configure command-line.
 - Drop the -fPIC patch.




More information about the fedora-extras-commits mailing list