Author: adamwill
Update of /cvs/nonfree/rpms/libdrm-poulsbo/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23133
Modified Files:
libdrm-poulsbo.spec
Added Files:
filter-provides.sh
Log Message:
* Thu Jul 15 2010 Adam Williamson <adamwill AT shaw DOT ca> 2.3.0-11
- don't provide libdrm.so.2 (#1186)
--- NEW FILE filter-provides.sh ---
#!/bin/sh
if [ -x /usr/lib/rpm/redhat/find-provides ]; then
FINDPROV=/usr/lib/rpm/redhat/find-provides
else
FINDPROV=/usr/lib/rpm/find-provides
fi
$FINDPROV $* | sed -e '/libdrm.so.2/d'
Index: libdrm-poulsbo.spec
===================================================================
RCS file: /cvs/nonfree/rpms/libdrm-poulsbo/F-11/libdrm-poulsbo.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libdrm-poulsbo.spec 30 Sep 2009 15:29:05 -0000 1.2
+++ libdrm-poulsbo.spec 15 Jul 2010 20:21:42 -0000 1.3
@@ -3,7 +3,7 @@
Summary: Direct Rendering Manager runtime library (for Poulsbo)
Name: libdrm-poulsbo
Version: 2.3.0
-Release: 10%{?dist}
+Release: 11%{?dist}
License: MIT
Group: System Environment/Libraries
URL:
http://ppa.launchpad.net/ubuntu-mobile/ubuntu/pool/main/libd/libdrm-poulsbo/
@@ -13,6 +13,9 @@
Source2: psb_drv.h
Source3: psb_reg.h
Source4: psb_schedule.h
+# Don't provide libdrm.so.2 (#1186)
+Source5: filter-provides.sh
+%global __find_provides %{SOURCE5}
Patch0: libdrm-poulsbo_configure_debian.patch
Patch1: libdrm-poulsbo_headers_debian.patch
Patch2: libdrm-poulsbo-relocate_headers.patch
@@ -128,6 +131,9 @@
%{_libdir}/pkgconfig/libdrm-poulsbo.pc
%changelog
+* Thu Jul 15 2010 Adam Williamson <adamwill AT shaw DOT ca> 2.3.0-11
+- don't provide libdrm.so.2 (#1186)
+
* Wed Sep 30 2009 Adam Williamson <adamwill AT shaw DOT ca> 2.3.0-10
- change my email address in changelog to correct one for Fusion