]> git.pld-linux.org Git - packages/apr-compat.git/commitdiff
- add m4 macros which are later used by apr-util
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 13 Sep 2003 14:45:06 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-compat.spec -> 1.4

apr-compat.spec

index 77cfe22bf8bedf78caf23685fbd53cb111e5e7df..ce6b7e3cdf8157cb93a14f4123777c5316b7c379 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       Apache Portable Runtime
 Name:          apr
 Version:       0.9.4
-Release:       0.%{snap}.1
+Release:       0.%{snap}.2
 Epoch:         1
 License:       GPL
 Group:         Libraries
@@ -12,7 +12,7 @@ Source0:      http://cvs.apache.org/snapshots/apr/%{name}_%{snap}.tar.gz
 URL:           http://apr.apache.org/
 BuildRequires: libtool
 BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: perl-base
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _includedir     /usr/include/apr
@@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
 
 ln -sf %{_bindir}/libtool $RPM_BUILD_ROOT%{_datadir}/libtool
 
+install build/*apr*.m4 $RPM_BUILD_ROOT%{_datadir}/build
+
+perl -pi -e "s#$RPM_BUILD_DIR/%{name}.*#%{_datadir}/%{name}#g" $RPM_BUILD_ROOT%{_datadir}/build/*
+
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -83,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}
 %dir %{_datadir}/build
 %{_datadir}/build/*.mk
+%{_datadir}/build/*.m4
 %attr(755,root,root) %{_datadir}/build/libtool
 
 %files static
This page took 0.180107 seconds and 4 git commands to generate.