Author: sparky Date: Thu Nov 26 14:20:43 2009 GMT Module: packages Tag: HEAD ---- Log message: - BR: gtk+2-devel, pkgconfig - added Makefile patch - use __cxx and rpmldflags
---- Files affected: packages/fotoxx: fotoxx.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: packages/fotoxx/fotoxx.spec diff -u packages/fotoxx/fotoxx.spec:1.20 packages/fotoxx/fotoxx.spec:1.21 --- packages/fotoxx/fotoxx.spec:1.20 Thu Nov 26 13:53:58 2009 +++ packages/fotoxx/fotoxx.spec Thu Nov 26 15:20:38 2009 @@ -8,9 +8,12 @@ Group: Applications Source0: http://kornelix.squarespace.com/storage/downloads/%{name}-%{version}.tar.gz # Source0-md5: 9d288ad184a0d9ef7207658c6e586de4 +Patch0: %{name}-Makefile.patch URL: http://kornelix.squarespace.com/fotoxx BuildRequires: FreeImage-devel +BuildRequires: gtk+2-devel BuildRequires: perl-Image-ExifTool +BuildRequires: pkgconfig BuildRequires: ufraw BuildRequires: xdg-utils Suggests: perl-Image-ExifTool @@ -40,10 +43,13 @@ %prep %setup -q +%patch0 -p1 %build %{__make} \ - CFLAGS="%{rpmcflags} -Wall -c `pkg-config --cflags gtk+-2.0`" \ + CXX="%{__cxx}" \ + OPTCFLAGS="%{rpmcflags}" \ + OPTLDFLAGS="%{rpmldflags}" \ DOCDIR=%{_docdir}/%{name}-%{version} \ PREFIX=%{_prefix} @@ -78,7 +84,7 @@ %lang(it) %{_datadir}/%{name}/locales/it %lang(zh_CN) %{_datadir}/%{name}/locales/zh_CN %{_desktopdir}/kornelix-%{name}.desktop -%{_mandir}/man1/*.1.gz +%{_mandir}/man1/*.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -86,6 +92,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2009/11/26 14:20:38 sparky +- BR: gtk+2-devel, pkgconfig +- added Makefile patch +- use __cxx and rpmldflags + Revision 1.20 2009/11/26 12:53:58 amateja -updated to 8.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fotoxx/fotoxx.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
