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

Revision 1901, 5.2 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

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