SPECS: libxcb.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Thu May 11 11:00:46 CEST 2006
Author: qboosh Date: Thu May 11 09:00:46 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
libxcb.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/libxcb.spec
diff -u /dev/null SPECS/libxcb.spec:1.1
--- /dev/null Thu May 11 11:00:46 2006
+++ SPECS/libxcb.spec Thu May 11 11:00:40 2006
@@ -0,0 +1,96 @@
+# $Revision$, $Date$
+Summary: X protocol C-language Binding library
+Summary(pl): XCB - biblioteka dowiązań języka C do protokołu X
+Name: libxcb
+Version: 0.9
+Release: 1
+License: MIT
+Group: Libraries
+Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
+# Source0-md5: 578037c76d791d4623f0f8b3e14fbabc
+URL: http://xcb.freedesktop.org/
+BuildRequires: check >= 0.8.2
+BuildRequires: libxslt-progs
+BuildRequires: pkgconfig
+BuildRequires: xcb-proto >= 0.9
+BuildRequires: xorg-lib-libXau-devel
+BuildRequires: xorg-lib-libXdmcp-devel
+BuildRequires: xorg-proto-xproto-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X protocol C-language Binding library.
+
+%description -l pl
+XCB - biblioteka dowiązań języka C do protokołu X.
+
+%package devel
+Summary: Header files for XCB library
+Summary(pl): Pliki nagłówkowe biblioteki XCB
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: xorg-lib-libXau-devel
+Requires: xorg-lib-libXdmcp-devel
+Requires: xorg-proto-xproto-devel
+
+%description devel
+Header files for XCB library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki XCB.
+
+%package static
+Summary: Static XCB library
+Summary(pl): Statyczna biblioteka XCB
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static XCB library.
+
+%description static -l pl
+Statyczna biblioteka 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
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING
+%attr(755,root,root) %{_libdir}/libXCB*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libXCB*.so
+%{_libdir}/libXCB*.la
+%{_includedir}/X11/XCB/*.h
+%{_pkgconfigdir}/xcb*.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libXCB*.a
+
+%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 09:00:40 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list