source: projects/specs/branches/6/m/m17n-db/m17n-db-vl.spec @ 1997

Revision 1997, 1.1 KB checked in by owa, 13 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1%define ver 1.5.5
2%define rel 2
3
4Summary: a part of the m17n database for the m17n library
5Name: m17n-db
6Version: %{ver}
7Release: %{rel}%{?_dist_release}
8Source0: %{name}-%{version}.tar.gz
9License: LGPLv2.1+
10Group: System Environment/Libraries
11URL: http://www.m17n.org/m17n-lib-ja/
12BuildArch: noarch
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15Requires: m17n-lib
16BuildRequires: glibc-common
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21
22%description
23This package is part of the m17n database; a sub-part of the m17n
24library.
25
26
27%prep
28%setup -q
29
30%build
31%configure
32%{__make} %{?_smp_mflags}
33
34%install
35%{__rm} -rf ${RPM_BUILD_ROOT}
36%{makeinstall}
37
38%find_lang %{name}
39
40
41%clean
42%{__rm} -rf ${RPM_BUILD_ROOT}
43
44
45%check
46make check
47
48
49%files -f %{name}.lang
50%defattr(-,root,root)
51%doc COPYING ChangeLog NEWS README
52%{_bindir}/m17n*
53%{_datadir}/m17n
54%{_datadir}/pkgconfig/m17n-db.pc
55
56
57%changelog
58* Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 1.5.5-2
59- rebuilt with rpm-4.8.1 for pkg-config
60
61* Sun Feb  7 2010 IWAI, Masaharu <iwai@alib.jp> 1.5.5-1
62- new upstream relase
63
64* Wed Apr  1 2009 IWAI, Masaharu <iwai@alib.jp> 1.5.4-1
65- initial release
66
67
Note: See TracBrowser for help on using the repository browser.