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

Revision 1901, 6.7 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

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