]> git.pld-linux.org Git - packages/wesnoth.git/commitdiff
- converting tent.png not required now (file-4.26 is OK)
authorSzymon Siwek <sls@pld-linux.org>
Sun, 7 Sep 2008 15:01:15 +0000 (15:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wesnoth.spec -> 1.93

wesnoth.spec

index a74113191df226eccb0c367af6e0ed98f5fc76fa..4af0ac95bcfa8d06f1244a75b7b0b70088673c1e 100644 (file)
@@ -23,8 +23,6 @@ Source3:      %{name}d.init
 Patch0:                %{name}-Makefile.patch
 Patch1:                %{name}-locale_dir.patch
 URL:           http://www.wesnoth.org/
-# because of png
-BuildRequires: ImageMagick
 BuildRequires: SDL-devel >= 1.2.7
 BuildRequires: SDL_image-devel >= 1.2
 BuildRequires: SDL_mixer-devel >= 1.2
@@ -115,11 +113,6 @@ install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},/var/run/wesnothd,/etc/
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-# Invalid or incomplete multibyte or wide character - but after convert it's OK
-mv $RPM_BUILD_ROOT%{_datadir}/wesnoth/data/core/images/terrain/tent.png{,-}
-convert $RPM_BUILD_ROOT%{_datadir}/wesnoth/data/core/images/terrain/tent.png{-,}
-rm $RPM_BUILD_ROOT%{_datadir}/wesnoth/data/core/images/terrain/tent.png-
-
 # install additional docs
 install changelog README  $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 gzip -9nf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{changelog,README}
This page took 0.265525 seconds and 4 git commands to generate.