From 775137393bd6194c1f773c548016abe46e39bd6b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:43:09 +0100 Subject: [PATCH] automatic update by autodist [release 1.0.10-1mamba;Mon Sep 09 2013] --- README.md | 2 ++ libXv.spec | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 libXv.spec diff --git a/README.md b/README.md index 23e8d99..6165e1a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libXv +X.Org Xv library. + diff --git a/libXv.spec b/libXv.spec new file mode 100644 index 0000000..1f69004 --- /dev/null +++ b/libXv.spec @@ -0,0 +1,94 @@ +Name: libXv +Version: 1.0.10 +Release: 1mamba +Summary: X.Org Xv library +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://x.org +Source: ftp://ftp.freedesktop.org/pub/individual/lib/libXv-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXext-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Obsoletes: libXorg + +%description +X.Org Xv library. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Obsoletes: libXorg-devel + +%description devel +X.Org Xv library. + +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/libXv.so.* +%doc COPYING ChangeLog + +%files devel +%defattr(-,root,root) +%{_includedir}/X11/extensions/Xvlib.h +%{_libdir}/libXv.a +%{_libdir}/libXv.la +%{_libdir}/libXv.so +%{_mandir}/man3/* +%{_libdir}/pkgconfig/*.pc + +%changelog +* Mon Sep 09 2013 Automatic Build System 1.0.10-1mamba +- automatic update by autodist + +* Sun Jun 23 2013 Automatic Build System 1.0.9-1mamba +- automatic version update by autodist + +* Wed Jun 05 2013 Automatic Build System 1.0.8-1mamba +- automatic version update by autodist + +* Tue Mar 13 2012 Automatic Build System 1.0.7-1mamba +- automatic version update by autodist + +* Tue Nov 09 2010 Automatic Build System 1.0.6-1mamba +- automatic update by autodist + +* Sun Aug 15 2010 Silvan Calarco 1.0.5-2mamba +- rebuilt to add pkgconfig provides + +* Fri Oct 09 2009 Automatic Build System 1.0.5-1mamba +- automatic update by autodist + +* Mon Jan 12 2009 Silvan Calarco 1.0.4-1mamba +- automatic update by autodist + +* Thu Mar 13 2008 Silvan Calarco 1.0.3-2mamba +- specfile updates + +* Wed Feb 07 2007 Silvan Calarco 1.0.3-1qilnx +- update to version 1.0.3 by autospec + +* Tue Dec 19 2006 Silvan Calarco 1.0.1-1qilnx +- package created by autospec