Sophie

Sophie

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

kgeography-0.3-1mdk.src.rpm

%define __libtoolize    /bin/true

Name:           kgeography
Summary:        KGeography is a geography learning tool
Version:        0.3
Release:        1mdk
Source:         %{name}-%{version}.tar.bz2
URL:           	http://kgeography.berlios.de/ 
Group:		Graphical desktop/KDE
BuildRoot:      %_tmppath/%name-buildroot
License:		GPL
BuildRequires:	XFree86-devel
BuildRequires:	kdelibs-devel
BuildRequires:	libart_lgpl2-devel
BuildRequires:	arts-devel
BuildRequires:	png-devel
BuildRequires:	jpeg-devel
BuildRequires:	fam-devel
Requires:       kdebase >= 3.0.2


%description
KGeography is a geography learning tool.
 Right now it has three usage modes: 
 - Browse the maps clicking in a map division to see it's name
 - The game tells you a map division name and you have to click on it
 - The game shows you a map division flag and you have to guess its name
 
 Current avalilable maps are: 
 - Africa
 - Europe
 - Spain automomies

%prep
rm -rf $RPM_BUILD_ROOT 

%setup -q


%configure --disable-rpath

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall


#Menu


install -d $RPM_BUILD_ROOT%{_menudir}
kdedesktop2mdkmenu.pl %{name} "More applications/Education" $RPM_BUILD_ROOT%{_datadir}/applications/kde/kgeography.desktop $RPM_BUILD_ROOT%{_menudir}/%{name}

%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%post
%{update_menus}

%postun
%{clean_menus}

%files -f %name.lang
%defattr(-,root,root,0755)

%_bindir/kgeography
%_menudir/kgeography
%_datadir/applications/kde/kgeography.desktop

%dir %_datadir/apps/kgeography/
%_datadir/apps/kgeography/*.kgm
%_datadir/apps/kgeography/*.png
%dir %_datadir/apps/kgeography/flags/
%_datadir/apps/kgeography/flags/*.png

%dir %_datadir/apps/kgeography/
%_datadir/apps/kgeography/kgeographyui.rc

%dir %_datadir/config.kcfg/
%_datadir/config.kcfg/kgeography.kcfg

%_datadir/icons/crystalsvg/128x128/apps/kgeography.png
%_datadir/icons/crystalsvg/16x16/apps/kgeography.png
%_datadir/icons/crystalsvg/32x32/apps/kgeography.png
%_datadir/icons/crystalsvg/48x48/apps/kgeography.png
%_datadir/icons/crystalsvg/64x64/apps/kgeography.png


%changelog
* Tue Dec 28 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 0.3-1mdk
- 0.3

* Tue Jul 27 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 0.2-1mdk
- 0.2

* Tue Jun 15 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 0.1-3mdk
- Fix URL

* Fri Jun 04 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 0.1-2mdk
- Rebuild

* Tue May 04 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 0.1-1mdk
- First package