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

Revision 12185, 5.6 KB checked in by tomop, 5 years ago (diff)

updated X11 libs

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