]> git.pld-linux.org Git - packages/libgsf.git/commitdiff
- make BR human readable
authorfreetz <freetz@pld-linux.org>
Thu, 23 Feb 2006 22:45:17 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgsf.spec -> 1.42

libgsf.spec

index 088abc58d104cc05a0ca0abd5c8de2eb036d3d3c..a5065766f1a5c49a60a34010729152c7e14221e9 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
-%bcond_without apidocs         # disable gtk-doc
-%bcond_without gnome           # without GNOME extensions packages
+%bcond_without apidocs         # disable gtk-doc
+%bcond_without gnome           # without GNOME extensions packages
 #
 Summary:       GNOME Structured File library
 Summary(pl):   Biblioteka plików strukturalnych dla GNOME
@@ -14,19 +14,22 @@ Source0:    http://ftp.gnome.org/pub/gnome/sources/libgsf/1.13/%{name}-%{version}.t
 # Source0-md5: b35e95f6bd7b8add9981b6cf6336674a
 Patch0:                %{name}-no_GConf2_macros.patch
 URL:           http://www.gnumeric.org/
-%{?with_gnome:BuildRequires:   GConf2-devel}
-%{?with_gnome:BuildRequires:   ORBit2-devel >= 2.8.1}
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake
 BuildRequires: bzip2-devel
 BuildRequires: glib2-devel >= 1:2.6.0
-%{?with_gnome:BuildRequires:   gnome-vfs2-devel >= 2.4.0}
 %{?with_apidocs:BuildRequires: gtk-doc >= 1.0}
 BuildRequires: gtk-doc-automake
-%{?with_gnome:BuildRequires:   libbonobo-devel >= 2.4.0}
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.4.16
 BuildRequires: pkgconfig
+# GNOME BR
+%if %{with gnome}
+BuildRequires: GConf2-devel
+BuildRequires: ORBit2-devel >= 2.8.1
+BuildRequires: gnome-vfs2-devel >= 2.4.0
+BuildRequires: libbonobo-devel >= 2.4.0
+%endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.129218 seconds and 4 git commands to generate.