[dar/el6] add pkgconfig

Luis Enrique Bazán De León lbazan at fedoraproject.org
Mon Nov 3 16:06:06 UTC 2014


commit 5637e046245acfdf4c7f515f67333ed1277488cc
Author: lbazan <lbazan at fedoraproject.org>
Date:   Mon Nov 3 11:05:59 2014 -0500

    add pkgconfig

 dar.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dar.spec b/dar.spec
index 982cf46..defd9af 100644
--- a/dar.spec
+++ b/dar.spec
@@ -14,7 +14,7 @@
 #
 Name:           dar
 Version:        2.4.15
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Software for making/restoring incremental CD/DVD backups
 
 Group:          Applications/Archiving
@@ -126,7 +126,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 
 # Remove the libtool archive files
-rm -rf $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/
 rm -f  $RPM_BUILD_ROOT/%{_libdir}/*.la
 
 # Delete the sample files that we can't seem to disable
@@ -180,6 +179,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_includedir}/dar/
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/*
 
 ################################################################################
 
@@ -199,6 +199,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Nov 03 2014 Luis Bazan <lbazan at fedoraproject.org> - 2.4.15-2
+- add pkgconfig
+
 * Wed Sep 10 2014 Luis Bazan <lbazan at fedoraproject.org> - 2.4.15-1
 - new upstream version
 


More information about the scm-commits mailing list