Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > 952dfb399addd16af6c6a6d0250ebd95 > files > 2

libpthread-stubs-0.1-1mdv2007.1.src.rpm

%define libpthread_stubs %mklibname xcb 1
Name: libpthread-stubs
Summary: PThread Stubs for XCB 
Version: 0.1
Release: %mkrel 1
Group: System/X11
License: MIT
URL: http://xcb.freedesktop.org
Source0: http://xcb.freedesktop.org/dist/libpthread-stubs-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: x11-proto-devel >= 1.2.0
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: libxslt-proc

%description
PThread Stubs for XCB

%prep
%setup -q -n libpthread-stubs-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%{_libdir}/pkgconfig/pthread-stubs.pc


%changelog
* Tue Feb 27 2007 Gustavo Pichorim Boiko <boiko@mandriva.com> 0.1-1mdv2007.0
+ Revision: 126720
- Importing libpthread-stubs to the repository. We don't need pthread-stubs at
  all, so this package basically generates a pkgconfig file saying so.