From 9727f76d87a7beb7e6c9552e0ebf7a43f4d2669a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 7 Apr 2001 09:41:53 +0000 Subject: [PATCH] - added -a -c to automake - use %%_pkgconfigdir macro Changed files: pkgconfig.spec -> 1.4 --- pkgconfig.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgconfig.spec b/pkgconfig.spec index b4ea12b..66496f6 100644 --- a/pkgconfig.spec +++ b/pkgconfig.spec @@ -27,15 +27,15 @@ option and ouputs the necessary compiler and linker flags. %patch -p1 %build -automake aclocal autoconf +automake -a -c %configure %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_libdir}/pkgconfig +install -d $RPM_BUILD_ROOT%{_pkgconfigdir} make install DESTDIR=$RPM_BUILD_ROOT @@ -45,5 +45,5 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* -%{_libdir}/pkgconfig +%{_pkgconfigdir} %{_mandir}/man1/* -- 2.44.0