]> git.pld-linux.org Git - packages/exiv2.git/commitdiff
- no autoheader, now builds finally
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 Nov 2006 14:14:05 +0000 (14:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added pkgconfig file

Changed files:
    exiv2.spec -> 1.12

exiv2.spec

index 86fef3564f0549563c898c299e31c1f0e2d4764f..fdf8e963ce370fb2eaa53cc962cae15092ad2ed6 100644 (file)
@@ -68,8 +68,9 @@ ln -s config/configure.ac .
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
-%{__autoheader}
+# don't touch autoheader, config.h.in has been manually modified
 %configure
+
 %{__make} \
        CFLAGS="%{rpmcflags} -Wall" \
        CXXFLAGS="%{rpmcxxflags} -Wall"
@@ -101,6 +102,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libexiv2.so
 %{_libdir}/libexiv2.la
 %{_includedir}/%{name}
+%{_pkgconfigdir}/exiv2.pc
 
 %files static
 %defattr(644,root,root,755)
This page took 0.049505 seconds and 4 git commands to generate.