[mate-keyring] update specfile

Dan Mashal vicodan at fedoraproject.org
Tue Oct 23 00:46:26 UTC 2012


commit b3a9a2c29c5912c8205cd6bebd538c303325abd9
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Mon Oct 22 20:46:03 2012 -0400

    update specfile

 mate-keyring.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/mate-keyring.spec b/mate-keyring.spec
index cdbb926..4e0d246 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:	9%{?dist}
+Release:	10%{?dist}
 License:	GPLv2+ and LGPLv2+
 Group:		System Environment/Libraries
 URL:		http://mate-desktop.org
@@ -51,7 +51,7 @@ Shared library for MATE Desktop pam auth
 NOCONFIGURE=1 ./autogen.sh
 
 %build
-%configure --disable-static --disable-schemas-compile --with-gtk=2.0 --enable-gcov --with-libgcrypt-prefix=%{_prefix} --with-pam-dir=%{_libdir}/security --with-root-certs=%{_sysconfdir}/ssl/certs --enable-valgrind
+%configure --disable-static --disable-schemas-compile --with-gtk=2.0 --with-gnu-ld --enable-gcov --with-libgcrypt-prefix=%{_prefix} --with-pam-dir=%{_libdir}/security --with-root-certs=%{_sysconfdir}/ssl/certs --enable-valgrind
 
 make %{?_smp_mflags} V=1
 
@@ -59,10 +59,12 @@ make %{?_smp_mflags} V=1
 make DESTDIR=%{buildroot} install
 find %{buildroot} -name '*.la' -exec rm -rf {} ';'
 find %{buildroot} -name '*.a' -exec rm -rf {} ';'
-
-
 %find_lang %{name}
 
+desktop-file-install										\
+		--dir=%{buildroot}%{_sysconfdir}/xdg/autostart					\
+%{buildroot}%{_sysconfdir}/xdg/autostart/*.desktop
+
 %post -p /sbin/ldconfig
 
 %postun
@@ -111,6 +113,9 @@ fi
 
 
 %changelog
+* Mon Oct 22 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.4.0-10
+- Update configure flags, add desktop file install section for desktop files, add requires
+
 * Mon Oct 22 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.4.0-9
 - Clean up specfile
 


More information about the scm-commits mailing list