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

Mathieu Bridon bochecha at fedoraproject.org
Thu Feb 11 21:45:06 UTC 2010


Author: bochecha

Update of /cvs/pkgs/rpms/klavaro/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21879

Modified Files:
	klavaro.spec 
Log Message:
Fix DSO link failure and rebuild against new gtkdatabox.




Index: klavaro.spec
===================================================================
RCS file: /cvs/pkgs/rpms/klavaro/devel/klavaro.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- klavaro.spec	5 Jan 2010 09:40:08 -0000	1.9
+++ klavaro.spec	11 Feb 2010 21:45:06 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           klavaro
 Version:        1.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Typing tutor
 
 Group:          Applications/Multimedia
@@ -31,6 +31,10 @@ designed to not depend on specific layou
 %prep
 %setup -q
 
+# temporary fix to DSO-linking failure
+sed -i 's/klavaro_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)/klavaro_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lm/g' src/Makefile.am
+autoreconf -i
+
 
 %build
 %configure
@@ -82,6 +86,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Feb 11 2010 Mathieu Bridon <bochecha at fedoraproject.org> - 1.4.1-2
+- Rebuild against new gtkdatabox version
+- Fix DSO-linking failure
+
 * Thu Jan 05 2010 Fabian Affolter <fabian at bernewireless.net> - 1.4.1-1
 - Updated to new upstream version 1.4.1
 



More information about the scm-commits mailing list