]> git.pld-linux.org Git - packages/xcb-proto.git/commitdiff
- new auto/th/xcb-proto-0_9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 May 2006 08:52:09 +0000 (08:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xcb-proto.spec -> 1.1

xcb-proto.spec [new file with mode: 0644]

diff --git a/xcb-proto.spec b/xcb-proto.spec
new file mode 100644 (file)
index 0000000..9d83f7d
--- /dev/null
@@ -0,0 +1,39 @@
+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
This page took 0.092552 seconds and 4 git commands to generate.