Author: megabajt Date: Sat Jul 12 21:48:25 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added -as-needed.patch - release 2
---- Files affected: SPECS: libcmml.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/libcmml.spec diff -u SPECS/libcmml.spec:1.7 SPECS/libcmml.spec:1.8 --- SPECS/libcmml.spec:1.7 Fri Jul 11 23:24:37 2008 +++ SPECS/libcmml.spec Sat Jul 12 23:48:20 2008 @@ -7,14 +7,18 @@ Summary(pl.UTF-8): Biblioteka do analizy plików CMML Name: libcmml Version: 0.9.4 -Release: 1 +Release: 2 License: BSD Group: Libraries Source0: http://annodex.net/software/libcmml/download/%{name}-%{version}.tar.gz # Source0-md5: 872984114263499acdf1617eae074cb4 +Patch0: %{name}-as-needed.patch URL: http://annodex.net/software/libcmml/index.html +BuildRequires: autoconf >= 2.53 +BuildRequires: automake BuildRequires: docbook-to-man BuildRequires: expat-devel >= 1.95 +BuildRequires: libtool Requires: expat >= 1.95 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -66,8 +70,14 @@ %prep %setup -q +%patch0 -p1 %build +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ %{!?with_static_libs:--disable-static} %{__make} @@ -115,6 +125,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008/07/12 21:48:20 megabajt +- added -as-needed.patch +- release 2 + Revision 1.7 2008/07/11 21:24:37 qboosh - updated to 0.9.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libcmml.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
