1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Summary: Gnome KiSS viewer
Name: gnomekiss
Version: 2.0
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Amusements/Games
BuildRoot: %{_builddir}/%{name}-root
%description
GnomeKiSS is a viewer for all KiSS paper dolls. Cherry KiSS and Enhanced
Palette are supported, with full alpha transparency and FKiSS.
%prep
%setup -q
%build
%configure
make %{_smp_mflags}
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%find_lang %{name}
%clean
rm -rf %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/gnomekiss
/usr/share/applications/gnomekiss.desktop
/usr/share/pixmaps/gnomekiss/gnome-kiss.png
/usr/share/pixmaps/gnomekiss/besito_sinfondo.png
%{_mandir}/man1/*
%doc COPYING doc/COMPATIBILITY AUTHORS README NEWS ChangeLog
|