automatic version update by autodist [release 1.0.4-1mamba;Tue Jan 22 2013]

This commit is contained in:
Automatic Build System 2024-01-05 23:49:43 +01:00
parent 3c9056689f
commit 6a817b798f
2 changed files with 52 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# ico # 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.

50
ico.spec Normal file
View File

@ -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 <ercole69@gmail.com>
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 <autodist@mambasoft.it> 1.0.4-1mamba
- automatic version update by autodist
* Sun Oct 31 2010 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
- automatic update by autodist
* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.2-1mamba
- package created by autospec