- Merge review cleanups. (#226075)

This commit is contained in:
Adam Jackson 2009-02-21 21:02:35 +00:00
parent 68e8904045
commit b980323e4e

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 libXinerama runtime library
Name: libXinerama
Version: 1.0.3
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
@ -15,8 +15,6 @@ BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXau-devel
Obsoletes: XFree86-libs, xorg-x11-libs
%description
X.Org X11 libXinerama runtime library
@ -25,12 +23,8 @@ Summary: X.Org X11 libXinerama development package
Group: Development/Libraries
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
Requires: %{name} = %{version}-%{release}
# needed by xinerama.pc
Requires: xorg-x11-proto-devel
Obsoletes: XFree86-devel, xorg-x11-devel
%description devel
X.Org X11 libXinerama development package
@ -40,7 +34,7 @@ X.Org X11 libXinerama development package
%build
%configure --disable-static
make
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
@ -58,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README ChangeLog
%doc COPYING ChangeLog
%{_libdir}/libXinerama.so.1
%{_libdir}/libXinerama.so.1.0.0
@ -69,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Sat Feb 21 2009 Adam Jackson <ajax@redhat.com> 1.0.3-3
- Merge review cleanups. (#226075)
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.0.3-2
- Fix license tag.