source: projects/specs/branches/6/lib/libX/libXfontcache/libXfontcache-vl.spec @ 2203

Revision 2203, 5.3 KB checked in by Takemikaduchi, 13 years ago (diff)

update Xorg libraries and xserver, and rebuild driver

Line 
1Summary: X.Org X11 libXfontcache runtime library
2Summary(ja): X.Org X11 libXfontcache ランタイムライブラリ
3Name: libXfontcache
4Version: 1.0.5
5Release: 1%{?_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* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
82- new upstream release
83
84* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-3
85- rebuild with rpm-4.8.1 for pkg-config file
86
87* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-2
88- spec in utf-8
89
90* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
91- new versioning policy
92
93* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
94- initial build for Vine Linux
95
96* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.4-3
97- Rebuild for build id
98
99* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-2
100- Don't install INSTALL
101
102* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
103- Update to 1.0.4
104
105* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.3-1.fc7
106- Update to 1.0.3
107
108* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-3.1
109- rebuild
110
111* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
112- Added "Requires: xorg-x11-proto-devel" to devel package for xfontcache.pc
113
114* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
115- Replace "makeinstall" with "make install DESTDIR=..." for (#192720)
116- Remove package ownership of mandir/libdir/etc.
117
118* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
119- Update to 1.0.2
120
121* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
122- bump again for double-long bug on ppc(64)
123
124* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
125- rebuilt for new gcc4.1 snapshot and glibc changes
126
127* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
128- Updated libXfontcache to version 1.0.1 from X11R7.0
129
130* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
131- Updated libXfontcache to version 1.0.0 from X11R7 RC4
132
133* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
134- Updated libXfontcache to version 0.99.2 from X11R7 RC3
135- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
136  that /usr/lib/X11 and /usr/include/X11 pre-exist.
137- Removed 'x' suffix from manpage directories to match RC3 upstream.
138- Added new manpages to file manifest.
139
140* Tue Nov 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
141- Added "BuildRequires: libXau-devel", as twm fails without it, but does not
142  check for it with ./configure.  Bug (fdo#5065)
143
144* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
145- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
146- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
147
148* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
149- Updated libXfontcache to version 0.99.1 from X11R7 RC1
150
151* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
152- Renamed package to remove xorg-x11 from the name due to unanimous decision
153  between developers.
154- Use Fedora Extras style BuildRoot tag.
155- Disable static library creation by default.
156- Add missing defattr to devel subpackage
157- Add missing documentation files to doc macro
158
159* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
160- Renamed package to prepend "xorg-x11" to the name for consistency with
161  the rest of the X11R7 packages.
162- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
163  subpackage to ensure the devel package matches the installed shared libs.
164- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
165  allow applications to use implementation agnostic dependencies.
166- Added post/postun scripts which call ldconfig.
167- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
168  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
169
170* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
171- Initial build.
Note: See TracBrowser for help on using the repository browser.