summaryrefslogtreecommitdiff
path: root/manaplus.spec.in
diff options
context:
space:
mode:
authorMaarten Vanraes <maarten.vanraes@gmail.com>2011-05-27 23:48:10 +0200
committerMaarten Vanraes <maarten.vanraes@gmail.com>2011-05-27 23:48:10 +0200
commitcec5019962d6ec127b6c55a3e73865534120e694 (patch)
tree213dcdac70c94aaa2dcc92458289a457a942233e /manaplus.spec.in
parent4c369b0ff971e6eff1d38ceb87e6313d8c5b5665 (diff)
downloadplus-cec5019962d6ec127b6c55a3e73865534120e694.tar.gz
plus-cec5019962d6ec127b6c55a3e73865534120e694.tar.bz2
plus-cec5019962d6ec127b6c55a3e73865534120e694.tar.xz
plus-cec5019962d6ec127b6c55a3e73865534120e694.zip
generalise the spec file even further
Diffstat (limited to 'manaplus.spec.in')
-rw-r--r--manaplus.spec.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/manaplus.spec.in b/manaplus.spec.in
index bf49b8747..1ffb32c05 100644
--- a/manaplus.spec.in
+++ b/manaplus.spec.in
@@ -14,7 +14,7 @@ Buildrequires: SDL_net-devel
BuildRequires: SDL_ttf-devel
BuildRequires: SDL_gfx-devel
BuildRequires: physfs-devel
-BuildRequires: curl-devel
+BuildRequires: libcurl-devel
BuildRequires: guichan-devel
BuildRequires: libxml2-devel
BuildRequires: libpng-devel
@@ -37,14 +37,14 @@ diverse interactive world.
%setup -q
%build
-%configure2_5x --bindir=%{_gamesbindir} \
+%configure --bindir=%{_gamesbindir} \
--datadir=%{_gamesdatadir} \
--disable-rpath
%make
%install
rm -rf %{buildroot}
-%makeinstall_std
+%makeinstall
%find_lang %{name}
@@ -61,8 +61,6 @@ rm -rf %{buildroot}
%{_mandir}/man6/%{name}*
-
-
%changelog
* Fri May 27 2011 Maarten Vanraes <maarten.vanraes@gmail.com> 1.1.5.15
- Generalise spec file to work for multiple rpm-based distros