From b5019af08df2cb4e7d7686921801844345245871 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:47:56 +0100 Subject: [PATCH] xorg-server 1.12 mass rebuild [release 1.2.5-3mamba;Tue Mar 05 2013] --- README.md | 2 + xorg-drv-video-apm.spec | 81 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 xorg-drv-video-apm.spec diff --git a/README.md b/README.md index 0f61a5d..0b4293c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xorg-drv-video-apm +apm X.Org video driver. + diff --git a/xorg-drv-video-apm.spec b/xorg-drv-video-apm.spec new file mode 100644 index 0000000..d78dc52 --- /dev/null +++ b/xorg-drv-video-apm.spec @@ -0,0 +1,81 @@ +%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 +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 1.2.5-3mamba +- xorg-server 1.12 mass rebuild + +* Thu Dec 06 2012 Silvan Calarco 1.2.5-2mamba +- mass rebuild: xorg-server 1.10 backport from devel-xorg + +* Sun Aug 12 2012 Automatic Build System 1.2.5-1mamba +- automatic version update by autodist + +* Thu Jun 07 2012 Silvan Calarco 1.2.4-1mamba +- automatic update by autodist + +* Fri Feb 17 2012 Silvan Calarco 1.2.3-3mamba +- automatic update by autodist + +* Fri Aug 12 2011 Silvan Calarco 1.2.3-2mamba +- automatic port from devel + +* Thu Jul 29 2010 Automatic Build System 1.2.3-1mamba +- automatic update by autodist + +* Sun Nov 22 2009 Silvan Calarco 1.2.2-1mamba +- update to 1.2.2 + +* Sat Jun 06 2009 Ercole 'ercolinux' Carpanetto 1.2.1-1mamba +- Package created +