Name: linux_logo
Summary: The linux logo - a colorful console penguin logo
Version: 5.10
Release: 1
License: GPL
Group: Applications/System
URL: http://www.deater.net/weave/vmwprod/linux_logo/
Description: Linux logo creates a colorful penguin logo on the console.
The build was not successful.
The build was not successful.
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: matthias
Summary: The linux logo - a colorful console penguin logo
Name: linux_logo
Version: 5.10
Release: 1%{?dist}
License: GPL
Group: Applications/System
URL: http://www.deater.net/weave/vmwprod/linux_logo/
Source: http://www.deater.net/weave/vmwprod/linux_logo/linux_logo-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gettext
%description
Linux logo creates a colorful penguin logo on the console.
%prep
%setup
%build
for logo in ./logos/*.logo ./logos/*/*.logo; do
echo "$logo" >> logo_config
done
%configure
# C_OPTS is used by linux_logo.c and C_FLAGS by libsysinfo
%{__make} %{?_smp_mflags} \
C_OPTS="%{optflags} -I./\$(LIBSYSINFO)" \
C_FLAGS="%{optflags} -I.. -I. -I../include" PREFIX=%{_prefix}
%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}{%{_bindir},%{_mandir}/man1}
%{__make} install \
INSTALL_BINPATH=%{buildroot}%{_bindir} \
INSTALL_MANPATH=%{buildroot}%{_mandir} \
INSTALLDIR=%{buildroot}%{_datadir}/locale \
PREFIX=%{buildroot}%{_prefix}
%find_lang %{name}
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc CHANGES COPYING LINUX_LOGO.FAQ README* TODO USAGE
%doc %{_mandir}/man1/linux_logo.1*
%{_bindir}/linux_logo
%changelog
* Tue Jun 01 2010 Dag Wieers <dag@wieers.com> - 5.10-1
- Updated to release 5.10.
* Sun Feb 17 2008 Dries Verachtert <dries@ulyssis.org> - 5.03-1
- Updated to release 5.03.
* Mon May 2 2005 Matthias Saou <http://freshrpms.net/> 4.12-1
- Update to 4.12.
* Sat Apr 30 2005 Matthias Saou <http://freshrpms.net/> 4.11-1
- Update to 4.11.
* Sat Apr 2 2005 Matthias Saou <http://freshrpms.net/> 4.10-0
- Update to 4.10.
- Get optflags also used during the compilation of libsysinfo.
* Mon May 17 2004 Matthias Saou <http://freshrpms.net/> 4.09-1
- Update to 4.09.
- Re-enabled all logos, they build fine again.
* Fri Dec 12 2003 Matthias Saou <http://freshrpms.net/> 4.07-3
- Disabled many of the logos as they prevent building :-(
- Rebuild for Fedora Core 1.
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat Linux 9.
* Wed Jan 29 2003 Matthias Saou <http://freshrpms.net/>
- Update to 4.07.
* Sat Sep 28 2002 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat Linux 8.0.
* Thu Sep 26 2002 Matthias Saou <http://freshrpms.net/>
- Update to 4.05.
* Thu May 2 2002 Matthias Saou <http://freshrpms.net/>
- Update to 4.02.
- Rebuilt against Red Hat Linux 7.3.
- Added the %{?_smp_mflags} expansion.
* Thu Feb 21 2002 Matthias Saou <http://freshrpms.net/>
- Update to 4.0.
- Included all the existing logos, it's more fun :-)
* Wed Jan 9 2002 Matthias Saou <http://freshrpms.net/>
- Update to 3.9b5.
- Added the Red Hat banner (yes, this is an rpm ;-)).
* Thu Apr 26 2001 Matthias Saou <http://freshrpms.net/>
- Update to 3.9b3 and rebuilt for Red Hat 7.1.
* Mon Nov 20 2000 Tim Powers <timp@redhat.com>
- rebuilt to fix bad dir perms
* Fri Nov 10 2000 Than Ngo <than@redhat.com>
- update to 3.9b1
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
- rebuilt
* Wed Jul 12 2000 Than Ngo <than@redhat.de>
- use RPM macros
* Mon Jul 03 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Sat May 27 2000 Ngo Than <than@redhat.de>
- update to 3.05 for 7.0
- cleanup specfile
- use RPM_OPT_FLAGS
* Thu Nov 18 1999 Ngo Than <than@redhat.de>
- initial RPM