]> git.pld-linux.org Git - packages/xorg-lib-xtrans.git/blame - xorg-lib-xtrans.spec
- updated to 1.3.3
[packages/xorg-lib-xtrans.git] / xorg-lib-xtrans.spec
CommitLineData
9071f96e 1Summary: xtrans library - network API translation layer
3899de2d 2Summary(pl.UTF-8): Biblioteka xtrans - warstwa tłumaczenia sieciowego API
13ade338 3Name: xorg-lib-xtrans
1daba7fc 4Version: 1.3.3
f40fbd37 5Release: 1
13ade338
AM
6License: MIT
7Group: X11/Development/Libraries
3f452c4e 8Source0: http://xorg.freedesktop.org/releases/individual/lib/xtrans-%{version}.tar.bz2
1daba7fc 9# Source0-md5: 2f14c31ab556fc91039f51a113b38aa2
13ade338 10URL: http://xorg.freedesktop.org/
3df215fd 11BuildRequires: autoconf >= 2.60
13ade338 12BuildRequires: automake
e2a71f2f 13BuildRequires: docbook-dtd43-xml
5adc06cf 14BuildRequires: pkgconfig >= 1:0.19
d9ea820b 15BuildRequires: rpmbuild(macros) >= 1.446
39a359ed
JB
16BuildRequires: xmlto >= 0.0.22
17BuildRequires: xorg-sgml-doctools >= 1.8
18BuildRequires: xorg-util-util-macros >= 1.12
d4d9c22c 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13ade338 20
13ade338 21%description
9071f96e
JB
22xtrans library provides network API translation layer to insulate X
23applications and libraries from OS network vagaries.
13ade338 24
9ce66550
JR
25%description -l pl.UTF-8
26Biblioteka xtrans dostarcza warstwę tłumaczenia sieciowego API służącą
27do oddzielenia aplikacji i bibliotek X od kaprysów sieciowych systemu
9071f96e 28operacyjnego.
13ade338
AM
29
30%package devel
9071f96e 31Summary: xtrans library - network API translation layer
3899de2d 32Summary(pl.UTF-8): Biblioteka xtrans - warstwa tłumaczenia sieciowego API
13ade338
AM
33Group: X11/Development/Libraries
34Requires: xorg-proto-xproto-devel
9071f96e 35Obsoletes: libXtrans-devel
13ade338
AM
36
37%description devel
9071f96e
JB
38xtrans library provides network API translation layer to insulate X
39applications and libraries from OS network vagaries.
13ade338 40
9ce66550
JR
41%description devel -l pl.UTF-8
42Biblioteka xtrans dostarcza warstwę tłumaczenia sieciowego API służącą
43do oddzielenia aplikacji i bibliotek X od kaprysów sieciowych systemu
9071f96e 44operacyjnego.
13ade338
AM
45
46%prep
47%setup -q -n xtrans-%{version}
48
13ade338
AM
49%build
50%{__aclocal}
51%{__autoconf}
52%{__automake}
8c9252e2
JB
53%configure \
54 --enable-docs
13ade338
AM
55
56%{__make}
57
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62%{__make} install \
8c9252e2 63 DESTDIR=$RPM_BUILD_ROOT
13ade338 64
13ade338
AM
65%clean
66rm -rf $RPM_BUILD_ROOT
67
13ade338
AM
68%files devel
69%defattr(644,root,root,755)
3df215fd 70%doc AUTHORS COPYING ChangeLog README doc/xtrans.html
13ade338 71%{_includedir}/X11/Xtrans
8c9252e2 72%{_npkgconfigdir}/xtrans.pc
13ade338 73%{_aclocaldir}/xtrans.m4
This page took 0.129521 seconds and 4 git commands to generate.