- libXxf86vm 1.1.0
This commit is contained in:
parent
da246ba8db
commit
b80d21086b
@ -1 +1 @@
|
|||||||
libXxf86vm-1.0.99.1.tar.bz2
|
libXxf86vm-1.1.0.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: X.Org X11 libXxf86vm runtime library
|
Summary: X.Org X11 libXxf86vm runtime library
|
||||||
Name: libXxf86vm
|
Name: libXxf86vm
|
||||||
Version: 1.0.99.1
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -9,10 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig(xext) pkgconfig(xf86vidmodeproto)
|
||||||
BuildRequires: xorg-x11-proto-devel
|
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXext-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 libXxf86vm runtime library
|
X.Org X11 libXxf86vm runtime library
|
||||||
@ -28,14 +25,8 @@ X.Org X11 libXxf86vm development package
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# Disable static library creation by default.
|
|
||||||
%define with_static 0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure --disable-static
|
||||||
%if ! %{with_static}
|
|
||||||
--disable-static
|
|
||||||
%endif
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -61,9 +52,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%if %{with_static}
|
|
||||||
%{_libdir}/libXxf86vm.a
|
|
||||||
%endif
|
|
||||||
%{_libdir}/libXxf86vm.so
|
%{_libdir}/libXxf86vm.so
|
||||||
%{_libdir}/pkgconfig/xxf86vm.pc
|
%{_libdir}/pkgconfig/xxf86vm.pc
|
||||||
#%dir %{_mandir}/man3x
|
#%dir %{_mandir}/man3x
|
||||||
@ -71,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/X11/extensions/xf86vmode.h
|
%{_includedir}/X11/extensions/xf86vmode.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 07 2009 Adam Jackson <ajax@redhat.com> 1.1.0-1
|
||||||
|
- libXxf86vm 1.1.0
|
||||||
|
|
||||||
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.0.99.1-1
|
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.0.99.1-1
|
||||||
- libXxf86vm 1.0.99.1
|
- libXxf86vm 1.0.99.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user