openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages xorg-drv-video-apm.spec
      Pages: < 1 >  DOWNLOAD      
%define        filename xf86-video-apm
Name:          xorg-drv-video-apm
Version:       1.2.3
Release:       2mamba
Summary:       apm X.Org video driver
Group:         System/X11
Vendor:        openmamba
Distribution:  openmamba
Packager:      Silvan Calarco <silvan.calarco@...>
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
* Fri Aug 12 2011 Silvan Calarco <silvan.calarco@...> 1.2.3-2mamba
- automatic port from devel

* Thu Jul 29 2010 Automatic Build System <autodist@...> 1.2.3-1mamba
- automatic update by autodist

* Sun Nov 22 2009 Silvan Calarco <silvan.calarco@...> 1.2.2-1mamba
- update to 1.2.2

* Sat Jun 06 2009 Ercole 'ercolinux' Carpanetto <ercole69@...> 1.2.1-1mamba
- Package created