rpms/libxcb/devel libxcb-1.0-no-pthread-stubs.patch, NONE, 1.1 libxcb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Thu Jul 12 19:05:35 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/libxcb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28363/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libxcb-1.0-no-pthread-stubs.patch libxcb.spec 
Log Message:
Initial import


libxcb-1.0-no-pthread-stubs.patch:

--- NEW FILE libxcb-1.0-no-pthread-stubs.patch ---
diff -up libxcb-1.0/configure.ac.jx libxcb-1.0/configure.ac
--- libxcb-1.0/configure.ac.jx	2006-11-23 10:33:01.000000000 -0500
+++ libxcb-1.0/configure.ac	2007-06-29 15:06:00.000000000 -0400
@@ -31,7 +31,7 @@ AC_SUBST(HTML_CHECK_RESULT)
 
 # Checks for pkg-config packages
 PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.0)
-NEEDED="xau pthread-stubs"
+NEEDED="xau"
 PKG_CHECK_MODULES(NEEDED, $NEEDED)
 
 PKG_CHECK_MODULES(XDMCP, xdmcp,


--- NEW FILE libxcb.spec ---
Name:           libxcb
Version:        1.0
Release:        1%{?dist}
Summary:        A C binding to the X11 protocol

Group:          System Environment/Libraries
License:        MIT
URL:            http://xcb.freedesktop.org/
Source0:        http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Patch0:         libxcb-1.0-no-pthread-stubs.patch

BuildRequires:  autoconf automake libtool pkgconfig
BuildRequires:  doxygen
BuildRequires:  graphviz
BuildRequires:  libXau-devel
BuildRequires:  libxslt
BuildRequires:  xcb-proto
BuildRequires:  xorg-x11-proto-devel
BuildRequires:  xorg-x11-util-macros

%description
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package        doc
Summary:        Documentation for %{name}
Group:          Documentation

%description    doc
The %{name}-doc package contains documentation for the %{name} library.

%prep
%setup -q
%patch -p1 -b .pthread-stubs

%build
autoreconf -v --install
%configure --disable-static --docdir=%{_datadir}/doc/%{name}-%{version}
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f
install -m 644 COPYING NEWS README $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/xcb
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files doc
%defattr(-,root,root,-)
%{_datadir}/doc/%{name}-%{version}

%changelog
* Fri Jun 29 2007 Adam Jackson <ajax at redhat.com> 1.0-1
- Initial revision.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libxcb/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jul 2007 16:38:54 -0000	1.1
+++ .cvsignore	12 Jul 2007 19:05:03 -0000	1.2
@@ -0,0 +1 @@
+libxcb-1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libxcb/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jul 2007 16:38:54 -0000	1.1
+++ sources	12 Jul 2007 19:05:03 -0000	1.2
@@ -0,0 +1 @@
+0eb951fd0fa9542dbe4fc3530b81a3b6  libxcb-1.0.tar.bz2




More information about the fedora-extras-commits mailing list