Author: tv Date: Tue Feb 6 16:27:05 2007 New Revision: 116813 Modified: packages/cooker/verbiste/current/SPECS/verbiste.spec
Log: build with gtk+/gnome support Modified: packages/cooker/verbiste/current/SPECS/verbiste.spec ============================================================================== --- packages/cooker/verbiste/current/SPECS/verbiste.spec (original) +++ packages/cooker/verbiste/current/SPECS/verbiste.spec Tue Feb 6 16:27:05 2007 @@ -3,7 +3,7 @@ %define name verbiste %define version 0.1.19 -%define release %mkrel 1 +%define release %mkrel 2 %define __libtoolize /bin/true %define __cputoolize /bin/true @@ -19,6 +19,7 @@ Group: Toys Source: http://www3.sympatico.ca/sarrazip/dev/%{name}-%{version}.tar.bz2 BuildRequires: libxml2-devel +BuildRequires: libgnomeui2-devel gnome-panel-devel BuildRoot: %{_tmppath}/%{name}-buildroot %description @@ -37,6 +38,26 @@ %_mandir/fr/man?/* %_mandir/man?/* + +#-------------------------------------------------------------------- + +%package -n %name-gtk +Summary: Gtk+ interface for %name +Group: Development/Other + +%description -n %name-gtk +Gtk+ interface for %name. + +%files -n %name-gtk +%defattr(-,root,root) +%_bindir/verbiste +%_bindir/verbiste-gtk +%_libdir/bonobo/servers/verbiste.server +%_libdir/verbiste-applet +%_datadir/applications/verbiste.desktop +%_datadir/pixmaps/verbiste.png + + #-------------------------------------------------------------------- %package -n %{libname} @@ -86,7 +107,7 @@ %setup -q -n %{name}-%{version} -%configure +%configure --with-gtk-app --with-gnome-app --with-gnome-applet %install rm -rf %buildroot
