Author: jajcus Date: Mon Jan 3 09:23:55 2011 GMT Module: packages Tag: HEAD ---- Log message: - link with libm (required on x86_64, won't hurt on other archs) - Release: 2
---- Files affected: packages/gexiv2: gexiv2.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/gexiv2/gexiv2.spec diff -u packages/gexiv2/gexiv2.spec:1.8 packages/gexiv2/gexiv2.spec:1.9 --- packages/gexiv2/gexiv2.spec:1.8 Sun Jan 2 11:09:39 2011 +++ packages/gexiv2/gexiv2.spec Mon Jan 3 10:23:50 2011 @@ -5,7 +5,7 @@ Summary: GObject-based wrapper around the Exiv2 library Name: gexiv2 Version: 0.2.2 -Release: 1 +Release: 2 License: GPL Group: Applications/Graphics Source0: http://yorba.org/download/gexiv2/0.2/lib%{name}-%{version}.tar.bz2 @@ -47,7 +47,8 @@ ./configure --prefix=%{_prefix} %{__make} \ - LIB="%{_lib}" + LIB="%{_lib}" \ + LDFLAGS="-lm" %install rm -rf $RPM_BUILD_ROOT @@ -82,6 +83,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2011/01/03 09:23:50 jajcus +- link with libm (required on x86_64, won't hurt on other archs) +- Release: 2 + Revision 1.8 2011/01/02 10:09:39 jajcus - Version: 0.2.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gexiv2/gexiv2.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
