[exo] Rebuilt for Fedora 23 Change

nonamedotc nonamedotc at fedoraproject.org
Sat Feb 28 20:43:45 UTC 2015


commit 895bfc64067cffd21c336cd453f69c27fd30d8b3
Author: nonamedotc <nonamedotc at fedoraproject.org>
Date:   Sat Feb 28 14:43:43 2015 -0600

    Rebuilt for Fedora 23 Change
    
      https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code

 .gitignore |  1 +
 exo.spec   | 15 +++++++--------
 sources    |  5 +----
 3 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c28bfb..ff6f91d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ exo-0.3.107.tar.bz2
 /exo-0.10.1.tar.bz2
 /exo-0.10.2.tar.bz2
 /mailtoparse.py
+/exo-0.10.3.tar.bz2
diff --git a/exo.spec b/exo.spec
index 1dbcc71..55a1e1a 100644
--- a/exo.spec
+++ b/exo.spec
@@ -2,11 +2,11 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 %global minorversion 0.10
-%global xfceversion 4.10
+%global xfceversion 4.12
 
 Name:           exo
-Version:        0.10.2
-Release:        9%{?dist}
+Version:        0.10.3
+Release:        1%{?dist}
 Summary:        Application library for the Xfce desktop environment
 
 Group:          System Environment/Libraries
@@ -30,8 +30,6 @@ Patch2:         exo-0.10.2-default-apps.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=887457
 Patch3:         exo-0.10.2-magnet-links.patch
 
-Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:  gtk-doc
 BuildRequires:  gettext
 %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
@@ -84,6 +82,10 @@ make %{?_smp_mflags} V=1
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL='install -p'
+
+# fix permissions for installed libraries
+chmod 755 $RPM_BUILD_ROOT/%{_libdir}/*.so
+
 find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
 
 chrpath --delete %{buildroot}%{_bindir}/exo-desktop-item-edit
@@ -107,9 +109,6 @@ rm -f %{buildroot}%{_libdir}/xfce4/exo-1/exo-compose-mail-1
 install -Dpm 0755 %{SOURCE3} %{buildroot}%{_libdir}/xfce4/exo-1/exo-compose-mail-1
 
 
-%clean
-rm -rf %{buildroot}
-
 
 %post
 /sbin/ldconfig
diff --git a/sources b/sources
index d1cfc00..38e2a93 100644
--- a/sources
+++ b/sources
@@ -1,4 +1 @@
-5967338f62bcfc456039ca2d4591506f  internet-mail-24.png
-7372d488df90bb3595f27bbde89bd986  internet-mail-48.png
-c70f2a217811bfba2e62f938d4b8f748  exo-0.10.2.tar.bz2
-6bd9473a66ebec909efd3ce8ed817b17  mailtoparse.py
+d45b7e18e3a73e4a7b2ec6ef7943de17  exo-0.10.3.tar.bz2


More information about the scm-commits mailing list