source: projects/specs/trunk/lib/libX/libXfontcache/libXfontcache-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: X.Org X11 libXfontcache runtime library
2Summary(ja): X.Org X11 libXfontcache ランタイムライブラリ
3Name: libXfontcache
4Version: 1.0.4
5Release: 2%{?_dist_release}
6License: MIT/X11
7Group: System Environment/Libraries
8URL: http://www.x.org
9
10Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13BuildRequires: pkgconfig
14BuildRequires: xorg-x11-util-macros
15BuildRequires: xorg-x11-proto-devel
16BuildRequires: libX11-devel
17BuildRequires: libXext-devel
18BuildRequires: libXau-devel
19Obsoletes: XFree86-libs, XOrg-libs
20
21%description
22X.Org X11 libXfontcache runtime library
23
24%package devel
25Summary: X.Org X11 libXfontcache development package
26Summary(ja): X.Org X11 libXfontcache 開発パッケージ
27Group: Development/Libraries
28Requires(pre): xorg-x11-filesystem
29Requires: %{name} = %{version}-%{release}
30Requires: xorg-x11-proto-devel
31Obsoletes: XFree86-devel, XOrg-devel
32
33%description devel
34X.Org X11 libXfontcache development package
35
36%prep
37%setup -q
38
39# Disable static library creation by default.
40%define with_static 0
41
42%build
43%configure \
44%if ! %{with_static}
45        --disable-static
46%endif
47make
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52make install DESTDIR=$RPM_BUILD_ROOT
53
54# We intentionally don't ship *.la files
55rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%post -p /sbin/ldconfig
61%postun -p /sbin/ldconfig
62
63%files
64%defattr(-,root,root,-)
65%doc AUTHORS COPYING README ChangeLog
66%{_libdir}/libXfontcache.so.1
67%{_libdir}/libXfontcache.so.1.0.0
68
69%files devel
70%defattr(-,root,root,-)
71%if %{with_static}
72%{_libdir}/libXfontcache.a
73%endif
74%{_libdir}/libXfontcache.so
75%dir %{_libdir}/pkgconfig
76%{_libdir}/pkgconfig/xfontcache.pc
77#%dir %{_mandir}/man3x
78%{_mandir}/man3/*.3*
79
80%changelog
81* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-2
82- spec in utf-8
83
84* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
85- new versioning policy
86
87* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
88- initial build for Vine Linux
89
90* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.4-3
91- Rebuild for build id
92
93* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-2
94- Don't install INSTALL
95
96* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
97- Update to 1.0.4
98
99* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.3-1.fc7
100- Update to 1.0.3
101
102* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-3.1
103- rebuild
104
105* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
106- Added "Requires: xorg-x11-proto-devel" to devel package for xfontcache.pc
107
108* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
109- Replace "makeinstall" with "make install DESTDIR=..." for (#192720)
110- Remove package ownership of mandir/libdir/etc.
111
112* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
113- Update to 1.0.2
114
115* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
116- bump again for double-long bug on ppc(64)
117
118* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
119- rebuilt for new gcc4.1 snapshot and glibc changes
120
121* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
122- Updated libXfontcache to version 1.0.1 from X11R7.0
123
124* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
125- Updated libXfontcache to version 1.0.0 from X11R7 RC4
126
127* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
128- Updated libXfontcache to version 0.99.2 from X11R7 RC3
129- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
130  that /usr/lib/X11 and /usr/include/X11 pre-exist.
131- Removed 'x' suffix from manpage directories to match RC3 upstream.
132- Added new manpages to file manifest.
133
134* Tue Nov 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
135- Added "BuildRequires: libXau-devel", as twm fails without it, but does not
136  check for it with ./configure.  Bug (fdo#5065)
137
138* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
139- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
140- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
141
142* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
143- Updated libXfontcache to version 0.99.1 from X11R7 RC1
144
145* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
146- Renamed package to remove xorg-x11 from the name due to unanimous decision
147  between developers.
148- Use Fedora Extras style BuildRoot tag.
149- Disable static library creation by default.
150- Add missing defattr to devel subpackage
151- Add missing documentation files to doc macro
152
153* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
154- Renamed package to prepend "xorg-x11" to the name for consistency with
155  the rest of the X11R7 packages.
156- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
157  subpackage to ensure the devel package matches the installed shared libs.
158- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
159  allow applications to use implementation agnostic dependencies.
160- Added post/postun scripts which call ldconfig.
161- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
162  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
163
164* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
165- Initial build.
Note: See TracBrowser for help on using the repository browser.