rpms/liblo/devel liblo.spec,1.9,1.10

Anthony Green (green) fedora-extras-commits at redhat.com
Fri Oct 19 22:34:58 UTC 2007


Author: green

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

Modified Files:
	liblo.spec 
Log Message:
Fix multlib issue


Index: liblo.spec
===================================================================
RCS file: /cvs/extras/rpms/liblo/devel/liblo.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- liblo.spec	23 Feb 2007 00:56:09 -0000	1.9
+++ liblo.spec	19 Oct 2007 22:34:25 -0000	1.10
@@ -1,8 +1,8 @@
 Summary:      Open Sound Control library
 Name:         liblo
 Version:      0.23
-Release:      12%{?dist}
-License:      GPL
+Release:      13%{?dist}
+License:      GPLv2+
 Group:        System Environment/Libraries
 URL:          http://liblo.sourceforge.net
 Source0:      http://www.ecs.soton.ac.uk/~njh/liblo/liblo-0.23.tar.gz
@@ -34,6 +34,9 @@
 %configure
 make %{?_smp_mflags}
 
+# Remove timestamps from generated html files.
+find ./ -name \*.html | xargs perl -pi -e 's|Generated on .* for Liblo|Generated for Liblo|g'
+
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
@@ -64,6 +67,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Oct 19 2007 Anthony Green <green at redhat.com> 0.23-13
+- Tweak .html files to remove timestamp (to fix multilib conflict).
+- Clarify License tag.
+
 * Thu Feb 22 2007 Anthony Green <green at redhat.com> 0.23-12
 - Move devel docs to devel package.
 




More information about the fedora-extras-commits mailing list