Author: qboosh Date: Tue Nov 28 22:24:18 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, cleanups - more BRs - License is GPL v2+
---- Files affected: SPECS: rawstudio.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/rawstudio.spec diff -u SPECS/rawstudio.spec:1.1 SPECS/rawstudio.spec:1.2 --- SPECS/rawstudio.spec:1.1 Sat Nov 25 21:44:27 2006 +++ SPECS/rawstudio.spec Tue Nov 28 23:24:13 2006 @@ -1,22 +1,32 @@ # $Revision$, $Date$ Summary: RAW-image converter written in GTK+ +Summary(pl): Konwerter obrazów RAW napisany w GTK+ Name: rawstudio Version: 0.4.1 Release: 1 -License: GPL v2 -Group: Applications/Graphics +License: GPL v2+ +Group: X11/Applications/Graphics Source0: http://rawstudio.org/files/release/%{name}-%{version}.tar.gz # Source0-md5: 09844b550fbfd35f02623a549d5b4c33 Patch0: %{name}-DESTDIR.patch URL: http://rawstudio.org/ +BuildRequires: GConf2-devel >= 2.0 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gtk+2-devel >= 1:2.0.0 BuildRequires: lcms-devel -BuildRequires: gtk+2-devel BuildRequires: libjpeg-devel +BuildRequires: libxml2-devel >= 2.4 +BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Rawstudio is an open source raw-image converter written in GTK+. +%description -l pl +Rawstudio to mający otwarte źródła konwerter obrazów RAW napisany w +GTK+. + %prep %setup -q %patch0 -p1 @@ -24,6 +34,7 @@ %build %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure %{__make} @@ -32,7 +43,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - distdir=$RPM_BUILD_ROOT/%{_datadir} \ + distdir=$RPM_BUILD_ROOT%{_datadir} \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -51,6 +62,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/11/28 22:24:13 qboosh +- pl, cleanups +- more BRs +- License is GPL v2+ + Revision 1.1 2006/11/25 20:44:27 blues - initial, works - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rawstudio.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
