Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > a19fa8f6b70ac9a206c91c6bd6d94b4b > files > 2

SVG-cards-1.1-1mdk.src.rpm

%define name SVG-cards
%define version 1.1
%define release 1mdk
 
Summary: A set of playing cards in SVG
Name: %name
Version: %version
Release: %release
Group: Games/Cards
License: LGPL
Url:	 http://david.bellot.free.fr/files/
Source: http://david.bellot.free.fr/files/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot
Buildarch: noarch

%description
This is a set of playing cards made in pure SVG with all kings,
queens, jacks, numbers, jokers and backs of cards.

%prep
%setup -q

%build
echo "Ready to use"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%name
install svg/*.svg $RPM_BUILD_ROOT/%{_datadir}/%name

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS Changelog NEWS README
%_datadir/SVG-cards

%changelog
* Mon Jun 21 2004 Götz Waschk <waschk@linux-mandrake.com> 1.1-1mdk
- spec fixes
- add source URL
- New release 1.1

* Thu Jun 17 2004 Erwan Velu <erwan@mandrakesoft.com> 1.0-1mdk
- Initial mdk release
- Cleaning specfile
- Bzip2
* Tue Jun 15 2004 David Bellot <bellot@stat.berkeley.edu> 
  - First public release