|
|
06dc83 |
%global tarball libXv
|
|
|
06dc83 |
#global gitdate 20130524
|
|
|
06dc83 |
%global gitversion 50fc4cb18
|
|
|
06dc83 |
|
|
|
06dc83 |
Summary: X.Org X11 libXv runtime library
|
|
|
06dc83 |
Name: libXv
|
|
|
57faa6 |
Version: 1.0.10
|
|
|
57faa6 |
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
|
|
06dc83 |
License: MIT
|
|
|
06dc83 |
Group: System Environment/Libraries
|
|
|
06dc83 |
URL: http://www.x.org
|
|
|
06dc83 |
|
|
|
06dc83 |
%if 0%{?gitdate}
|
|
|
06dc83 |
Source0: %{tarball}-%{gitdate}.tar.bz2
|
|
|
06dc83 |
Source1: make-git-snapshot.sh
|
|
|
06dc83 |
Source2: commitid
|
|
|
06dc83 |
%else
|
|
|
06dc83 |
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
|
|
06dc83 |
%endif
|
|
|
06dc83 |
|
|
|
06dc83 |
Requires: libX11 >= 1.5.99.902
|
|
|
06dc83 |
|
|
|
06dc83 |
BuildRequires: xorg-x11-util-macros
|
|
|
06dc83 |
BuildRequires: autoconf automake libtool
|
|
|
06dc83 |
BuildRequires: pkgconfig(videoproto) pkgconfig(xext)
|
|
|
06dc83 |
BuildRequires: libX11-devel >= 1.5.99.902
|
|
|
06dc83 |
|
|
|
06dc83 |
%description
|
|
|
06dc83 |
X.Org X11 libXv runtime library
|
|
|
06dc83 |
|
|
|
06dc83 |
%package devel
|
|
|
06dc83 |
Summary: X.Org X11 libXv development package
|
|
|
06dc83 |
Group: Development/Libraries
|
|
|
06dc83 |
Requires: %{name} = %{version}-%{release}
|
|
|
06dc83 |
|
|
|
06dc83 |
%description devel
|
|
|
06dc83 |
X.Org X11 libXv development package
|
|
|
06dc83 |
|
|
|
06dc83 |
%prep
|
|
|
06dc83 |
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
|
|
06dc83 |
|
|
|
06dc83 |
%build
|
|
|
06dc83 |
autoreconf -v --install --force
|
|
|
06dc83 |
%configure --disable-static
|
|
|
06dc83 |
make %{?_smp_mflags}
|
|
|
06dc83 |
|
|
|
06dc83 |
%install
|
|
|
06dc83 |
|
|
|
06dc83 |
rm -rf $RPM_BUILD_ROOT
|
|
|
06dc83 |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
06dc83 |
|
|
|
06dc83 |
# We intentionally don't ship *.la files
|
|
|
06dc83 |
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
06dc83 |
|
|
|
06dc83 |
%clean
|
|
|
06dc83 |
rm -rf $RPM_BUILD_ROOT
|
|
|
06dc83 |
|
|
|
06dc83 |
%post -p /sbin/ldconfig
|
|
|
06dc83 |
%postun -p /sbin/ldconfig
|
|
|
06dc83 |
|
|
|
06dc83 |
%files
|
|
|
06dc83 |
%defattr(-,root,root,-)
|
|
|
06dc83 |
%doc AUTHORS COPYING
|
|
|
06dc83 |
%{_libdir}/libXv.so.1
|
|
|
06dc83 |
%{_libdir}/libXv.so.1.0.0
|
|
|
06dc83 |
|
|
|
06dc83 |
%files devel
|
|
|
06dc83 |
%defattr(-,root,root,-)
|
|
|
06dc83 |
%doc man/xv-library-v2.2.txt
|
|
|
06dc83 |
%{_includedir}/X11/extensions/Xvlib.h
|
|
|
06dc83 |
%{_libdir}/libXv.so
|
|
|
06dc83 |
%{_libdir}/pkgconfig/xv.pc
|
|
|
06dc83 |
#%dir %{_mandir}/man3x
|
|
|
06dc83 |
%{_mandir}/man3/*.3*
|
|
|
06dc83 |
|
|
|
06dc83 |
%changelog
|
|
|
57faa6 |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-2
|
|
|
57faa6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
dd3e86 |
|
|
|
57faa6 |
* Thu Jul 24 2014 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.0.10-1
|
|
|
57faa6 |
- libXv 1.0.10
|
|
|
57faa6 |
|
|
|
57faa6 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-3
|
|
|
57faa6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
57faa6 |
|
|
|
57faa6 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-2
|
|
|
57faa6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
dd3e86 |
|
|
|
06dc83 |
* Wed Jun 26 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.0.9-1
|
|
|
06dc83 |
- libXv 1.0.9
|
|
|
06dc83 |
|
|
|
06dc83 |
* Mon Jun 03 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.0.8-1
|
|
|
06dc83 |
- libXv 1.0.8
|
|
|
06dc83 |
|
|
|
06dc83 |
* Mon May 27 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.7-6.20130524git50fc4cb18
|
|
|
06dc83 |
- Require libX11 1.6RC2 for _XEatDataWords
|
|
|
06dc83 |
|
|
|
06dc83 |
* Fri May 24 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.0.7-5.20130524git50fc4cb18
|
|
|
06dc83 |
- Update to git snapshot to fix the CVEs listed below:
|
|
|
06dc83 |
- CVE-2013-1989
|
|
|
06dc83 |
- CVE-2013-2066
|
|
|
06dc83 |
|
|
|
06dc83 |
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.7-4
|
|
|
06dc83 |
- autoreconf for aarch64
|
|
|
06dc83 |
|
|
|
06dc83 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-3
|
|
|
06dc83 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
06dc83 |
|
|
|
06dc83 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-2
|
|
|
06dc83 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
06dc83 |
|
|
|
06dc83 |
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 1.0.7-1
|
|
|
06dc83 |
- libXv 1.0.7
|
|
|
06dc83 |
|
|
|
06dc83 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-3
|
|
|
06dc83 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
06dc83 |
|
|
|
06dc83 |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-2
|
|
|
06dc83 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
06dc83 |
|
|
|
06dc83 |
* Mon Nov 08 2010 Adam Jackson <ajax@redhat.com> 1.0.6-1
|
|
|
06dc83 |
- libXv 1.0.6
|
|
|
06dc83 |
|
|
|
06dc83 |
* Wed Oct 07 2009 Adam Jackson <ajax@redhat.com> 1.0.5-1
|
|
|
06dc83 |
- libXv 1.0.5
|
|
|
06dc83 |
|
|
|
06dc83 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
|
|
|
06dc83 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
06dc83 |
|
|
|
06dc83 |
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.0.4-3
|
|
|
06dc83 |
- Un-require xorg-x11-filesystem
|
|
|
06dc83 |
- Remove useless %%dir
|
|
|
06dc83 |
|
|
|
06dc83 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-2
|
|
|
06dc83 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
06dc83 |
|
|
|
06dc83 |
* Thu Sep 04 2008 Adam Jackson <ajax@redhat.com> 1.0.4-1
|
|
|
06dc83 |
- libXv 1.0.4
|
|
|
06dc83 |
|
|
|
06dc83 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.3-5
|
|
|
06dc83 |
- Autorebuild for GCC 4.3
|
|
|
06dc83 |
|
|
|
06dc83 |
* Tue Jan 15 2008 parag <paragn@fedoraproject.org> - 1.0.3-4
|
|
|
06dc83 |
- Merge-Review #226093
|
|
|
06dc83 |
- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes
|
|
|
06dc83 |
- Removed BR:pkgconfig
|
|
|
06dc83 |
- Removed zero-length README file
|
|
|
06dc83 |
|
|
|
06dc83 |
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.3-3
|
|
|
06dc83 |
- Rebuild for build id
|
|
|
06dc83 |
|
|
|
06dc83 |
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
|
|
|
06dc83 |
- Don't install INSTALL
|
|
|
06dc83 |
|
|
|
06dc83 |
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
|
|
|
06dc83 |
- Update to 1.0.3
|
|
|
06dc83 |
|
|
|
06dc83 |
* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.2-1.fc7
|
|
|
06dc83 |
- Update to 1.0.2
|
|
|
06dc83 |
|
|
|
06dc83 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-4.1
|
|
|
06dc83 |
- rebuild
|
|
|
06dc83 |
|
|
|
06dc83 |
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
|
|
|
06dc83 |
- Added "Requires: xorg-x11-proto-devel" to devel package for xv.pc
|
|
|
06dc83 |
|
|
|
06dc83 |
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
|
|
|
06dc83 |
- Added "BuildRequires: pkgconfig" for (#193505)
|
|
|
06dc83 |
- Replace "makeinstall" with "make install DESTDIR=..."
|
|
|
06dc83 |
- Remove package ownership of mandir/libdir/etc.
|
|
|
06dc83 |
|
|
|
06dc83 |
* Fri May 26 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
|
|
06dc83 |
- Added "Requires: libXext-devel" to libXv-devel subpackage, to avoid all
|
|
|
06dc83 |
packages that depend on libXv-devel from having to manually specify that
|
|
|
06dc83 |
dependency themselves, as it is required by Xv. (#192167)
|
|
|
06dc83 |
|
|
|
06dc83 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
|
|
|
06dc83 |
- bump again for double-long bug on ppc(64)
|
|
|
06dc83 |
|
|
|
06dc83 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
|
|
|
06dc83 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
06dc83 |
|
|
|
06dc83 |
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
|
|
|
06dc83 |
- Updated libXv to version 1.0.1 from X11R7.0
|
|
|
06dc83 |
|
|
|
06dc83 |
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
|
|
|
06dc83 |
- Updated libXv to version 0.99.2 from X11R7 RC3
|
|
|
06dc83 |
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
|
|
|
06dc83 |
that /usr/lib/X11 and /usr/include/X11 pre-exist.
|
|
|
06dc83 |
- Removed 'x' suffix from manpage directories to match RC3 upstream.
|
|
|
06dc83 |
|
|
|
06dc83 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
06dc83 |
- rebuilt
|
|
|
06dc83 |
|
|
|
06dc83 |
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
|
|
|
06dc83 |
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
|
|
|
06dc83 |
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
|
|
|
06dc83 |
|
|
|
06dc83 |
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
|
|
06dc83 |
- Updated libXv to version 0.99.1 from X11R7 RC1
|
|
|
06dc83 |
- Updated file manifest to find manpages in "man3x"
|
|
|
06dc83 |
|
|
|
06dc83 |
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
|
|
|
06dc83 |
- Renamed package to remove xorg-x11 from the name due to unanimous decision
|
|
|
06dc83 |
between developers.
|
|
|
06dc83 |
- Use Fedora Extras style BuildRoot tag.
|
|
|
06dc83 |
- Disable static library creation by default.
|
|
|
06dc83 |
- Add missing defattr to devel subpackage
|
|
|
06dc83 |
- Add missing documentation files to doc macro
|
|
|
06dc83 |
|
|
|
06dc83 |
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
|
|
|
06dc83 |
- Renamed package to prepend "xorg-x11" to the name for consistency with
|
|
|
06dc83 |
the rest of the X11R7 packages.
|
|
|
06dc83 |
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
|
|
|
06dc83 |
subpackage to ensure the devel package matches the installed shared libs.
|
|
|
06dc83 |
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
|
|
|
06dc83 |
allow applications to use implementation agnostic dependencies.
|
|
|
06dc83 |
- Added post/postun scripts which call ldconfig.
|
|
|
06dc83 |
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
|
|
|
06dc83 |
and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
|
|
|
06dc83 |
|
|
|
06dc83 |
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
|
|
|
06dc83 |
- Initial build.
|