]> git.pld-linux.org Git - packages/xorg-lib-libXfontcache.git/blame - xorg-lib-libXfontcache.spec
- x32 rebuild
[packages/xorg-lib-libXfontcache.git] / xorg-lib-libXfontcache.spec
CommitLineData
90be9887
JB
1Summary: Xfontcache - X-TrueType font cache extension client library
2Summary(pl.UTF-8): Xfontcache - biblioteka kliencka rozszerzenia cache'u fontów X-TrueType
d63876e2 3Name: xorg-lib-libXfontcache
47bbe54f 4Version: 1.0.5
15cb4108 5Release: 3
d63876e2
AM
6License: MIT
7Group: X11/Libraries
1b69f26d 8Source0: http://xorg.freedesktop.org/releases/individual/lib/libXfontcache-%{version}.tar.bz2
47bbe54f 9# Source0-md5: bbd37768c87f63cf2eb845b2c0f56515
d63876e2 10URL: http://xorg.freedesktop.org/
4e0b386e 11BuildRequires: autoconf >= 2.57
d63876e2 12BuildRequires: automake
d63876e2 13BuildRequires: libtool
b49e9c02 14BuildRequires: pkgconfig >= 1:0.19
f1fde453
JB
15BuildRequires: xorg-lib-libXext-devel
16BuildRequires: xorg-proto-fontcacheproto-devel
90be9887 17BuildRequires: xorg-util-util-macros >= 1.3
f1fde453 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d63876e2 19
d63876e2 20%description
90be9887 21Xfontcache is an X-TrueType font cache extension client library.
d63876e2 22
5516d699 23%description -l pl.UTF-8
90be9887
JB
24Xfontcache to biblioteka kliencka rozszerzenia cache'u fontów
25X-TrueType.
d63876e2 26
d63876e2 27%package devel
f0c5b539 28Summary: Header files for libXfontcache library
93ae0efa 29Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libXfontcache
d63876e2 30Group: X11/Development/Libraries
f1fde453 31Requires: %{name} = %{version}-%{release}
d63876e2
AM
32Requires: xorg-proto-fontcacheproto-devel
33Requires: xorg-lib-libXext-devel
34
d63876e2 35%description devel
90be9887 36Xfontcache is an X-TrueType font cache extension client library.
d63876e2
AM
37
38This package contains the header files needed to develop programs that
f0c5b539 39use libXfontcache.
d63876e2 40
5516d699 41%description devel -l pl.UTF-8
90be9887
JB
42Xfontcache to biblioteka kliencka rozszerzenia cache'u fontów
43X-TrueType.
d63876e2 44
5516d699
JR
45Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
46używających biblioteki libXfontcache.
d63876e2 47
d63876e2 48%package static
f1fde453 49Summary: Static libXfontcache library
93ae0efa 50Summary(pl.UTF-8): Biblioteka statyczna libXfontcache
f1fde453
JB
51Group: X11/Development/Libraries
52Requires: %{name}-devel = %{version}-%{release}
d63876e2
AM
53
54%description static
90be9887 55Xfontcache is an X-TrueType font cache extension client library.
d63876e2
AM
56
57This package contains the static libXfontcache library.
58
5516d699 59%description static -l pl.UTF-8
90be9887
JB
60Xfontcache to biblioteka kliencka rozszerzenia cache'u fontów
61X-TrueType.
d63876e2 62
5516d699 63Pakiet zawiera statyczną bibliotekę libXfontcache.
d63876e2 64
d63876e2
AM
65%prep
66%setup -q -n libXfontcache-%{version}
67
d63876e2
AM
68%build
69%{__libtoolize}
70%{__aclocal}
71%{__autoconf}
72%{__autoheader}
73%{__automake}
74%configure
75
76%{__make}
77
d63876e2
AM
78%install
79rm -rf $RPM_BUILD_ROOT
80
81%{__make} install \
82 DESTDIR=$RPM_BUILD_ROOT \
83 pkgconfigdir=%{_pkgconfigdir}
84
d63876e2
AM
85%clean
86rm -rf $RPM_BUILD_ROOT
87
d63876e2
AM
88%post -p /sbin/ldconfig
89%postun -p /sbin/ldconfig
90
d63876e2
AM
91%files
92%defattr(644,root,root,755)
90be9887 93%doc COPYING ChangeLog README
f1fde453 94%attr(755,root,root) %{_libdir}/libXfontcache.so.*.*.*
90be9887 95%attr(755,root,root) %ghost %{_libdir}/libXfontcache.so.1
d63876e2
AM
96
97%files devel
98%defattr(644,root,root,755)
f1fde453 99%attr(755,root,root) %{_libdir}/libXfontcache.so
d63876e2 100%{_libdir}/libXfontcache.la
d63876e2 101%{_pkgconfigdir}/xfontcache.pc
5fd6d6d6
JR
102%{_mandir}/man3/FontCache*.3*
103%{_mandir}/man3/Xfontcache.3*
d63876e2 104
d63876e2
AM
105%files static
106%defattr(644,root,root,755)
107%{_libdir}/libXfontcache.a
This page took 0.115742 seconds and 4 git commands to generate.