diff --git a/libXcursor.spec b/libXcursor.spec index c0ce054..af7445d 100644 --- a/libXcursor.spec +++ b/libXcursor.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXcursor runtime library Name: libXcursor Version: 1.1.9 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -25,15 +25,9 @@ X.Org X11 libXcursor runtime library %package devel Summary: X.Org X11 libXcursor development package Group: Development/Libraries -Requires(pre): xorg-x11-filesystem >= 0.99.2-3 Requires: %{name} = %{version}-%{release} Requires: pkgconfig -# xorg-x11-proto-devel os needed by xcursor.pc -Requires: xorg-x11-proto-devel - -Obsoletes: XFree86-devel, xorg-x11-devel - %description devel X.Org X11 libXcursor development package @@ -78,7 +72,6 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%dir %{_includedir}/X11 %dir %{_includedir}/X11/Xcursor %{_includedir}/X11/Xcursor/Xcursor.h %if %{with_static} @@ -90,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xcursor*.3* %changelog +* Thu Jul 23 2009 Adam Jackson 1.1.9-5 +- Un-require xorg-x11-filesystem +- Remove useless %%dir + * Wed Feb 25 2009 Fedora Release Engineering - 1.1.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild