102 lines
2.6 KiB
RPMSpec
102 lines
2.6 KiB
RPMSpec
Name: libXvMC
|
|
Version: 1.0.12
|
|
Release: 1mamba
|
|
Summary: X.Org XvMC library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://x.org
|
|
Source: ftp://ftp.freedesktop.org/pub/individual/lib/libXvMC-%{version}.tar.bz2
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: ldconfig
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXau-devel
|
|
BuildRequires: libXdmcp-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXv-devel
|
|
BuildRequires: libbsd-devel
|
|
BuildRequires: libxcb-devel
|
|
BuildRequires: xorgproto-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
X.Org XvMC library.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
X.Org XvMC library.
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libXvMC.so.*
|
|
%{_libdir}/libXvMCW.so.*
|
|
%doc COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/X11/extensions/XvMClib.h
|
|
%{_includedir}/X11/extensions/vldXvMC.h
|
|
%{_libdir}/libXvMC.a
|
|
%{_libdir}/libXvMC.la
|
|
%{_libdir}/libXvMC.so
|
|
%{_libdir}/libXvMCW.a
|
|
%{_libdir}/libXvMCW.la
|
|
%{_libdir}/libXvMCW.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_docdir}/libXvMC/XvMC_API.txt
|
|
%doc ChangeLog
|
|
|
|
%changelog
|
|
* Mon Oct 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.12-1mamba
|
|
- update to 1.0.12
|
|
|
|
* Thu Mar 26 2015 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Jun 17 2013 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 12 2012 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 15 2010 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Oct 13 2009 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Mar 13 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-2mamba
|
|
- specfile updates
|
|
|
|
* Wed Feb 07 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1qilnx
|
|
- update to version 1.0.4 by autospec
|
|
|
|
* Tue Dec 19 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1qilnx
|
|
- package created by autospec
|