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