From 0a722b8397dcb56263dca98c8233fad85dd8288c Mon Sep 17 00:00:00 2001 From: mharris Date: Fri, 30 Sep 2005 04:53:20 +0000 Subject: [PATCH] - Add missing documentation to doc macro - Fix spec file project URL --- libdrm.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/libdrm.spec b/libdrm.spec index 6c97b5e..3244231 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -1,10 +1,10 @@ Summary: Digital Rights Managment library Name: libdrm Version: 1.0.3 -Release: 1 +Release: 2 License: MIT/X11 Group: System Environment/Libraries -URL: http://www.x.org +URL: http://dri.sourceforge.net # No .bz2 avail upstream Source0: http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot @@ -12,7 +12,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #BuildRequires: xorg-x11-proto-devel #BuildRequires: xorg-x11-xtrans-devel -#Provides: %{name} Conflicts: XFree86-libs, xorg-x11-libs %description @@ -23,7 +22,6 @@ Summary: libdrm-devel Group: Development/Libraries Requires: %{name} = %{version}-%{release} -#Provides: %{name}-devel Conflicts: XFree86-devel, xorg-x11-devel %description devel @@ -54,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc +%doc README %{_libdir}/libdrm.so.1 %{_libdir}/libdrm.so.1.0.0 @@ -99,5 +97,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libdrm.pc %changelog +* Thu Sep 29 2005 Mike A. Harris 1.0.3-2 +- Add missing documentation to doc macro +- Fix spec file project URL + * Sat Sep 3 2005 Mike A. Harris 1.0.3-1 - Initial build.