Author: qboosh Date: Mon Feb 25 18:16:18 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - gdk-pixbuf package was gtk+1-specific; gtk-pixbuf-2.0 is included in gtk+2 - BR: pkgconfig - pass CC
---- Files affected: SPECS: xzgv.spec (1.37 -> 1.38) ---- Diffs: ================================================================ Index: SPECS/xzgv.spec diff -u SPECS/xzgv.spec:1.37 SPECS/xzgv.spec:1.38 --- SPECS/xzgv.spec:1.37 Mon Feb 25 15:19:23 2008 +++ SPECS/xzgv.spec Mon Feb 25 19:16:13 2008 @@ -4,7 +4,7 @@ Name: xzgv Version: 0.9 Release: 1 -License: GPL +License: GPL v2+ Group: X11/Applications/Graphics Source0: http://dl.sourceforge.net/xzgv/%{name}-%{version}.tar.gz # Source0-md5: 7e2dfad595c97c2abbb392b61ea69f1b @@ -13,8 +13,8 @@ Patch0: %{name}-patch URL: http://sourceforge.net/projects/xzgv BuildRequires: gawk -BuildRequires: gdk-pixbuf-devel -BuildRequires: gtk+2-devel +BuildRequires: gtk+2-devel >= 1:2.0 +BuildRequires: pkgconfig BuildRequires: texinfo BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -41,6 +41,7 @@ %build %{__make} \ + CC="%{__cc}" \ PREFIX=%{_prefix} \ OPT="%{rpmcflags}" \ LDFLAGS="%{rpmldflags}" @@ -65,20 +66,20 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/postshell +%post -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun -p /sbin/postshell +%postun -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/xzgv -%{_infodir}/xzgv* -%{_mandir}/man1/* -%{_desktopdir}/*.desktop -%{_pixmapsdir}/* +%{_infodir}/xzgv.info* +%{_mandir}/man1/xzgv.1* +%{_desktopdir}/xzgv.desktop +%{_pixmapsdir}/xzgv.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -86,6 +87,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.38 2008-02-25 18:16:13 qboosh +- gdk-pixbuf package was gtk+1-specific; gtk-pixbuf-2.0 is included in gtk+2 +- BR: pkgconfig +- pass CC + Revision 1.37 2008-02-25 14:19:23 baggins - updated to 0.9 - new URLs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xzgv.spec?r1=1.37&r2=1.38&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
