]> git.pld-linux.org Git - packages/jpilot.git/commitdiff
- added support to GTK+2, it's default option now
authort0tal <t0tal@pld-linux.org>
Mon, 2 Jun 2003 20:37:54 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- GTK+(1) support moved to _without_gtk2
- cleanups
- rel 2

Changed files:
    jpilot.spec -> 1.23

jpilot.spec

index 2728a6b3c3197c9d9f66e10e8c141304f0e4dda8..800a056e1688dc18967a237f0660e2c0eba3b281 100644 (file)
@@ -1,9 +1,11 @@
+# Conditional build:
+# _without_gtk2        - without GTK+2 support
 Summary:       Desktop organizer application for PalmOS devices
 Summary(pl):   Organizer dla urz±dzeñ PalmOS
 Summary(pt_BR):        Software para interação com o Pilot
 Name:          jpilot
 Version:       0.99.5
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://jpilot.org/%{name}-%{version}.tar.gz
@@ -17,6 +19,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gtk+-devel >= 1.2.0
+BuildRequires:  gtk+2-devel >= 2.0.3
 BuildRequires: libtool
 BuildRequires: pilot-link-devel >= 0.11.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -47,7 +50,8 @@ rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       %{!?_without_gtk2: --enable-gtk2}
 
 %{__make}
 
This page took 0.074945 seconds and 4 git commands to generate.