[input-pad] Bumped to 1.0.0

Takao Fujiwara fujiwara at fedoraproject.org
Tue Nov 30 08:53:36 UTC 2010


commit a93fb06c82248087553456bedeca899300dcb276
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Tue Nov 30 17:53:26 2010 +0900

    Bumped to 1.0.0

 .gitignore              |    1 +
 input-pad-xx-gtk3.patch |  624 -----------------------------------------------
 input-pad.spec          |   23 +--
 sources                 |    2 +-
 4 files changed, 8 insertions(+), 642 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3bd2d35..79a2a0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 input-pad-0.1.1.tar.gz
 /input-pad-0.1.2.tar.gz
+/input-pad-1.0.0.tar.gz
diff --git a/input-pad.spec b/input-pad.spec
index 3338b00..adf9d96 100644
--- a/input-pad.spec
+++ b/input-pad.spec
@@ -9,7 +9,7 @@
   %endif
 %endif
 
-%define sub_version             0.1
+%define sub_version             1.0
 %define libxklavier_version     4.0
 %define libxml2_version         2.0
 
@@ -20,14 +20,13 @@
 
 
 Name:       input-pad
-Version:    0.1.2
-Release:    2%{?dist}
+Version:    1.0.0
+Release:    1%{?dist}
 Summary:    On-screen Input Pad to Send Characters with Mouse
 License:    LGPLv2+
 Group:      System Environment/Libraries
 URL:        http://code.google.com/p/input-pad/
 Source0:    http://input-pad.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch1:     input-pad-xx-gtk3.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -97,18 +96,8 @@ The input-pad-eek package contains eekboard extension module
 
 %prep
 %setup -q
-%if %use_gtk3
-%patch1 -p1
-%endif
 
 %build
-%if %use_gtk3
-libtoolize -c -f
-aclocal
-autoconf
-autoheader
-automake -a -c -f
-%endif
 %configure \
 %if ! %have_python_devel
     --disable-python            \
@@ -120,7 +109,7 @@ automake -a -c -f
     --enable-xtest              \
 %endif
 %if %use_gtk3
-    --with-gtk-version=3        \
+    --with-gtk=3.0              \
 %endif
     --disable-static
 make %{?_smp_mflags}
@@ -198,8 +187,8 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
-* Tue Nov 09 2010 Takao Fujiwara <tfujiwar at redhat.com> - 0.1.2-2
-- Added input-pad-xx-gtk3.patch for GTK3
+* Tue Nov 30 2010 Takao Fujiwara <tfujiwar at redhat.com> - 1.0.0-1
+- Bumped to 1.0.0
 
 * Tue Sep 07 2010 Takao Fujiwara <tfujiwar at redhat.com> - 0.1.2-1
 - Bumped to 0.1.2
diff --git a/sources b/sources
index 24e2c29..d139ed9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fdf86ca1485a5eb8e18c213f8a9b1aa  input-pad-0.1.2.tar.gz
+53d78638328c90b3e6270a5236258c90  input-pad-1.0.0.tar.gz


More information about the scm-commits mailing list