rpms/tomoe-gtk/devel tomoe-gtk.spec,1.1,1.2

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Thu Jul 10 01:44:46 UTC 2008


Author: petersen

Update of /cvs/pkgs/rpms/tomoe-gtk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1693

Modified Files:
	tomoe-gtk.spec 
Log Message:
- make license field LGPLv2+
- disable gucharmap for now since doesn't build yet with gucharmap-2
- fix filelist



Index: tomoe-gtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tomoe-gtk/devel/tomoe-gtk.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tomoe-gtk.spec	9 Jul 2008 06:05:35 -0000	1.1
+++ tomoe-gtk.spec	10 Jul 2008 01:44:05 -0000	1.2
@@ -6,15 +6,17 @@
 Summary:        Gtk library for tomoe for Japanese and Chinese handwritten input
 
 Group:          System Environment/Libraries
-License:        LGPL
+License:        LGPLv2+
 URL:            http://scim-imengine.sourceforge.jp/
 Source0:        http://dl.sourceforge.net/sourceforge/tomoe/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       tomoe >= %{tomoe_ver}
-Obsoletes:	libtomoe-gtk < 0.6.0-4
+Obsoletes:      libtomoe-gtk < 0.6.0-4
 BuildRequires:  tomoe-devel >= %{tomoe_ver}, gtk2-devel, 
-BuildRequires:  gucharmap-devel, libgnomeui-devel, pygobject2-devel
+# does not currently build with gucharmap-2
+#BuildRequires:  gucharmap-devel
+BuildRequires:  libgnomeui-devel, pygobject2-devel
 BuildRequires:  gettext
 
 %description
@@ -42,7 +44,7 @@
 
 
 %build
-%configure --disable-static
+%configure --disable-static --without-gucharmap
 make %{?_smp_mflags}
 
 
@@ -82,9 +84,9 @@
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/%{name}.pc
-%{_libdir}/%{name}.so
-%{_includedir}/tomoe/*
-%{_datadir}/gtk-doc/html/%{name}/
+%{_libdir}/lib%{name}.so
+%{_includedir}/libtomoe/*
+%{_datadir}/gtk-doc/html/lib%{name}/
 
 
 %changelog
@@ -92,6 +94,8 @@
 - package renamed from libtomoe-gtk to tomoe-gtk in line with upstream
 - no longer need pkgname macro
 - obsolete libtomoe-gtk
+- make license field LGPLv2+
+- disable gucharmap for now since doesn't build yet with gucharmap-2
 
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.6.0-3.fc9
 - Autorebuild for GCC 4.3




More information about the scm-commits mailing list