Author: qboosh Date: Sat Oct 23 12:35:41 2010 GMT Module: packages Tag: HEAD ---- Log message: - fixed auto* rebuild - updated glib2 version - more docs - License is LGPL v3
---- Files affected: packages/liblqr: liblqr.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/liblqr/liblqr.spec diff -u packages/liblqr/liblqr.spec:1.4 packages/liblqr/liblqr.spec:1.5 --- packages/liblqr/liblqr.spec:1.4 Thu May 28 21:07:35 2009 +++ packages/liblqr/liblqr.spec Sat Oct 23 14:35:36 2010 @@ -4,14 +4,17 @@ Name: liblqr Version: 0.4.1 Release: 1 -License: GPL v3 +License: LGPL v3 Group: Libraries Source0: http://liblqr.wikidot.com/local--files/en:download-page/%{name}-1-%{version}.tar.bz2 # Source0-md5: 0e24ed3c9fcdcb111062640764d7b87a URL: http://liblqr.wikidot.com/ -BuildRequires: autoconf -BuildRequires: glib2-devel >= 2.0.0 +BuildRequires: autoconf >= 2.63 +BuildRequires: automake +BuildRequires: glib2-devel >= 1:2.8.0 +BuildRequires: libtool >= 2:2.0 BuildRequires: pkgconfig +Requires: glib2 >= 1:2.8.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -28,7 +31,7 @@ Summary(pl.UTF-8): Pliki nagłówkowe biblioteki lqr Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: glib2-devel >= 2.0.0 +Requires: glib2-devel >= 1:2.8.0 %description devel Header files for lqr library. @@ -52,11 +55,14 @@ %setup -q -n %{name}-1-%{version} %build +%{__libtoolize} +%{__aclocal} %{__autoconf} +%{__autoheader} +%{__automake} %configure \ --enable-static -%{__make} \ - liblqr_1_la_LIBADD='$(GLIB_LIBS) -lm' +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -72,7 +78,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog README +%doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_libdir}/liblqr-1.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/liblqr-1.so.0 @@ -93,6 +99,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2010/10/23 12:35:36 qboosh +- fixed auto* rebuild +- updated glib2 version +- more docs +- License is LGPL v3 + Revision 1.4 2009/05/28 19:07:35 lmasko - Up to latest 0.4.1. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/liblqr/liblqr.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
