[rawtherapee] - Fix libdir for 64-bit architectures - Fix ownership of the /usr/share/rawtherapee directory

Dan Horák sharkcz at fedoraproject.org
Sat Nov 6 10:19:25 UTC 2010


commit 085801456dbe67dae4791fb7900e5f618fad25e5
Author: Dan Horák <dan at danny.cz>
Date:   Sat Nov 6 11:19:39 2010 +0100

    - Fix libdir for 64-bit architectures
    - Fix ownership of the /usr/share/rawtherapee directory

 rawtherapee.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/rawtherapee.spec b/rawtherapee.spec
index ea35f25..816d237 100644
--- a/rawtherapee.spec
+++ b/rawtherapee.spec
@@ -12,7 +12,7 @@
 
 Name:           rawtherapee
 Version:        3.0
-Release:        0.24.%{prerelease}%{?dist}
+Release:        0.25.%{prerelease}%{?dist}
 Summary:        Raw image processing software
 
 Group:          Applications/Multimedia 
@@ -42,8 +42,8 @@ to some common image format.
 %prep
 %setup -q
 
-# Fix for x86_64 and ppc64
-%ifarch x86_64 ppc64
+# Fix libdir for 64-bit architectures
+%ifarch x86_64 ppc64 sparc64 s390x
 sed -i "s|/lib|/lib64|g" CMakeLists.txt
 %endif
 
@@ -105,12 +105,16 @@ fi || :
 %doc AUTHORS.txt LICENSE.txt COMPILE.txt
 %{_bindir}/rt
 %{_libdir}/*.so
-%{_datadir}/rawtherapee/*
+%{_datadir}/rawtherapee
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/16x16/apps/rawtherapee.png
 %{_datadir}/icons/hicolor/32x32/apps/rawtherapee.png
 
 %changelog
+* Sat Nov 6 2010 Dan Horák <dan[at]danny.cz> - 3.0-0.25.a1
+- Fix libdir for 64-bit architectures
+- Fix ownership of the /usr/share/rawtherapee directory
+
 * Mon Oct 25 2010 Thibault North <tnorth at fedoraproject.org> - 3.0-0.24.a1
 - Sync with upstream for many enhancements and fixes
 


More information about the scm-commits mailing list