auto-import libXinerama-1.0.2-1.fc7 on branch devel from
libXinerama-1.0.2-1.fc7.src.rpm
This commit is contained in:
parent
0713a5ab66
commit
15bd1a8d7b
@ -1 +1 @@
|
||||
libXinerama-1.0.1.tar.bz2
|
||||
libXinerama-1.0.2.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXinerama runtime library
|
||||
Name: libXinerama
|
||||
Version: 1.0.1
|
||||
Release: 2.1
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -37,15 +37,9 @@ X.Org X11 libXinerama development package
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Disable static library creation by default.
|
||||
%define with_static 0
|
||||
|
||||
%build
|
||||
|
||||
%configure \
|
||||
%if ! %{with_static}
|
||||
--disable-static
|
||||
%endif
|
||||
%configure --disable-static
|
||||
make
|
||||
|
||||
%install
|
||||
@ -70,13 +64,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%if %{with_static}
|
||||
%{_libdir}/libXinerama.a
|
||||
%endif
|
||||
%{_libdir}/libXinerama.so
|
||||
%{_libdir}/pkgconfig/xinerama.pc
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 26 2007 Adam Jackson <ajax@redhat.com> 1.0.2-1
|
||||
- libXinerama 1.0.2
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user