[rawtherapee] Finally stable release

Thibault North tnorth at fedoraproject.org
Thu Aug 18 16:40:46 UTC 2011


commit e20311d907b8d7a89de12536bb40f5095466e673
Author: Thibault North <tnorth at fedoraproject.org>
Date:   Thu Aug 18 12:40:25 2011 -0400

    Finally stable release

 .gitignore       |    1 +
 rawtherapee.spec |   28 ++++++++++++----------------
 sources          |    2 +-
 3 files changed, 14 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 18e075e..43ecfa0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 rawtherapee-3.0-a1.tar.bz2
 /rawtherapee-3.0-a1.tar.bz2
 
+/rawtherapee-3.0.0.tar.bz2
diff --git a/rawtherapee.spec b/rawtherapee.spec
index 1b436c7..865eb11 100644
--- a/rawtherapee.spec
+++ b/rawtherapee.spec
@@ -10,22 +10,21 @@
 # rm -rf rawzor_*
 # rm -rf tools/createicon.exe
 # rm -f lib/*.a
-# tar cjvf ~/%{name}-%{version}-%{prerelease}.tar.bz2 ../%{name}-%{version}
-%global prerelease a1
-%global tarfile %{name}-%{version}-%{prerelease}.tar.bz2
-%global rtlastrev changeset:1151:0d4f1aa0d29f
-%global rtlasttag Latest-tag:3.0B1,CSet:1151:0d4f1aa0d29f
-%global rtdist 62
+# tar cjvf ~/%{name}-%{version}.tar.bz2 ../%{name}-%{version}
+
+%global rtlastrev changeset:1207:2cfb6a613777
+%global rtlasttag Latest-tag:3.0.0,CSet:1182:f375835d4ed1
+%global rtdist 0
 
 Name:           rawtherapee
-Version:        3.0
-Release:        0.31.%{prerelease}%{?dist}
+Version:        3.0.0
+Release:        1%{?dist}
 Summary:        Raw image processing software
 
 Group:          Applications/Multimedia 
 License:        GPLv3 and MIT and IJG
 URL:            http://www.rawtherapee.com/
-Source0:        %{tarfile}
+Source0:        %{name}-%{version}.tar.bz2
 Source1:        %{name}.desktop
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -85,11 +84,6 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{SOURCE1}
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/16x16/apps/
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/
 
-
-# icons
-cp -p rtdata/images/logoicon16.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/16x16/apps/rawtherapee.png
-cp -p rtdata/images/logoicon32.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/rawtherapee.png
-
 # These file are taken from the root already
 rm $RPM_BUILD_ROOT/%{_datadir}/doc/*.txt
 
@@ -121,10 +115,12 @@ fi || :
 %{_libdir}/*.so
 %{_datadir}/rawtherapee
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/16x16/apps/rawtherapee.png
-%{_datadir}/icons/hicolor/32x32/apps/rawtherapee.png
+%{_datadir}/icons/hicolor/*/apps/rawtherapee.png
 
 %changelog
+* Thu Aug 18 2011 Thibault North <tnorth at fedoraproject.org> - 3.0.0-1
+- Upgrade to stable release 3.0.0
+
 * Tue Jul 12 2011 Thibault North <tnorth at fedoraproject.org> - 3.0-0.31.a1
 - Fix .desktop file to properly run rawtherapee
 
diff --git a/sources b/sources
index b7cffa9..34aafec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a30a03546fd386ee23b87223186975cf  rawtherapee-3.0-a1.tar.bz2
+77443d269acc80be46beb78ca6f020e5  rawtherapee-3.0.0.tar.bz2


More information about the scm-commits mailing list