]> git.pld-linux.org Git - packages/boson.git/commitdiff
- unified Source0 URL, standard KDE updates
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Jul 2004 21:07:46 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boson.spec -> 1.43

boson.spec

index d128d46feb264b9ae04772098c2ed66648a4b33d..d57134b5ef413667da6209d2dd6fbb4494d3c050 100644 (file)
@@ -5,7 +5,7 @@ Version:        0.10
 Release:       0.1
 License:       GPL
 Group:         X11/Applications/Games
-Source0:       http://dl.sourceforge.net/sourceforge/%{name}/%{name}-all-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/boson/%{name}-all-%{version}.tar.bz2
 # Source0-md5: e54b1a3f1f140412597d4df296522bde
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-python.patch
@@ -15,11 +15,10 @@ BuildRequires:      arts-devel
 BuildRequires: kdegames-devel >= 3.0.3
 BuildRequires: kdelibs-devel >= 3.0.3
 BuildRequires: lib3ds-devel
+BuildRequires: rpmbuild(macros) >= 1.129
 Requires:      arts-X11
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _htmldir        %{_docdir}/kde/HTML
-
 %description
 Boson is a real-time strategy game, like Command&Conquer(tm) or
 StarCraft(tm). It is designed to run on Unix (Linux) computers and
@@ -41,11 +40,8 @@ jeszcze w niego gra
 %patch1 -p1
 
 %build
-kde_icondir=%{_pixmapsdir}; export kde_icondir
-kde_htmldir=%{_htmldir}; export kde_htmldir
+kde_htmldir=%{_kdedocdir}; export kde_htmldir
 %configure \
-       --host=%{_host}\
-       --target=%{_target_platform} \
        --disable-rpath \
        --enable-final
 
@@ -66,8 +62,8 @@ rm -rf $RPM_BUILD_ROOT
 ## install textures and resources files :
 #install -d $RPM_BUILD_ROOT%{_datadir}/apps
 
-mv -f $RPM_BUILD_ROOT%{_applnkdir}/Games/{TacticStrategy,Strategy}
-mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/{hicolor/48x48/apps/,}boson.png
+mv -f $RPM_BUILD_ROOT%{_datadir}/applnk/Games/TacticStrategy \
+       $RPM_BUILD_ROOT%{_desktopdir}
 
 %find_lang %{name} --with-kde
 
@@ -78,6 +74,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/*
-%{_applnkdir}/Games/Strategy/*.desktop
 %{_datadir}/apps/boson
-%{_pixmapsdir}/boson.png
+%{_desktopdir}/*.desktop
+%{_iconsdir}/hicolor/*/apps/boson.png
This page took 0.067231 seconds and 4 git commands to generate.