[mate-keyring] use correct configure directory paths

leigh123linux leigh123linux at fedoraproject.org
Tue Oct 23 18:37:29 UTC 2012


commit c9662a42ee77537561dcd719d4f75226ec7e12e5
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Oct 23 19:37:18 2012 +0100

    use correct configure directory paths

 mate-keyring.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mate-keyring.spec b/mate-keyring.spec
index b57d0c1..e55087c 100644
--- a/mate-keyring.spec
+++ b/mate-keyring.spec
@@ -1,7 +1,7 @@
 Summary:        Framework for managing passwords and other secrets
 Name:           mate-keyring
 Version:        1.4.0
-Release:        13%{?dist}
+Release:        14%{?dist}
 License:        GPLv2+ and LGPLv2+
 Group:          System Environment/Libraries
 URL:            http://mate-desktop.org
@@ -56,7 +56,8 @@ NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static \
            --with-gtk=2.0 \
            --enable-pam \
-           --with-pam-dir=/%{_libdir}/security \
+           --with-pam-dir=/%{_lib}/security \
+           --with-root-certs=%{_sysconfdir}/pki/tls/certs
 
 # avoid unneeded direct dependencies
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
@@ -105,7 +106,7 @@ fi
 %{_datadir}/glib-2.0/schemas/*.gschema.xml
 
 %files pam
-%{_libdir}/security/pam_mate_keyring.so
+/%{_lib}/security/pam_mate_keyring.so
 
 %files devel
 %doc %{_datadir}/gtk-doc/html/mate-gck/
@@ -117,6 +118,10 @@ fi
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Oct 23 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-14
+- Tell configure where the certs are.
+- Tell configure where pam security is.
+
 * Tue Oct 23 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-13
 - Drop requires pam and glib2-devel
 - Drop build requires mateconf-devel, mate-doc-utils, mate-desktop and libselinux-devel


More information about the scm-commits mailing list