- Un-require xorg-x11-filesystem
- Remove useless %dir
This commit is contained in:
parent
130f8fb9ae
commit
c7dbbc1662
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXdamage runtime library
|
||||
Name: libXdamage
|
||||
Version: 1.1.1
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -11,27 +11,17 @@ Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: libX11-devel
|
||||
# damageproto 1.1. should probably turn those into virtual provides...
|
||||
BuildRequires: xorg-x11-proto-devel >= 7.2-3
|
||||
BuildRequires: pkgconfig(damageproto) >= 1.1.0
|
||||
BuildRequires: libXfixes-devel
|
||||
|
||||
Obsoletes: XFree86-libs, xorg-x11-libs
|
||||
|
||||
%description
|
||||
X.Org X11 libXdamage runtime library
|
||||
|
||||
%package devel
|
||||
Summary: X.Org X11 libXdamage development package
|
||||
Group: Development/Libraries
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
# xdamage.pc Requires: xproto damageproto >= 1.0 xfixes
|
||||
Requires: xorg-x11-proto-devel >= 7.2-3
|
||||
Requires: libXfixes-devel
|
||||
|
||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||
|
||||
%description devel
|
||||
X.Org X11 libXdamage development package
|
||||
|
||||
@ -64,13 +54,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/X11
|
||||
%dir %{_includedir}/X11/extensions
|
||||
%{_includedir}/X11/extensions/Xdamage.h
|
||||
%{_libdir}/libXdamage.so
|
||||
%{_libdir}/pkgconfig/xdamage.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.1.1-7
|
||||
- Un-require xorg-x11-filesystem
|
||||
- Remove useless %%dir
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user