68 lines
1.9 KiB
RPMSpec
68 lines
1.9 KiB
RPMSpec
Name: xorg-drv-video-sisusb
|
|
Version: 0.9.7
|
|
Release: 1mamba
|
|
Summary: SIS USB video driver for X.org
|
|
Group: System/X11
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://x.org
|
|
Source0: ftp://x.org/pub/individual/driver/xf86-video-sisusb-%{version}.tar.bz2
|
|
License: MIT
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: xorg-server-devel >= 1.1.0
|
|
BuildRequires: xorg-proto-devel >= %{version}
|
|
BuildRequires: libXvMC-devel >= 1.0.2
|
|
BuildRequires: libXrender >= 0.9.1
|
|
BuildRequires: libXrandr >= 1.1.1
|
|
BuildRequires: libXv >= 1.0.1
|
|
BuildRequires: libXinerama-devel >= 1.0.1
|
|
BuildRequires: libpthread-stubs-devel
|
|
|
|
%description
|
|
SIS USB video driver for X.org.
|
|
|
|
%prep
|
|
%setup -q -n xf86-video-sisusb-%{version}
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/xorg/modules/drivers/sisusb_drv.la
|
|
%{_libdir}/xorg/modules/drivers/sisusb_drv.so
|
|
%{_mandir}/man4/sisusb.4.gz
|
|
|
|
%changelog
|
|
* Mon Apr 10 2017 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.6-3mamba
|
|
- xorg-server 1.12 mass rebuild
|
|
|
|
* Thu Dec 06 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.6-2mamba
|
|
- mass rebuild: xorg-server 1.10 backport from devel-xorg
|
|
|
|
* Thu Aug 09 2012 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 17 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4-3mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Aug 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4-2mamba
|
|
- automatic port from devel
|
|
|
|
* Sat Sep 11 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4-1mamba
|
|
- first build as individual package
|