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
|
Summary: X.Org X11 libXinerama runtime library
|
||||||
Name: libXinerama
|
Name: libXinerama
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 2.1
|
Release: 1%{?dist}
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -37,15 +37,9 @@ X.Org X11 libXinerama 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
|
||||||
@ -70,13 +64,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%if %{with_static}
|
|
||||||
%{_libdir}/libXinerama.a
|
|
||||||
%endif
|
|
||||||
%{_libdir}/libXinerama.so
|
%{_libdir}/libXinerama.so
|
||||||
%{_libdir}/pkgconfig/xinerama.pc
|
%{_libdir}/pkgconfig/xinerama.pc
|
||||||
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user