mharris da1bb51
Summary: X.Org X11 libXinerama runtime library
mharris c228757
Name: libXinerama
0e362e0
Version: 1.1
9c2625e
Release: 2%{?dist}
68e8904
License: MIT
mharris da1bb51
Group: System Environment/Libraries
mharris da1bb51
URL: http://www.x.org
mharris c228757
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
mharris da1bb51
1a9fd58
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
mharris f43c05b
mharris ad88ec7
BuildRequires: pkgconfig
mharris da1bb51
BuildRequires: xorg-x11-proto-devel
mharris da1bb51
BuildRequires: libX11-devel
mharris da1bb51
BuildRequires: libXext-devel
mharris c228757
mharris da1bb51
%description
mharris da1bb51
X.Org X11 libXinerama runtime library
mharris da1bb51
mharris da1bb51
%package devel
mharris da1bb51
Summary: X.Org X11 libXinerama development package
mharris da1bb51
Group: Development/Libraries
mharris f43c05b
Requires: %{name} = %{version}-%{release}
mharris f43c05b
Requires: xorg-x11-proto-devel
mharris da1bb51
mharris da1bb51
%description devel
mharris da1bb51
X.Org X11 libXinerama development package
mharris da1bb51
mharris da1bb51
%prep
mharris c228757
%setup -q
mharris c228757
mharris da1bb51
%build
mharris c228757
15bd1a8
%configure --disable-static
b980323
make %{?_smp_mflags}
mharris da1bb51
mharris da1bb51
%install
mharris da1bb51
rm -rf $RPM_BUILD_ROOT
mharris f43c05b
mharris f43c05b
make install DESTDIR=$RPM_BUILD_ROOT
mharris da1bb51
mharris da1bb51
# We intentionally don't ship *.la files
mharris da1bb51
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
mharris da1bb51
mharris da1bb51
%clean
mharris da1bb51
rm -rf $RPM_BUILD_ROOT
mharris da1bb51
mharris da1bb51
%post -p /sbin/ldconfig
mharris da1bb51
%postun -p /sbin/ldconfig
mharris da1bb51
mharris da1bb51
%files
mharris da1bb51
%defattr(-,root,root,-)
b980323
%doc COPYING ChangeLog
mharris da1bb51
%{_libdir}/libXinerama.so.1
mharris da1bb51
%{_libdir}/libXinerama.so.1.0.0
mharris da1bb51
mharris da1bb51
%files devel
mharris c228757
%defattr(-,root,root,-)
mharris da1bb51
%{_libdir}/libXinerama.so
mharris da1bb51
%{_libdir}/pkgconfig/xinerama.pc
15bd1a8
%{_mandir}/man3/*.3*
11f6dcf
%{_includedir}/X11/extensions/Xinerama.h
11f6dcf
%{_includedir}/X11/extensions/panoramiXext.h
mharris da1bb51
mharris da1bb51
%changelog
9c2625e
* Thu Feb 04 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.1-2
9c2625e
- Remove unnecessary BR on libXau-devel
9c2625e
0e362e0
* Tue Oct 06 2009 Adam Jackson <ajax@redhat.com> 1.1-1
0e362e0
- libXinerama 1.1
0e362e0
11f6dcf
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.0.99.1-1
11f6dcf
- libXinerama 1.0.99.1
11f6dcf
ed30a80
* Mon Aug 03 2009 Adam Jackson <ajax@redhat.com> 1.0.3-6
ed30a80
- Un-require xorg-x11-filesystem
ed30a80
7e4ec82
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-5
7e4ec82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7e4ec82
898b6dc
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-4
898b6dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
898b6dc
b980323
* Sat Feb 21 2009 Adam Jackson <ajax@redhat.com> 1.0.3-3
b980323
- Merge review cleanups. (#226075)
b980323
68e8904
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.0.3-2
68e8904
- Fix license tag.
68e8904
1a9fd58
* Thu Mar 06 2008 Adam Jackson <ajax@redhat.com> 1.0.3-1
1a9fd58
- libXinerama 1.0.3
1a9fd58
c1dfdbc
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.2-4
c1dfdbc
- Autorebuild for GCC 4.3
c1dfdbc
94f4a42
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-3
94f4a42
- Rebuild for build id
94f4a42
150dd55
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.2-2
150dd55
- Don't install INSTALL
150dd55
15bd1a8
* Mon Mar 26 2007 Adam Jackson <ajax@redhat.com> 1.0.2-1
15bd1a8
- libXinerama 1.0.2
15bd1a8
0713a5a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
0713a5a
- rebuild
0713a5a
mharris f43c05b
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
mharris f43c05b
- Replace "makeinstall" with "make install DESTDIR=..."
mharris f43c05b
- Added "Requires: xorg-x11-proto-devel" to devel for xinerama.pc
mharris f43c05b
- Remove package ownership of mandir/libdir/etc.
mharris f43c05b
mharris f43c05b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
9b0088b
- bump again for double-long bug on ppc(64)
9b0088b
mharris f43c05b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
b16e85b
- rebuilt for new gcc4.1 snapshot and glibc changes
b16e85b
mharris 2d622cc
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
mharris 2d622cc
- Updated libXinerama to version 1.0.1 from X11R7.0
mharris 2d622cc
mharris c78a83b
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
mharris c78a83b
- Updated libXinerama to version 1.0.0 from X11R7 RC4
mharris c78a83b
mharris 3d39ace
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
mharris 3d39ace
- Updated libXinerama to version 0.99.2 from X11R7 RC3
mharris 3d39ace
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
mharris 3d39ace
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
mharris 3d39ace
- Removed 'x' suffix from manpage directories to match RC3 upstream.
mharris 3d39ace
mharris ad88ec7
* Tue Nov 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
mharris ad88ec7
- Added "BuildRequires: libXau-devel", as twm fails without it, but does not
mharris ad88ec7
  check for it with ./configure.  Bug (fdo#5065)
mharris ad88ec7
mharris f8c3ad1
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
mharris f8c3ad1
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
mharris f8c3ad1
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
mharris f8c3ad1
mharris a0808d9
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
mharris a0808d9
- Updated libXinerama to version 0.99.1 from X11R7 RC1
mharris a0808d9
mharris c78a83b
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
mharris c228757
- Renamed package to remove xorg-x11 from the name due to unanimous decision
mharris c228757
  between developers.
mharris c228757
- Use Fedora Extras style BuildRoot tag.
mharris c228757
- Disable static library creation by default.
mharris c228757
- Add missing defattr to devel subpackage
mharris c228757
- Add missing documentation files to doc macro
mharris c228757
mharris da1bb51
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
mharris da1bb51
- Renamed package to prepend "xorg-x11" to the name for consistency with
mharris da1bb51
  the rest of the X11R7 packages.
mharris da1bb51
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
mharris da1bb51
  subpackage to ensure the devel package matches the installed shared libs.
mharris da1bb51
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
mharris da1bb51
  allow applications to use implementation agnostic dependencies.
mharris da1bb51
- Added post/postun scripts which call ldconfig.
mharris da1bb51
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
mharris da1bb51
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
mharris da1bb51
mharris da1bb51
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
mharris da1bb51
- Initial build.