source: projects/specs/trunk/lib/libf/libfontenc/libfontenc-vl.spec @ 12185

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

updated X11 libs

Line 
1Summary: X.Org X11 libfontenc runtime library
2Summary(ja): X.Org X11 libfontenc ランタイムライブラリ
3Name: libfontenc
4Version: 1.1.4
5Release: 1%{?_dist_release}
6License: MIT/X11
7Group: System Environment/Libraries
8URL: http://www.x.org
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
10
11Vendor: Project Vine
12Distribution: Vine Linux
13
14Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
15
16BuildRequires: pkgconfig
17BuildRequires: xorg-x11-util-macros
18BuildRequires: xorg-x11-proto-devel
19BuildRequires: xorg-x11-font-utils
20BuildRequires: zlib-devel
21#BuildRequires: xorg-x11-font-utils
22# FIXME: temporarily require autoconf for workaround
23BuildRequires: autoconf
24
25Obsoletes: XFree86-libs, XOrg-libs
26
27%description
28X.Org X11 libfontenc runtime library
29
30%package devel
31Summary: X.Org X11 libfontenc development package
32Summary(ja): X.Org X11 libfontenc 開発パッケージ
33Group: Development/Libraries
34Requires(pre): xorg-x11-filesystem
35Requires: %{name} = %{version}-%{release}
36
37Obsoletes: XFree86-devel, XOrg-devel
38
39%description devel
40X.Org X11 libfontenc development package
41
42%prep
43%setup -q
44
45# Disable static library creation by default.
46%define with_static 0
47
48%build
49# FIXME: libfontenc-0.99.2-use-datadir-for-encodings.patch requires that
50# aclocal, automake, and autoconf get invoked to activate the changes.
51# These can be removed once the patch is no longer necessary.
52#aclocal
53#automake
54autoconf
55%configure \
56%if ! %{with_static}
57        --disable-static
58%endif
59make
60
61%install
62rm -rf $RPM_BUILD_ROOT
63
64make install DESTDIR=$RPM_BUILD_ROOT
65
66# Remove all libtool archives (*.la)
67find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72%post -p /sbin/ldconfig
73%postun -p /sbin/ldconfig
74
75%files
76%defattr(-,root,root,-)
77%license COPYING
78%doc AUTHORS README ChangeLog
79%{_libdir}/libfontenc.so.1
80%{_libdir}/libfontenc.so.1.0.0
81
82%files devel
83%defattr(-,root,root,-)
84%dir %{_includedir}/X11
85%dir %{_includedir}/X11/fonts
86%{_includedir}/X11/fonts/fontenc.h
87%if %{with_static}
88%{_libdir}/libfontenc.a
89%endif
90%{_libdir}/libfontenc.so
91%{_libdir}/pkgconfig/fontenc.pc
92
93%changelog
94* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.4-1
95- new upstream release.
96
97* Sun May 24 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-1
98- new upstream release
99- add BuildRequires: xorg-x11-font-utils
100
101* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
102- update to 1.1.2
103
104* Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
105- new upstream release
106
107* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
108- new upstream release
109- remove Patch1
110
111* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-3
112- rebuild with rpm-4.8.1 for pkg-config file
113
114* Sun Mar 07 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-2
115- add Patch1 to change encodingsdir to %%{_datadir}/fonts/X11/encodings
116
117* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
118- new upstream release
119
120* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-2
121- spec in utf-8
122
123* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
124- new versioning policy
125
126* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
127- initial build for Vine Linux
128
129* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.4-4
130- Rebuild for build id
131
132* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-3
133- Don't install INSTALL
134
135* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.0.4-2
136- Add BuildRequires on xorg-x11-font-utils to set encodings path correctly.
137
138* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
139- Update to 1.0.4
140
141* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.3-1.fc7
142- Update to 1.0.3
143
144* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-2.1
145- rebuild
146
147* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
148- Remove package ownership of mandir/libdir/etc.
149- Added "BuildRequires: autoconf" temporarily as long as autoconf is needed
150
151* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
152- Update to 1.0.2
153
154* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
155- bump again for double-long bug on ppc(64)
156
157* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
158- rebuilt for new gcc4.1 snapshot and glibc changes
159
160* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
161- Updated libfontenc to version 1.0.1 from X11R7.0
162
163* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
164- Updated libfontenc to version 1.0.0 from X11R7 RC4
165- Added libfontenc-1.0.0-get-fontdir-from-pkgconfig.patch which now replaces
166  libfontenc-0.99.2-use-datadir-for-encodings.patch by using pkgconfig to
167  query fontutil.pc for fontdir.
168- Added "BuildRequires: font-utils >= 1.0.0" to find fontutil.pc
169- Removed libfontenc-0.99.2-use-datadir-for-encodings.patch
170
171* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
172- Updated libfontenc to version 0.99.3 from X11R7 RC3
173- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
174  that /usr/lib/X11 and /usr/include/X11 pre-exist.
175- Removed 'x' suffix from manpage directories to match RC3 upstream.
176
177* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
178- rebuilt
179
180* Wed Nov 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
181- Bump xorg-x11-filesystem dep to >= 0.99.2-3 as -2 had bugs.
182
183* Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
184- Added libfontenc-0.99.2-use-datadir-for-encodings.patch and invoke aclocal
185  and automake to activate the changes.  This fixes a bug reported against
186  mkfontscale, in which it looks in _datadir for the font encodings files,
187  which was traced back to libfontenc (#173875).
188- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-2" to ensure that
189  /usr/include/X11 is a directory rather than a symlink before this package
190  gets installed, to avoid bug (#173384).
191
192* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
193- Updated libfontenc to version 0.99.2 from X11R7 RC2
194- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
195- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
196
197* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
198- Updated libfontenc to version 0.99.1 from X11R7 RC1
199
200* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
201- Renamed package to remove xorg-x11 from the name due to unanimous decision
202  between developers.
203- Use Fedora Extras style BuildRoot tag.
204- Disable static library creation by default.
205- Add missing defattr to devel subpackage
206- Add missing documentation files to doc macro
207
208* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
209- Added zlib-devel build dependency
210
211* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
212- Renamed package to prepend "xorg-x11" to the name for consistency with
213  the rest of the X11R7 packages.
214- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
215  subpackage to ensure the devel package matches the installed shared libs.
216- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
217  allow applications to use implementation agnostic dependencies.
218- Added post/postun scripts which call ldconfig.
219- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
220  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
221
222* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
223- Initial build.
Note: See TracBrowser for help on using the repository browser.