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