]> git.pld-linux.org Git - packages/xorg-proto-xproto.git/blame - xorg-proto-xproto.spec
- updated to 7.0.24
[packages/xorg-proto-xproto.git] / xorg-proto-xproto.spec
CommitLineData
4d7a3b43 1Summary: X protocol and ancillary headers
286fe439 2Summary(pl.UTF-8): Nagłówki protokołu X i pomocnicze
4d7a3b43 3Name: xorg-proto-xproto
af908824 4Version: 7.0.24
868a27e8 5Release: 1
4d7a3b43
AM
6License: MIT
7Group: X11/Development/Libraries
fdc5bd00 8Source0: http://xorg.freedesktop.org/releases/individual/proto/xproto-%{version}.tar.bz2
af908824 9# Source0-md5: 9c0203c3bee4bac432ec504dc45712ed
4d7a3b43 10URL: http://xorg.freedesktop.org/
331004e3 11BuildRequires: autoconf >= 2.60
4d7a3b43 12BuildRequires: automake
681855df 13BuildRequires: docbook-dtd43-xml
e28c16ee
JB
14BuildRequires: xmlto >= 0.0.22
15BuildRequires: xorg-sgml-doctools >= 1.8
16BuildRequires: xorg-util-util-macros >= 1.12
34bc0c0f 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
4d7a3b43 18
4d7a3b43
AM
19%description
20X protocol and ancillary headers.
21
17cc6bb2
JR
22%description -l pl.UTF-8
23Nagłówki protokołu X i pomocnicze.
4d7a3b43 24
4d7a3b43
AM
25%package devel
26Summary: X protocol and ancillary headers
286fe439 27Summary(pl.UTF-8): Nagłówki protokołu X i pomocnicze
4d7a3b43 28Group: X11/Development/Libraries
2da6d295 29Requires: filesystem >= 3.0-32
331004e3 30Obsoletes: xproto
4d7a3b43
AM
31
32%description devel
33X protocol and ancillary headers.
34
17cc6bb2
JR
35%description devel -l pl.UTF-8
36Nagłówki protokołu X i pomocnicze.
4d7a3b43 37
4d7a3b43
AM
38%prep
39%setup -q -n xproto-%{version}
40
4d7a3b43
AM
41%build
42%{__aclocal}
43%{__autoconf}
f9bda32e 44%{__autoheader}
4d7a3b43
AM
45%{__automake}
46%configure
47
48%{__make}
49
4d7a3b43
AM
50%install
51rm -rf $RPM_BUILD_ROOT
1f615aad 52install -d $RPM_BUILD_ROOT%{_includedir}/X11/extensions
4d7a3b43
AM
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT \
56 pkgconfigdir=%{_pkgconfigdir}
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
4d7a3b43
AM
61%files devel
62%defattr(644,root,root,755)
64603768 63%doc AUTHORS COPYING ChangeLog README specs/*.html specs/SIAddresses/{IPv6,hostname,localuser}.txt
4d7a3b43 64%{_includedir}/X11/*.h
1f615aad 65%dir %{_includedir}/X11/extensions
4d7a3b43 66%{_pkgconfigdir}/xproto.pc
This page took 0.090248 seconds and 4 git commands to generate.