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

Revision 8846, 6.9 KB checked in by Takemikaduchi, 10 years ago (diff)

jack-audio-connection-kit, libfontenv, m17n-{db,lib}: new upstream release
others: rebuild

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