SPECS: rawstudio.spec (NEW) - initial, works

blues blues at pld-linux.org
Sat Nov 25 21:44:32 CET 2006


Author: blues                        Date: Sat Nov 25 20:44:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, works

---- Files affected:
SPECS:
   rawstudio.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/rawstudio.spec
diff -u /dev/null SPECS/rawstudio.spec:1.1
--- /dev/null	Sat Nov 25 21:44:32 2006
+++ SPECS/rawstudio.spec	Sat Nov 25 21:44:27 2006
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	RAW-image converter written in GTK+
+Name:		rawstudio
+Version:	0.4.1
+Release:	1
+License:	GPL v2
+Group:		Applications/Graphics
+Source0:	http://rawstudio.org/files/release/%{name}-%{version}.tar.gz
+# Source0-md5:	09844b550fbfd35f02623a549d5b4c33
+Patch0:		%{name}-DESTDIR.patch
+URL:		http://rawstudio.org/
+BuildRequires:	lcms-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	libjpeg-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Rawstudio is an open source raw-image converter written in GTK+.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	distdir=$RPM_BUILD_ROOT/%{_datadir} \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/11/25 20:44:27  blues
+- initial, works
+
================================================================


More information about the pld-cvs-commit mailing list