Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > c91f178ab0e106720e3903c0c9e63096 > files > 1

fortune-top100-1.0-5mdk.src.rpm

%define base_name	top100
%define name		fortune-%{base_name}
%define version		1.0
%define release		5mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Top 100 things you don't want the sysadmin to say
License:	Public Domain
Group:		Toys
Source:		%{base_name}.tar.bz2
Url:		http://people.redhat.com/andrew/humor/100sys.html
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}
Requires:	fortune-mod

%description
The top 100 things you don't want the sysadmin to say in fortune format.

%prep
%setup -n %{base_name}

%build

%clean 
rm -rf %{buildroot}

%install
install -d -m 755 %{buildroot}%{_gamesdatadir}/fortunes
install -m 644 %{base_name}* %{buildroot}%{_gamesdatadir}/fortunes

%files
%defattr(-,root,root)
%{_gamesdatadir}/fortunes/*

%changelog
* Thu Jul 28 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.0-5mdk 
- spec cleanup

* Wed Jul 21 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.0-4mdk 
- rebuild

* Sat Feb 28 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.0-3mdk
- rebuild

* Sat Jan 04 2003 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.0-2mdk
- rebuild

* Mon Nov 19 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.0-1mdk
- first Mandrake release