source: projects/specs/trunk/f/fnlib/fnlib-vl.spec @ 521

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

import VineSeed package specs

Line 
1# Note that this is NOT a relocatable package
2Summary:     Color font rendering library for X11R6.
3Summary(ja): X11R6 ÍÑ¥«¥é¡¼¥Õ¥©¥ó¥È¥ì¥ó¥À¥ê¥ó¥°¥é¥¤¥Ö¥é¥ê
4Name:        fnlib
5Version:     0.5
6Release:     4vl2
7Copyright:   LGPL
8Group:       System Environment/Libraries
9Source:      ftp://www.rasterman.com/pub/enlightenment/libs/fnlib/fnlib-%{version}.tar.gz
10Obsoletes:   Fnlib
11BuildRoot:   %{_tmppath}/%{name}-%{version}-root
12URL:         http://www.rasterman.com/
13Requires:    imlib >= 1.8.0
14BuildPrereq: libpng-devel >= 2:1.2.5
15BuildPreReq: imlib-devel >= 1.8.0
16
17
18%description
19Fnlib is a library that provides full, scalable 24-bit color font
20rendering abilities for X.
21
22%description -l ja
23fnlib ¤Ï X ¤Ë¥¹¥±¡¼¥é¥Ö¥ë¤Ê 24bit ¥«¥é¡¼¥Õ¥©¥ó¥ÈÉÁ²èµ¡Ç½¤òÄ󶡤¹¤ë
24¥é¥¤¥Ö¥é¥ê¤Ç¤¹¡¥
25
26
27%package devel
28Summary:     Headers, static libraries and documentation for Fnlib.
29Summary(ja): fnlib ÍѥإåÀ¡¤¥¹¥¿¥Æ¥£¥Ã¥¯¥é¥¤¥Ö¥é¥ê¤È¥É¥­¥å¥á¥ó¥È
30Group:       Development/Libraries
31Requires:    fnlib = %{version}
32Obsoletes:   Fnlib
33
34
35%description devel
36Headers, static libraries and documentation for Fnlib.
37
38%description devel -l ja
39fnlib ÍѥإåÀ¡¤¥¹¥¿¥Æ¥£¥Ã¥¯¥é¥¤¥Ö¥é¥ê¤È¥É¥­¥å¥á¥ó¥È¤Ç¤¹¡¥
40
41
42%prep
43%setup
44
45
46%build
47%configure --sysconfdir=/etc
48make
49
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%makeinstall fontdatadir=$RPM_BUILD_ROOT%{_prefix}/share/fnlib_fonts sysconfdir=$RPM_BUILD_ROOT/etc
55
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60
61%post -p /sbin/ldconfig
62
63
64%postun -p /sbin/ldconfig
65
66
67%files
68%defattr(-, root, root)
69
70%doc README
71
72%config /etc/fnrc
73%{_libdir}/lib*.so.*
74%{_datadir}/fnlib_fonts/*
75
76
77%files devel
78%defattr(-, root, root)
79
80%doc doc/index.html
81%doc doc/fontinfo.README
82
83%{_libdir}/lib*.so
84%{_libdir}/*a
85%{_includedir}/*
86
87
88%changelog
89* Thu Apr 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.50-4vl2
90- rebuild with libpng-devel-1.2.5-0vl1
91- add BuildPrereq: libpng-devel >= 2:1.2.5
92
93* Mon May 21 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
94- 0.50-4vl1
95- rebuilt for Vine Linux
96- added Japanese summary and description
97- use better macros
98- added BuildPreReq: imlib-devel
99
100* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
101- automatic rebuild
102
103* Thu Jun 29 2000 David Mason <dcm@redhat.com>
104- update spec file to new RPM guidelines
105
106* Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
107- built against imlib 1.9.3
108
109
110* Thu Jan 21 1999 The Rasterman <raster@redhat.com>
111- added spec file to CVS
Note: See TracBrowser for help on using the repository browser.