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