[xfconf] Update to stable release 4.12.0

nonamedotc nonamedotc at fedoraproject.org
Sat Feb 28 18:58:20 UTC 2015


commit 9742e866870ec359178a18c061c1fbd2bf6773cb
Author: nonamedotc <nonamedotc at fedoraproject.org>
Date:   Sat Feb 28 12:58:18 2015 -0600

    Update to stable release 4.12.0
    
    - Fix permissions for installed libraries

 xfconf.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/xfconf.spec b/xfconf.spec
index 88eabec..b29b6de 100644
--- a/xfconf.spec
+++ b/xfconf.spec
@@ -71,6 +71,9 @@ make %{?_smp_mflags} V=1
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
+# fix permissions for installed libraries
+chmod 755 $RPM_BUILD_ROOT/%{_libdir}/*.so
+
 # remove unneeded la files. 
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 # remove perl temp file
@@ -115,6 +118,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Sat Feb 28 2015 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 4.12.0-1
 - Update to stable release 4.12.0
+- Fix permissions for installed libraries
 
 * Sat Feb 21 2015 Till Maas <opensource at till.name> - 4.10.0-10
 - Rebuilt for Fedora 23 Change


More information about the scm-commits mailing list