SPECS: rawtherapee.spec - 2.4 milestone1 - back to proper exec script (bug ...

blues blues at pld-linux.org
Wed May 7 23:59:32 CEST 2008


Author: blues                        Date: Wed May  7 21:59:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 2.4 milestone1 - back to proper exec script (bug is fixed now). Themes
  are introduced. Works nice.

---- Files affected:
SPECS:
   rawtherapee.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/rawtherapee.spec
diff -u SPECS/rawtherapee.spec:1.8 SPECS/rawtherapee.spec:1.9
--- SPECS/rawtherapee.spec:1.8	Mon Feb 25 18:30:32 2008
+++ SPECS/rawtherapee.spec	Wed May  7 23:59:26 2008
@@ -6,12 +6,15 @@
 Summary:	THe Experimental RAw Photo Editor
 Summary(pl.UTF-8):	THe Experimental RAw Photo Editor - eksperymentalny edytor zdjęć RAW
 Name:		rawtherapee
-Version:	2.3
-Release:	2
+Version:	2.4
+%define	_milestone	m1
+%define	_rel		1
+Release:	0.%{_milestone}.%{_rel}
 License:	distributable ?
 Group:		X11/Applications/Graphics
-Source0:	http://www.rawtherapee.com/%{name}23_glibc24.tgz
-# NoSource0-md5:	0789f0dbfedfe39173470a33a7a55125
+#Source0:	http://www.rawtherapee.com/%{name}23_glibc24.tgz
+Source0:	http://www.rawtherapee.com/%{name}24%{_milestone}.tgz
+# NoSource0-md5:	
 Source1:	%{name}.desktop
 NoSource:	0
 URL:		http://www.rawtherapee.com/
@@ -34,27 +37,23 @@
 przetwarzania zdjęć cyfrowych.
 
 %prep
-%setup -q -n RawTherapee%{version}
+%setup -q -n RawTherapee%{version}%{_milestone}
 chmod -R u+w *
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_appdir},%{_desktopdir},%{_pixmapsdir}} \
-	$RPM_BUILD_ROOT%{_appdir}/{images,languages,profiles}
+	$RPM_BUILD_ROOT%{_appdir}/{images,languages,profiles,themes}
 
 install options rt $RPM_BUILD_ROOT%{_appdir}
 install images/* $RPM_BUILD_ROOT%{_appdir}/images
 install languages/* $RPM_BUILD_ROOT%{_appdir}/languages
 install profiles/* $RPM_BUILD_ROOT%{_appdir}/profiles
+install themes/* $RPM_BUILD_ROOT%{_appdir}/themes
 
 cat > $RPM_BUILD_ROOT%{_bindir}/%{name} << 'EOF'
 #!/bin/sh
-if [ ! -d "${HOME}/.%{name}" ]; then
-        mkdir ${HOME}/.%{name}
-        cd ${HOME}/.%{name}
-        ln -s %{_appdir}/* .
-fi
-cd ${HOME}/.%{name}
+cd ${_appdir}
 exec ./rt
 EOF
 
@@ -77,6 +76,8 @@
 %{_appdir}/languages/*
 %dir %{_appdir}/profiles
 %{_appdir}/profiles/*.pp2
+%dir %{_appdir}/themes
+%{_appdir}/themes/*
 %{_desktopdir}/%{name}.desktop
 %{_pixmapsdir}/*
 
@@ -86,6 +87,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2008-05-07 21:59:26  blues
+- 2.4 milestone1 - back to proper exec script (bug is fixed now). Themes
+  are introduced. Works nice.
+
 Revision 1.8  2008-02-25 17:30:32  qboosh
 - proper cap for sse
 - limit EA to those which can have SSE
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rawtherapee.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list