[dar/f21] add pkgconfig

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


commit cf785a43daf7ae6d3ad9b47aabc81fb2db31830e
Author: lbazan <lbazan at fedoraproject.org>
Date:   Mon Nov 3 11:17:27 2014 -0500

    add pkgconfig

 dar.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dar.spec b/dar.spec
index c257dd3..d9793c5 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