[packages/xorg-proto-trapproto] - restored

qboosh qboosh at pld-linux.org
Sat Jan 5 15:12:52 CET 2013


commit db0f56b425c93919671b0f568bc4afe7ef8989df
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jan 5 15:05:39 2013 +0100

    - restored
    
    This reverts commit 2b313521c35dc295ec07cd5d01d17387d76310db.

 xorg-proto-trapproto.spec | 59 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
---
diff --git a/xorg-proto-trapproto.spec b/xorg-proto-trapproto.spec
new file mode 100644
index 0000000..26064df
--- /dev/null
+++ b/xorg-proto-trapproto.spec
@@ -0,0 +1,59 @@
+Summary:	Trap protocol and ancillary headers
+Summary(pl.UTF-8):	Nagłówki protokołu Trap i pomocnicze
+Name:		xorg-proto-trapproto
+Version:	3.4.3
+Release:	2
+License:	MIT
+Group:		X11/Development/Libraries
+Source0:	http://xorg.freedesktop.org/releases/individual/proto/trapproto-%{version}.tar.bz2
+# Source0-md5:	3b713239e5e6b269b31cb665563358df
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	xorg-util-util-macros
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Trap protocol and ancillary headers.
+
+%description -l pl.UTF-8
+Nagłówki protokołu Trap i pomocnicze.
+
+%package devel
+Summary:	Trap protocol and ancillary headers
+Summary(pl.UTF-8):	Nagłówki protokołu Trap i pomocnicze
+Group:		X11/Development/Libraries
+Requires:	xorg-proto-xproto-devel
+
+%description devel
+Trap protocol and ancillary headers.
+
+%description devel -l pl.UTF-8
+Nagłówki protokołu Trap i pomocnicze.
+
+%prep
+%setup -q -n trapproto-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	pkgconfigdir=%{_pkgconfigdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files devel
+%defattr(644,root,root,755)
+%doc COPYING ChangeLog
+%{_includedir}/X11/extensions/*.h
+%{_pkgconfigdir}/trapproto.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-proto-trapproto.git/commitdiff/9f53223f2c145a11af0ce3018843da03768cf437



More information about the pld-cvs-commit mailing list