packages: libgnomeprintui/libgnomeprintui.spec, libgnomeprintui/libgnomepri...
qboosh
qboosh at pld-linux.org
Sat Nov 19 14:21:43 CET 2011
Author: qboosh Date: Sat Nov 19 13:21:43 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- added buildtime patch to disable forcing gnome-icon-theme runtime dependency at build time
- restored en at shaw locale (now usable via LANGUAGE)
---- Files affected:
packages/libgnomeprintui:
libgnomeprintui.spec (1.88 -> 1.89) , libgnomeprintui-buildtime.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/libgnomeprintui/libgnomeprintui.spec
diff -u packages/libgnomeprintui/libgnomeprintui.spec:1.88 packages/libgnomeprintui/libgnomeprintui.spec:1.89
--- packages/libgnomeprintui/libgnomeprintui.spec:1.88 Wed Mar 23 17:42:38 2011
+++ packages/libgnomeprintui/libgnomeprintui.spec Sat Nov 19 14:21:38 2011
@@ -8,13 +8,13 @@
Group: X11/Libraries
Source0: http://ftp.gnome.org/pub/GNOME/sources/libgnomeprintui/2.18/%{name}-%{version}.tar.bz2
# Source0-md5: cbfab252ec7e9dc25bb1fe1610c3270b
+Patch0: %{name}-buildtime.patch
URL: http://www.gnome.org/
BuildRequires: autoconf >= 2.52
-BuildRequires: automake >= 2.7.2
+BuildRequires: automake >= 1:1.7.2
BuildRequires: docbook-dtd412-xml
BuildRequires: gettext-devel
BuildRequires: gnome-common >= 2.18.0
-BuildRequires: gnome-icon-theme >= 2.19.91
BuildRequires: gtk+2-devel >= 2:2.12.0
BuildRequires: gtk-doc >= 1.8
BuildRequires: intltool >= 0.36.2
@@ -26,6 +26,7 @@
BuildRequires: rpmbuild(macros) >= 1.197
Requires: gnome-icon-theme >= 2.19.91
Requires: gtk+2 >= 2:2.12.0
+Requires: libglade2 >= 1:2.6.2
Requires: libgnomecanvas >= 2.19.2
Requires: libgnomeprint >= 2.18.2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,6 +43,7 @@
Group: X11/Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: gtk+2-devel >= 2:2.12.0
+Requires: libglade2-devel >= 1:2.6.2
Requires: libgnomecanvas-devel >= 2.19.2
Requires: libgnomeprint-devel >= 2.18.2
@@ -83,9 +85,7 @@
%prep
%setup -q
-
-%{__sed} -i -e 's/^en at shaw//' po/LINGUAS
-rm -f po/en at shaw.po
+%patch0 -p1
%build
%{__gtkdocize}
@@ -125,10 +125,6 @@
%dir %{_datadir}/%{name}/%{version}
%{_datadir}/%{name}/%{version}/gnome-print-job-preview.xml
-%files apidocs
-%defattr(644,root,root,755)
-%{_gtkdocdir}/libgnomeprintui
-
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libgnomeprintui-2-2.so
@@ -139,12 +135,20 @@
%defattr(644,root,root,755)
%{_libdir}/libgnomeprintui-2-2.a
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/libgnomeprintui
+
%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.89 2011/11/19 13:21:38 qboosh
+- added buildtime patch to disable forcing gnome-icon-theme runtime dependency at build time
+- restored en at shaw locale (now usable via LANGUAGE)
+
Revision 1.88 2011/03/23 16:42:38 wiget
- drop libtool file
- rel. 2
================================================================
Index: packages/libgnomeprintui/libgnomeprintui-buildtime.patch
diff -u /dev/null packages/libgnomeprintui/libgnomeprintui-buildtime.patch:1.1
--- /dev/null Sat Nov 19 14:21:43 2011
+++ packages/libgnomeprintui/libgnomeprintui-buildtime.patch Sat Nov 19 14:21:38 2011
@@ -0,0 +1,10 @@
+--- libgnomeprintui-2.18.6/configure.in.orig 2010-09-28 01:34:29.000000000 +0200
++++ libgnomeprintui-2.18.6/configure.in 2011-11-19 14:14:53.215209731 +0100
+@@ -64,7 +64,6 @@
+ gtk+-2.0 >= 2.6.0
+ libgnomeprint-2.2 >= 2.12.1
+ libgnomecanvas-2.0 >= 1.117.0
+- gnome-icon-theme >= 1.1.92
+ ])
+ AC_SUBST(LIBGNOMEPRINTUI_CFLAGS)
+ AC_SUBST(LIBGNOMEPRINTUI_LIBS)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgnomeprintui/libgnomeprintui.spec?r1=1.88&r2=1.89&f=u
More information about the pld-cvs-commit
mailing list