Author: glen Date: Thu Jan 24 18:19:42 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add $DESTDIR patch
---- Files affected: SPECS: libxslt-plugin-regexp.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/libxslt-plugin-regexp.spec diff -u SPECS/libxslt-plugin-regexp.spec:1.2 SPECS/libxslt-plugin-regexp.spec:1.3 --- SPECS/libxslt-plugin-regexp.spec:1.2 Thu Jan 24 19:13:38 2008 +++ SPECS/libxslt-plugin-regexp.spec Thu Jan 24 19:19:36 2008 @@ -5,8 +5,11 @@ Release: 0.1 License: MIT Group: Development/Libraries -Source0: http://home.comcast.net/~joelwreed/libxslt-plugin-regexp-0.5.tar.gz +Source0: http://home.comcast.net/~joelwreed/%{name}-%{version}.tar.gz # Source0-md5: f9e536ad72f2866e726b45770caaf474 +Patch0: %{name}-DESTDIR.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: libxslt-devel >= 1.1.13 BuildRequires: pcre-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -22,8 +25,12 @@ %prep %setup -q +%patch0 -p1 %build +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make} @@ -33,8 +40,6 @@ pkglibdir=%{plugindir} \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{plugindir}/exslt_org_regular_expressions.la - %clean rm -rf $RPM_BUILD_ROOT @@ -48,6 +53,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-01-24 18:19:36 glen +- add $DESTDIR patch + Revision 1.2 2008-01-24 18:13:38 glen - 0.5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libxslt-plugin-regexp.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
