rpms/libtomoe-gtk/devel libtomoe-gtk.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Wed Mar 1 03:48:12 UTC 2006


Author: ryo

Update of /cvs/extras/rpms/libtomoe-gtk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22470/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libtomoe-gtk.spec 
Log Message:
auto-import libtomoe-gtk-0.1.0-5 on branch devel from libtomoe-gtk-0.1.0-5.src.rpm


--- NEW FILE libtomoe-gtk.spec ---
Name:           libtomoe-gtk
Version:        0.1.0
Release:        5%{?dist}
Summary:        Gtk library for tomoe Japanese handwritten input

Group:          System Environment/Libraries
License:        GPL
URL:            http://scim-imengine.sourceforge.jp/
Source0:        http://dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	tomoe-devel, gtk2-devel

%description
Gtk library for tomoe Japanese handwritten input.
This package is used by scim-tomoe, or uim-tomoe.


%package devel
Summary:    Gtk library for tomoe Japanese handwritten input
Group:      Development/Libraries
Requires:   %{name} = %{version}-%{release}
Requires:   gtk2-devel


%description devel
The libtomoe-devel package includes the header files for the libtomoe-gtk.
Install this if you want to develop programs which will use libtomoe-gtk.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

rm $RPM_BUILD_ROOT%{_libdir}/*.la

%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig



%post devel -p /sbin/ldconfig


%postun devel -p /sbin/ldconfig


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog
%{_libdir}/libtomoe-gtk.so.*


%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/libtomoe-gtk.pc
%{_libdir}/libtomoe-gtk.so
%{_includedir}/tomoe/*



%changelog
* Tue Feb 28 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 0.1.0-5
- add "ldconfig" for the devel subpackage (Thanks, John Mahowald)

* Fri Jan 27 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 0.1.0-4
- modify "ldconfig" in the "post" section (Thanks, John Mahowald)

* Fri Dec 30 2005 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 0.1.0-3
- a bit more cleanup

* Fri Dec 23 2005 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 0.1.0-2
- add gtk2-devel in the build requirements (Thanks, John Mahowald)

* Wed Dec 3 2005 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 0.1.0-1
- initial packaging for fedora extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libtomoe-gtk/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Mar 2006 03:47:14 -0000	1.1
+++ .cvsignore	1 Mar 2006 03:48:12 -0000	1.2
@@ -0,0 +1 @@
+libtomoe-gtk-0.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libtomoe-gtk/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Mar 2006 03:47:14 -0000	1.1
+++ sources	1 Mar 2006 03:48:12 -0000	1.2
@@ -0,0 +1 @@
+e9b887189ee408902a0f85d9b1cde06f  libtomoe-gtk-0.1.0.tar.gz




More information about the fedora-extras-commits mailing list