[packages/xorg-proto-presentproto] - new

qboosh qboosh at pld-linux.org
Sat Nov 2 18:20:40 CET 2013


commit 69bef4301e2988329fc31f6f05cef5d1355cf634
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Nov 2 18:20:41 2013 +0100

    - new

 xorg-proto-presentproto.spec | 60 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
---
diff --git a/xorg-proto-presentproto.spec b/xorg-proto-presentproto.spec
new file mode 100644
index 0000000..fe2caa9
--- /dev/null
+++ b/xorg-proto-presentproto.spec
@@ -0,0 +1,60 @@
+Summary:	Present extension headers
+Summary(pl.UTF-8):	Nagłówki rozszerzenia Present
+Name:		xorg-proto-presentproto
+Version:	1.0
+Release:	1
+License:	MIT
+Group:		X11/Development/Libraries
+Source0:	http://xorg.freedesktop.org/releases/individual/proto/presentproto-%{version}.tar.bz2
+# Source0-md5:	2d569c75884455c7148d133d341e8fd6
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.60
+BuildRequires:	automake
+BuildRequires:	docbook-dtd43-xml
+BuildRequires:	xorg-util-util-macros >= 1.3
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Present extension headers.
+
+%description -l pl.UTF-8
+Nagłówki rozszerzenia Present.
+
+%package devel
+Summary:	Present extension headers
+Summary(pl.UTF-8):	Nagłówki rozszerzenia Present
+Group:		X11/Development/Libraries
+Requires:	xorg-proto-xproto-devel
+Obsoletes:	presentext
+
+%description devel
+Present extension headers.
+
+%description devel -l pl.UTF-8
+Nagłówki rozszerzenia Present.
+
+%prep
+%setup -q -n presentproto-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files devel
+%defattr(644,root,root,755)
+%doc ChangeLog presentproto.txt
+%{_includedir}/X11/extensions/present*.h
+%{_pkgconfigdir}/presentproto.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-proto-presentproto.git/commitdiff/69bef4301e2988329fc31f6f05cef5d1355cf634



More information about the pld-cvs-commit mailing list