From 6074bd386de848e4404af7acf2d9f893b216834c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:46:49 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.5-1mamba;Wed Jan 16 2013] --- README.md | 2 ++ beforelight.spec | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 beforelight.spec diff --git a/README.md b/README.md index 01cac8e..580f1aa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # beforelight +The beforelight program is a sample implementation of a screen saver for X servers supporting the MIT-SCREEN-SAVER extension. + diff --git a/beforelight.spec b/beforelight.spec new file mode 100644 index 0000000..a746c76 --- /dev/null +++ b/beforelight.spec @@ -0,0 +1,58 @@ +Name: beforelight +Version: 1.0.5 +Release: 1mamba +Summary: The beforelight program is a sample implementation of a screen saver for X servers supporting the MIT-SCREEN-SAVER extension. +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/beforelight-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libICE-devel +BuildRequires: libSM-devel +BuildRequires: libX11-devel +BuildRequires: libXaw-devel +BuildRequires: libXmu-devel +BuildRequires: libXScrnSaver-devel +BuildRequires: libXt-devel +## AUTOBUILDREQ-END + +%description +The beforelight program is a sample implementation of a screen saver for X servers supporting the MIT-SCREEN-SAVER extension. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/beforelight +%{_datadir}/X11/app-defaults/Beforelight +%{_mandir}/man1/beforelight.1.gz + +%doc COPYING ChangeLog + +%changelog +* Wed Jan 16 2013 Automatic Build System 1.0.5-1mamba +- automatic version update by autodist + +* Mon Nov 01 2010 Automatic Build System 1.0.4-1mamba +- automatic update by autodist + +* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto 1.0.3-1mamba +- package created by autospec