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

Revision 9579, 7.1 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

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