SPECS: gksu.spec - apidocs bcond (nothing builds currently), - removed BRs....

gotar gotar at pld-linux.org
Mon Oct 13 01:54:27 CEST 2008


Author: gotar                        Date: Sun Oct 12 23:54:27 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- apidocs bcond (nothing builds currently),
- removed BRs... gnome-keyring-devel required by libgksu-devel and
  readline-devel taken from older ORBit2-devel la files,
- gnome-vfs2-devel back conditional - modified specflags %define

---- Files affected:
SPECS:
   gksu.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/gksu.spec
diff -u SPECS/gksu.spec:1.35 SPECS/gksu.spec:1.36
--- SPECS/gksu.spec:1.35	Mon Oct 13 01:18:11 2008
+++ SPECS/gksu.spec	Mon Oct 13 01:54:21 2008
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional builds:
+%bcond_with	apidocs		# disable gtk-doc (there isn't any)
 %bcond_without	nautilus	# build without nautilus extensions
 #
 Summary:	GKsu is a GTK+ frontend to the su program
@@ -17,23 +18,22 @@
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
 BuildRequires:	gettext-devel
-BuildRequires:	gnome-keyring-devel
-BuildRequires:	gnome-vfs2-devel
+%{?with_nautilus:BuildRequires:	gnome-vfs2-devel}
 BuildRequires:	gtk+2-devel >= 2:2.4
-BuildRequires:	gtk-doc >= 1.0
+%{?with_apidocs:BuildRequires:	gtk-doc >= 1.0}
 BuildRequires:	intltool
 BuildRequires:	libgksu-devel >= 1.9.8
+%{?with_nautilus:BuildRequires:	libgksu-devel >= 2.0.0}
 BuildRequires:	libtool
 %{?with_nautilus:BuildRequires:	nautilus-devel}
 BuildRequires:	pkgconfig
-BuildRequires:	readline-devel
 Requires:	/bin/su
 Obsoletes:	gksu-devel
 Obsoletes:	gksu-static
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		specflags	`pkg-config --cflags gnome-vfs-2.0`
-%define		nautilus_extensiondir %( pkg-config --variable=extensiondir libnautilus-extension )
+%define		specflags	%( pkg-config --cflags gnome-vfs-2.0 )
+%define		nautilus_extensiondir	%( pkg-config --variable=extensiondir libnautilus-extension )
 
 %description
 GKsu is a GTK+ frontend to the su program.
@@ -66,8 +66,8 @@
 %{__automake}
 %configure \
 	--disable-static \
-	--enable-gtk-doc \
-	%{!?with_nautilus: --disable-nautilus-extension} \
+	%{!?with_apidocs:--disable-gtk-doc} \
+	%{!?with_nautilus:--disable-nautilus-extension} \
 	--with-html-dir=%{_gtkdocdir}
 
 %{__make}
@@ -113,6 +113,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2008/10/12 23:54:21  gotar
+- apidocs bcond (nothing builds currently),
+- removed BRs... gnome-keyring-devel required by libgksu-devel and
+  readline-devel taken from older ORBit2-devel la files,
+- gnome-vfs2-devel back conditional - modified specflags %define
+
 Revision 1.35  2008/10/12 23:18:11  gotar
 - BR: gnome-keyring-devel, gnome-vfs2-devel (regardless of with_nautilus),
   readline-devel, adjusted gtk+2-devel and libgksu-devel minimal versions,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gksu.spec?r1=1.35&r2=1.36&f=u



More information about the pld-cvs-commit mailing list