From a48ac8b8f37e6380d7c975726ee4ba4e6c13b193 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Apr 04 2013 05:32:29 +0000 Subject: import xcb-util-renderutil-0.3.8-3.el7.src.rpm --- diff --git a/.xcb-util-renderutil.metadata b/.xcb-util-renderutil.metadata new file mode 100644 index 0000000..8234d96 --- /dev/null +++ b/.xcb-util-renderutil.metadata @@ -0,0 +1 @@ +ce6b6acb015fa47c716adfd83b2f36c874401277 SOURCES/xcb-util-renderutil-0.3.8.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/xcb-util-renderutil.spec b/SPECS/xcb-util-renderutil.spec new file mode 100644 index 0000000..783e15c --- /dev/null +++ b/SPECS/xcb-util-renderutil.spec @@ -0,0 +1,71 @@ +Name: xcb-util-renderutil +Version: 0.3.8 +Release: 3%{?dist} +Summary: Convenience functions for the Render extension +Group: System Environment/Libraries +License: MIT +URL: http://xcb.freedesktop.org +Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 +BuildRequires: pkgconfig(xcb-util) >= 0.3.8 +BuildRequires: m4 + +%description +XCB util-renderutil module provides the following library: + + - renderutil: Convenience functions for the Render extension. + + +%package devel +Summary: Development and header files for xcb-util-renderutil +Group: System Environment/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +Development files for xcb-util-renderutil. + + +%prep +%setup -q + + +%build +%configure --with-pic --disable-static +make %{?_smp_mflags} + + +%check +make check + + +%install +make install DESTDIR=%{buildroot} INSTALL="install -p" +rm %{buildroot}%{_libdir}/*.la + + +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + +%files +%doc README +%{_libdir}/*.so.* + + +%files devel +%doc NEWS +%{_libdir}/pkgconfig/*.pc +%{_libdir}/*.so +%{_includedir}/xcb/*.h + + +%changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.3.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jul 22 2012 Fedora Release Engineering - 0.3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu May 17 2012 Thomas Moschny - 0.3.8-1 +- New package.