SPECS: xcb-proto.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Thu May 11 10:52:14 CEST 2006
Author: qboosh Date: Thu May 11 08:52:14 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
xcb-proto.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xcb-proto.spec
diff -u /dev/null SPECS/xcb-proto.spec:1.1
--- /dev/null Thu May 11 10:52:14 2006
+++ SPECS/xcb-proto.spec Thu May 11 10:52:09 2006
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary: XCB protocol files
+Summary(pl): Pliki opisu protokołu XCB
+Name: xcb-proto
+Version: 0.9
+Release: 1
+License: MIT
+Group: Development/Libraries
+Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
+# Source0-md5: b1f8eec1a25d2c8a831dd9a1b19fbc38
+URL: http://xcb.freedesktop.org/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XCB protocol files.
+
+%description -l pl
+Pliki opisu protokołu XCB.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING TODO doc/xml-xcb.txt
+%{_includedir}/X11/XCB
+%{_pkgconfigdir}/xcb-proto.pc
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/05/11 08:52:09 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list