automatic version update by autodist [release 1.0.8-1mamba;Mon Jun 17 2013]
This commit is contained in:
parent
f95ca38607
commit
61755c060b
87
libXvMC.spec
Normal file
87
libXvMC.spec
Normal file
@ -0,0 +1,87 @@
|
||||
Name: libXvMC
|
||||
Version: 1.0.8
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXv-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Obsoletes: libXorg
|
||||
|
||||
%description
|
||||
X.Org XvMC library.
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libXorg-devel
|
||||
|
||||
%description devel
|
||||
X.Org XvMC 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}/libXvMC.so.*
|
||||
%{_libdir}/libXvMCW.so.*
|
||||
%doc COPYING ChangeLog
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/X11/extensions/XvMClib.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
|
||||
|
||||
%changelog
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user