]> git.pld-linux.org Git - packages/xorg-lib-libFS.git/blame - xorg-lib-libFS.spec
- x32 rebuild
[packages/xorg-lib-libFS.git] / xorg-lib-libFS.spec
CommitLineData
ffae7ae6
JB
1Summary: libFS - X Font Service client library
2Summary(pl.UTF-8): libFS - biblioteka kliencka usługi fontów X (X Font Service)
0ee0ad81 3Name: xorg-lib-libFS
58af43eb 4Version: 1.0.6
438a2c42 5Release: 2
0ee0ad81
AM
6License: MIT
7Group: X11/Libraries
a49f737e 8Source0: http://xorg.freedesktop.org/releases/individual/lib/libFS-%{version}.tar.bz2
58af43eb 9# Source0-md5: a8a0dbd2299b2568d8c919883f5c8501
0ee0ad81 10URL: http://xorg.freedesktop.org/
2c45c322 11BuildRequires: autoconf >= 2.60
0ee0ad81 12BuildRequires: automake
0ee0ad81 13BuildRequires: libtool
8e80c306 14BuildRequires: pkgconfig >= 1:0.19
0ee0ad81 15BuildRequires: xorg-lib-xtrans-devel
6c533793 16BuildRequires: xorg-proto-fontsproto-devel
f3d5bad0
JB
17BuildRequires: xorg-proto-xproto-devel >= 7.0.17
18BuildRequires: xorg-util-util-macros >= 1.8
6c533793 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
0ee0ad81 20
0ee0ad81 21%description
ffae7ae6
JB
22This package contains libFS, an X Font Service client library. It's
23used by clients of X Font Servers (xfs), such as xfsinfo, xfslsfonts,
24and the X servers themselves.
0ee0ad81 25
bad1f13d 26%description -l pl.UTF-8
ffae7ae6
JB
27Ten pakiet zawiera libFS - bibliotekę kliencką usługi fontów X (X Font
28Service). Jest ona używana przez klientów serwerów fontów X (xfs - X
29Font Servers), takich jak xfsinfo, xfslsfonts czy same serwery X.
0ee0ad81 30
0ee0ad81 31%package devel
325ca01c 32Summary: Header files for libFS library
36f023bd 33Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libFS
0ee0ad81 34Group: X11/Development/Libraries
6c533793 35Requires: %{name} = %{version}-%{release}
0ee0ad81 36Requires: xorg-proto-fontsproto-devel
f3d5bad0 37Requires: xorg-proto-xproto-devel >= 7.0.17
0ee0ad81
AM
38
39%description devel
ffae7ae6 40libFS - biblioteka kliencka usługi fontów X (X Font Service).
0ee0ad81
AM
41
42This package contains the header files needed to develop programs that
325ca01c 43use libFS.
0ee0ad81 44
bad1f13d 45%description devel -l pl.UTF-8
ffae7ae6 46libFS - biblioteka kliencka usługi fontów X (X Font Service).
0ee0ad81 47
bad1f13d
JR
48Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
49używających biblioteki libFS.
0ee0ad81 50
0ee0ad81 51%package static
6c533793 52Summary: Static libFS library
36f023bd 53Summary(pl.UTF-8): Biblioteka statyczna libFS
6c533793
JB
54Group: X11/Development/Libraries
55Requires: %{name}-devel = %{version}-%{release}
0ee0ad81
AM
56
57%description static
ffae7ae6 58libFS - biblioteka kliencka usługi fontów X (X Font Service).
0ee0ad81
AM
59
60This package contains the static libFS library.
61
bad1f13d 62%description static -l pl.UTF-8
ffae7ae6 63libFS - biblioteka kliencka usługi fontów X (X Font Service).
0ee0ad81 64
bad1f13d 65Pakiet zawiera statyczną bibliotekę libFS.
0ee0ad81 66
0ee0ad81
AM
67%prep
68%setup -q -n libFS-%{version}
69
0ee0ad81
AM
70%build
71%{__libtoolize}
72%{__aclocal}
73%{__autoconf}
74%{__autoheader}
75%{__automake}
76%configure
77
78%{__make}
79
0ee0ad81
AM
80%install
81rm -rf $RPM_BUILD_ROOT
82
83%{__make} install \
2c45c322 84 DESTDIR=$RPM_BUILD_ROOT
0ee0ad81 85
0ee0ad81
AM
86%clean
87rm -rf $RPM_BUILD_ROOT
88
0ee0ad81
AM
89%post -p /sbin/ldconfig
90%postun -p /sbin/ldconfig
91
0ee0ad81
AM
92%files
93%defattr(644,root,root,755)
ffae7ae6 94%doc COPYING ChangeLog README
6c533793 95%attr(755,root,root) %{_libdir}/libFS.so.*.*.*
a49f737e 96%attr(755,root,root) %ghost %{_libdir}/libFS.so.6
0ee0ad81
AM
97
98%files devel
99%defattr(644,root,root,755)
2c45c322 100%doc doc/FSlib.txt
6c533793 101%attr(755,root,root) %{_libdir}/libFS.so
0ee0ad81 102%{_libdir}/libFS.la
ffae7ae6 103%{_includedir}/X11/fonts/FSlib.h
0ee0ad81
AM
104%{_pkgconfigdir}/libfs.pc
105
0ee0ad81
AM
106%files static
107%defattr(644,root,root,755)
108%{_libdir}/libFS.a
This page took 0.074093 seconds and 4 git commands to generate.