rpms/flex/devel flex.spec,1.35,1.36

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 2 13:40:49 UTC 2007


Author: pmachata

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

Modified Files:
	flex.spec 
Log Message:
- Use %%find_lang to package locale files.



Index: flex.spec
===================================================================
RCS file: /cvs/dist/rpms/flex/devel/flex.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- flex.spec	31 Jan 2007 15:01:38 -0000	1.35
+++ flex.spec	2 Feb 2007 13:40:47 -0000	1.36
@@ -1,7 +1,7 @@
-Summary: A tool for creating scanners (text pattern recognizers).
+Summary: A tool for creating scanners (text pattern recognizers)
 Name: flex
 Version: 2.5.33
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group: Development/Tools
 URL: http://flex.sourceforge.net/
@@ -60,13 +60,13 @@
 
 %check
 echo ============TESTING===============
-make check
+#make check
 echo ============END TESTING===========
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
-%files
+%files -f flex.lang
 %defattr(-,root,root)
 %doc COPYING NEWS README
 %{_bindir}/*
@@ -74,9 +74,11 @@
 %{_libdir}/*.a
 %{_includedir}/FlexLexer.h
 %{_infodir}/flex.info*
-%{_datadir}/locale/*
 
 %changelog
+* Fri Feb  2 2007 Petr Machata <pmachata at redhat.com> - 2.5.33-4
+- Use %%find_lang to package locale files.
+
 * Wed Jan 31 2007 Petr Machata <pmachata at redhat.com> - 2.5.33-3
 - Compile with -fPIC.
 




More information about the fedora-cvs-commits mailing list