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

Revision 8064, 5.5 KB checked in by Takemikaduchi, 10 years ago (diff)

freetype2: fix pkgconfig
xserver: update to 1.14.5
others: new upstream release or rebuild

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