]> git.pld-linux.org Git - packages/gdk-pixbuf.git/commitdiff
- updated am patch for automake 1.5
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 Oct 2001 22:28:34 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed --enable-canvas-pixbuf from configure - not used in 0.11.0
- release 10

Changed files:
    gdk-pixbuf-am.patch -> 1.2
    gdk-pixbuf.spec -> 1.43

gdk-pixbuf-am.patch
gdk-pixbuf.spec

index 61e007136c9eb0331f0293b269f29c1397c4ba02..eb281badc91a2a4a7df7e681e025ae83c494fd6d 100644 (file)
@@ -10,3 +10,13 @@ diff -urN gdk-pixbuf-0.11.0.org/gdk-pixbuf/Makefile.am gdk-pixbuf-0.11.0/gdk-pix
  libgdk_pixbuf_xlib_la_LIBADD = pixops/libpixops.la
  
  
+--- gdk-pixbuf-0.11.0/configure.in.orig        Thu Apr 26 21:46:16 2001
++++ gdk-pixbuf-0.11.0/configure.in     Fri Oct 19 22:38:48 2001
+@@ -25,6 +25,7 @@
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
+ AC_PROG_CPP
++AM_PROG_AS
+ AC_PATH_XTRA
+ dnl  Initialize maintainer mode
index b709c4468bfd4f85854368b40db251326e0c1add..ca51eef3560c8c183099a88185d384fd6841f117 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Biblioteka 
 Summary(pt_BR):        Biblioteca GdkPixBuf para manipulação de imagens
 Name:          gdk-pixbuf
 Version:       0.11.0
-Release:       9
+Release:       10
 Epoch:         1
 License:       LGPL
 Group:         X11/Libraries
@@ -21,12 +21,12 @@ Patch0:             %{name}-am.patch
 URL:           http://www.gnome.org/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 BuildRequires: gtk+-devel
 %{!?_without_gnome:BuildRequires:      gnome-libs-devel}
 BuildRequires: libjpeg-devel
 BuildRequires: libtiff-devel
 BuildRequires: libpng >= 1.0.8
-BuildRequires: libtool
 BuildRequires: libungif-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     gdk-pixbuf-gnome
@@ -68,7 +68,7 @@ Group(pt_BR): X11/Desenvolvimento/Bibliotecas
 Group(ru):     X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
 Group(uk):     X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
-Requires:      gnome-libs-devel
+%{!?_without_gnome:Requires:   gnome-libs-devel}
 
 %description devel
 Include files for the gdk-pixbuf.
@@ -108,16 +108,14 @@ Bibliotecas est
 %patch0 -p1
 
 %build
-rm missing
+rm -f missing
 libtoolize --copy --force
 aclocal
 autoconf
-rm -f missing
 automake -a -c
 %configure \
-       --enable-canvas-pixbuf \
        --disable-gtk-doc
-%{__make}
+%{__make} AS="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.092302 seconds and 4 git commands to generate.