From 6a817b798f5edd61c1e27b24700d6a60368c93f2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:49:43 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.4-1mamba;Tue Jan 22 2013] --- README.md | 2 ++ ico.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 ico.spec diff --git a/README.md b/README.md index fed5103..e1d6c8c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # ico +Ico displays a wire-frame rotating polyhedron, with hidden lines removed, or a solid-fill polyhedron with hidden faces removed. There are a number of different polyhedra available; adding a new polyhedron to the program is quite simple. + diff --git a/ico.spec b/ico.spec new file mode 100644 index 0000000..cd0750a --- /dev/null +++ b/ico.spec @@ -0,0 +1,50 @@ +Name: ico +Version: 1.0.4 +Release: 1mamba +Summary: ico - animate an icosahedron or other polyhedron +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/ico-%{version}.tar.gz +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +## AUTOBUILDREQ-END + +%description +Ico displays a wire-frame rotating polyhedron, with hidden lines removed, or a solid-fill polyhedron with hidden faces removed. There are a number of different polyhedra available; adding a new polyhedron to the program is quite simple. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/ico +%{_mandir}/man1/ico.1.gz +%doc COPYING ChangeLog + +%changelog +* Tue Jan 22 2013 Automatic Build System 1.0.4-1mamba +- automatic version update by autodist + +* Sun Oct 31 2010 Automatic Build System 1.0.3-1mamba +- automatic update by autodist + +* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto 1.0.2-1mamba +- package created by autospec