- Un-require xorg-x11-filesystem
- Remove useless %dir
This commit is contained in:
parent
651c1bc62a
commit
a175c8c81a
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXrandr runtime library
|
||||
Name: libXrandr
|
||||
Version: 1.3.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -20,12 +20,10 @@ X.Org X11 libXrandr runtime library
|
||||
%package devel
|
||||
Summary: X.Org X11 libXrandr development package
|
||||
Group: Development/Libraries
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
Requires: xorg-x11-proto-devel pkgconfig
|
||||
Requires: pkgconfig
|
||||
Requires: pkgconfig(randrproto) >= 1.2.1
|
||||
Requires: pkgconfig(xrender)
|
||||
|
||||
%description devel
|
||||
X.Org X11 libXrandr development package
|
||||
@ -58,8 +56,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/X11
|
||||
%dir %{_includedir}/X11/extensions
|
||||
%{_includedir}/X11/extensions/Xrandr.h
|
||||
%{_libdir}/libXrandr.so
|
||||
%{_libdir}/pkgconfig/xrandr.pc
|
||||
@ -67,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.3.0-2
|
||||
- Un-require xorg-x11-filesystem
|
||||
- Remove useless %%dir
|
||||
|
||||
* Thu Jul 16 2009 Adam Jackson <ajax@redhat.com> 1.3.0-1
|
||||
- libXrandr 1.3.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user