rpms/tomoe/devel tomoe.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Wed Sep 7 09:28:49 UTC 2005


Author: ryo

Update of /cvs/extras/rpms/tomoe/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12264/devel

Modified Files:
	.cvsignore sources 
Added Files:
	tomoe.spec 
Log Message:
auto-import tomoe-0.2.1-3 on branch devel from tomoe-0.2.1-3.src.rpm


--- NEW FILE tomoe.spec ---
Name:           tomoe
Version:        0.2.1
Release:        3%{?dist}
Summary:        Japanese handwritten input system

Group:          System Environment/Libraries
License:        LGPL
URL:            http://scim-imengine.sourceforge.jp/
Source0:        %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
A program which does Japanese handwriting recognition.


%package devel
Summary:    tomoe
Group:      Development/Libraries
Requires:   %{name} = %{version}-%{release}

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


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
%makeinstall

rm $RPM_BUILD_ROOT%{_libdir}/libtomoe.la

%clean
rm -rf $RPM_BUILD_ROOT


%post -p/sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog
%{_bindir}/tomoe*
%{_libdir}/libtomoe.so*
%dir %{_datadir}/tomoe
%{_datadir}/tomoe/*


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


%changelog
* Sat Sep 3 2005 Warren Togami <wtogami at redhat.com> - 0.2.1-3
- some spec cleanup

* Sat Sep 2 2005 Ryo Dairiki <ryo-dairiki at mbm.nifty.com> - 0.2.1-2
- Sync with Jens's spec file

* Wed Aug 31 2005 Ryo Dairiki <ryo-dairiki at mbm.nifty.com> - 0.2.1-1
- Initial packaging for Extras

* Fri Jul  1 2005 Ichiro Nakai <ichiro at n.email.ne.jp>
- (0.2.0-1m)
- version 0.2.0
- add a package tomoe-devel
- add %%post and %%postun sections

* Wed Mar  2 2005 Ichiro Nakai <ichiro at n.email.ne.jp>
- (0.1.1-1m)
- initial package for Momonga Linux
- import %%description from cooker


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tomoe/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Sep 2005 09:27:41 -0000	1.1
+++ .cvsignore	7 Sep 2005 09:28:46 -0000	1.2
@@ -0,0 +1 @@
+tomoe-0.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tomoe/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Sep 2005 09:27:41 -0000	1.1
+++ sources	7 Sep 2005 09:28:46 -0000	1.2
@@ -0,0 +1 @@
+95eca127a1d519ff4e836b3d00d7fa84  tomoe-0.2.1.tar.gz




More information about the fedora-extras-commits mailing list