[libskk/f15] Update to 0.0.7-1.

Daiki Ueno ueno at fedoraproject.org
Fri Jan 6 06:01:05 UTC 2012


commit d2a392a1931b80cd600c75bdfce51700fbc11aa9
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Fri Jan 6 15:00:57 2012 +0900

    Update to 0.0.7-1.

 .gitignore  |    1 +
 libskk.spec |   14 ++++++--------
 sources     |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b172f73..e430c15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libskk-0.0.5.tar.gz
+/libskk-0.0.7.tar.gz
diff --git a/libskk.spec b/libskk.spec
index 8381b18..9f6f097 100644
--- a/libskk.spec
+++ b/libskk.spec
@@ -1,5 +1,5 @@
 Name:		libskk
-Version:	0.0.5
+Version:	0.0.7
 Release:	1%{?dist}
 Summary:	Library to deal with Japanese kana-to-kanji conversion method
 
@@ -14,10 +14,6 @@ BuildRequires:	pkgconfig(gee-1.0)
 BuildRequires:	json-glib-devel
 BuildRequires:	gobject-introspection-devel
 BuildRequires:	intltool
-# to regenerate configure
-BuildRequires:  gettext-devel
-BuildRequires:  libtool
-BuildRequires:  automake
 
 %description
 The libskk project aims to provide GObject-based interface of Japanese
@@ -40,9 +36,6 @@ developing applications that use %{name}.
 
 
 %build
-# f15's vala is 0.12.1
-sed -i 's/AM_PROG_VALAC(\[0.14.0\])/AM_PROG_VALAC([0.12.0])/' configure.ac
-autoreconf -f -i
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -50,6 +43,8 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+# libskk 0.0.7 forgot to install skk-1.0.deps in vapidir
+install -p -m644 libskk/skk-1.0.deps $RPM_BUILD_ROOT/%{_datadir}/vala/vapi/
 
 %find_lang %{name}
 
@@ -76,6 +71,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Fri Jan  6 2012 Daiki Ueno <dueno at redhat.com> - 0.0.7-1
+- new upstream release
+
 * Mon Dec 26 2011 Daiki Ueno <dueno at redhat.com> - 0.0.5-1
 - new upstream release
 
diff --git a/sources b/sources
index ccd3fc1..a67c7e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1368d9f015b3a64caa8b2162d7a14533  libskk-0.0.5.tar.gz
+f637891e8d7a60691abf7c552302eb8a  libskk-0.0.7.tar.gz


More information about the scm-commits mailing list