source: projects/specs/trunk/lib/libu/libunicode/libunicode-vl.spec @ 521

Revision 521, 2.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define ver     0.4
2%define rel     0vl3
3%define name    libunicode
4
5Summary: A unicode manipulation library
6Summary(ja): UnicodeÁàºî¥é¥¤¥Ö¥é¥ê
7Name:           %name
8Version:        %ver
9Release:        %rel
10Copyright:      LGPL
11Group: System Environment/Libraries
12Source: http://www.pango.org/download/libunicode-%{version}.tar.gz
13BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
14#Docdir: %{_prefix}/doc
15
16%description
17A library to handle unicode strings
18
19%description -l ja
20Unicodeʸ»úÎó¤ò°·¤¦¥é¥¤¥Ö¥é¥ê¤Ç¤¹¡£
21
22%package devel
23Summary: A unicode manipulation library
24Summary(ja): UnicodeÁàºî¥é¥¤¥Ö¥é¥ê
25Group: Development/Libraries
26Requires: %{name} = %{ver}
27
28%description devel
29The libunicode-devel package includes the static libraries and header files
30for the libunicode package.
31
32Install libunicode-devel if you want to develop programs which will use
33libunicode.
34
35%description devel -l ja
36libunicode-devel¥Ñ¥Ã¥±¡¼¥¸¤Ïlibunicode¥Ñ¥Ã¥±¡¼¥¸¤Î¤¿¤á¤Î¥¹¥¿¥Æ¥£¥Ã¥¯
37¥é¥¤¥Ö¥é¥ê¤ä¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£
38
39libunicode¤ò»È¤Ã¤Æ¥×¥í¥°¥é¥à¤ò³«È¯¤·¤¿¤¤¤Ê¤é¡¢libunicode-devel¤ò
40¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£
41
42%prep
43%setup
44
45%build
46%configure
47make
48
49%install
50%makeinstall
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post -p /sbin/ldconfig
56
57%postun -p /sbin/ldconfig
58
59%files
60%defattr(-, root, root)
61%doc README AUTHORS COPYING ChangeLog TODO
62%{_libdir}/*.so.*
63
64%files devel
65%defattr(-, root, root)
66%{_bindir}/unicode-config
67%{_includedir}/*
68%{_libdir}/*.so
69%{_libdir}/*.a
70%{_libdir}/*.la
71%{_libdir}/*.sh
72
73
74%changelog
75* Fri May  2 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4-0vl3
76- rebuild with new toolchains
77- set Docdir default
78- uses better macros
79
80* Tue Jan  9 2001 Akira TAGOH <tagoh@gnome.gr.jp>
81- 0.4-0vl2
82- Added defattr
83
84* Sun Dec 17 2000 Akira TAGOH <tagoh@gnome.gr.jp>
85- 0.4-0vl1
86- Rebuild for Vine
87
88* Fri Feb 11 2000 Owen Taylor <otaylor@redhat.com>
89- Upgrade to 0.4
90- Correct License: to LGPL
91- Remove man-compress/strip. New versions of RPM handle this.
92- Switch to using DESTDIR
93- Split off a -devel package
94- Run ldconfig in %post and %postun
95
96* Fri Jan 21 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.3-3mdk
97- libtoolize --force.
98
99* Tue Nov 02 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
100- rebuild for new environmint
101
102* Thu Aug 05 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
103- first rpm version
Note: See TracBrowser for help on using the repository browser.