xorg-drv-video-apm/xorg-drv-video-apm.spec

82 lines
2.3 KiB
RPMSpec

%define filename xf86-video-apm
Name: xorg-drv-video-apm
Version: 1.2.5
Release: 3mamba
Summary: apm X.Org video driver
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://x.org
Source: ftp://x.org/pub/individual/driver/%{filename}-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libdrm-devel
## AUTOBUILDREQ-END
BuildRequires: xorg-server-devel >= 1.1.0
BuildRequires: xorg-proto-devel
BuildRequires: libXvMC-devel >= 1.0.2
BuildRequires: libXrender >= 0.9.1
BuildRequires: libXrandr >= 1.1.1
BuildRequires: libXv >= 1.0.1
BuildRequires: libdrm-devel >= 2.3.0
BuildRequires: libXinerama-devel >= 1.0.1
BuildRequires: libpthread-stubs-devel
%description
apm X.Org video driver.
%prep
%setup -q -c -a0
%build
cd %{filename}-%{version}
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd %{filename}-%{version}
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/xorg/modules/drivers/apm_drv.la
%{_libdir}/xorg/modules/drivers/apm_drv.so
%{_mandir}/man4/apm.4.gz
%changelog
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.5-3mamba
- xorg-server 1.12 mass rebuild
* Thu Dec 06 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.5-2mamba
- mass rebuild: xorg-server 1.10 backport from devel-xorg
* Sun Aug 12 2012 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
- automatic version update by autodist
* Thu Jun 07 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1mamba
- automatic update by autodist
* Fri Feb 17 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-3mamba
- automatic update by autodist
* Fri Aug 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-2mamba
- automatic port from devel
* Thu Jul 29 2010 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
- automatic update by autodist
* Sun Nov 22 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.2-1mamba
- update to 1.2.2
* Sat Jun 06 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.2.1-1mamba
- Package created