]> git.pld-linux.org Git - packages/gdk-pixbuf.git/commitdiff
Changed bcond name (gnome -> gnome1)
authoradgor <adgor@pld-linux.org>
Fri, 30 Jan 2004 14:22:27 +0000 (14:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdk-pixbuf.spec -> 1.81

gdk-pixbuf.spec

index 29511f01fce2f30746f5ca8796a4a69c0f0a0d74..4f6b9a329e96d0cf88a24e8bd1caf64f8f831b69 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without gnome   # build without libgnomecanvaspixbuf (which requires GNOME)
+%bcond_without gnome1  # build without libgnomecanvaspixbuf (which requires GNOME)
 #
 Summary:       Image loading library used with GNOME
 Summary(pl):   Biblioteka ³aduj±ca obrazki u¿ywana w GNOME
@@ -23,7 +23,7 @@ URL:          http://www.gnome.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gtk+-devel
-%{?with_gnome:BuildRequires:   gnome-libs-devel}
+%{?with_gnome1:BuildRequires:  gnome-libs-devel}
 BuildRequires: libjpeg-devel
 BuildRequires: libtiff-devel
 BuildRequires: libtool
@@ -179,7 +179,7 @@ Cz
 %configure \
        --disable-gtk-doc \
        --with-html-dir=%{_gtkdocdir} \
-       %{!?with_gnome:--without-gnome}
+       %{!?with_gnome1:--without-gnome}
 
 %{__make} \
        AS="%{__cc}"
@@ -233,7 +233,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/libgdk*.a
 
-%if %{with gnome}
+%if %{with gnome1}
 %files gnome
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgnome*.so.*.*
This page took 0.079986 seconds and 4 git commands to generate.