[mate-keyring] Fix directory ownership

leigh123linux leigh123linux at fedoraproject.org
Tue Oct 23 13:13:15 UTC 2012


commit 8d06d832895b6a621df057e03a7dd6151a20a2ea
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Oct 23 11:10:43 2012 +0100

    Fix directory ownership

 mate-keyring.spec |   33 ++++++++++++++++++++-------------
 1 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/mate-keyring.spec b/mate-keyring.spec
index 77dd3eb..1726042 100644
--- a/mate-keyring.spec
+++ b/mate-keyring.spec
@@ -1,11 +1,11 @@
-Summary:	Framework for managing passwords and other secrets
-Name:		mate-keyring
-Version:	1.4.0
-Release:	12%{?dist}
-License:	GPLv2+ and LGPLv2+
-Group:		System Environment/Libraries
-URL:		http://mate-desktop.org
-Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
+Summary:        Framework for managing passwords and other secrets
+Name:           mate-keyring
+Version:        1.4.0
+Release:        12%{?dist}
+License:        GPLv2+ and LGPLv2+
+Group:          System Environment/Libraries
+URL:            http://mate-desktop.org
+Source0:        http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
 
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(mateconf-2.0)
@@ -70,6 +70,9 @@ make DESTDIR=%{buildroot} install
 find %{buildroot} -name '*.la' -exec rm -rf {} ';'
 find %{buildroot} -name '*.a' -exec rm -rf {} ';'
 
+# Fix permissions on mate-keyring-daemon
+chmod 0755 %{buildroot}%{_bindir}/mate-keyring-daemon
+
 %find_lang %{name}
 
 
@@ -107,18 +110,22 @@ fi
 %{_libdir}/security/pam_mate_keyring.so
 
 %files devel
-%{_includedir}/*
+%doc %{_datadir}/gtk-doc/html/mate-gck/
+%doc %{_datadir}/gtk-doc/html/mate-gcr-0/
+%{_includedir}/mategcr/
+%{_includedir}/mate-gck/
+%{_includedir}/gck/
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*
-%doc %{_datadir}/gtk-doc
 
 %changelog
 * Tue Oct 23 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-12
 - Fix directory ownership
-- remove desktop-file-utils build requires and validation on xdg files
-- remove surplus configure options
+- Remove desktop-file-utils build requires and validation on xdg files
+- Remove surplus configure options
 - Drop un-needed build requires
-- re-add sed command to avoid unneeded direct dependencies
+- Add requires pam to pam sub-package
+- Re-add sed command to avoid unneeded direct dependencies
 
 * Mon Oct 22 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.4.0-11
 - Update BR


More information about the scm-commits mailing list