]> git.pld-linux.org Git - packages/openttd-opengfx.git/commitdiff
- updated to 0.3.0
authorlisu <lisu@pld-linux.org>
Tue, 14 Sep 2010 10:37:49 +0000 (10:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- do not try to install docs in game's datadir (patch)

Changed files:
    openttd-opengfx.spec -> 1.6

openttd-opengfx.spec

index 73ab47658bacc5e3f396615af64bfe460e0ff493..bcdf0324e92e149ec0f4caabb58763d1304140e0 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       Open Source graphics base set for OpenTTD
 Summary(pl.UTF-8):     Otwarty zestaw grafiki dla OpenTTD
 Name:          openttd-opengfx
-Version:       0.2.4
+Version:       0.3.0
 Release:       1
 License:       GPL v2+
 Group:         Applications/Games
-Source0:       http://bundles.openttdcoop.org/opengfx/releases/opengfx-%{version}-source.tar.gz
-# Source0-md5: d9081b5077bb5501e5b8859395733b7b
+Source0:       http://bundles.openttdcoop.org/opengfx/releases/%{version}/opengfx-%{version}-source.tar.gz
+# Source0-md5: b864e376f321ade8dea9de2fcc41a1f9
+Patch0:                %{name}-docs.patch
 URL:           http://wiki.openttd.org/Graphics_Replacement
 BuildRequires: grfcodec >= 0.9.10-0.2245.1
 BuildRequires: nforenum >= 3.4.6-0.2281.1
@@ -31,6 +32,7 @@ prawami autorskimi.
 
 %prep
 %setup -q -n opengfx-%{version}-source
+%patch0 -p1
 %{__sed} -i 's,$(INSTALL_DIR),$(DESTDIR)$(INSTALL_DIR),' scripts/Makefile.bundles
 
 %build
@@ -49,4 +51,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc docs/{changelog.txt,readme.txt}
-%{_datadir}/openttd/data/opengfx-%{version}.tar
+%{_datadir}/openttd/data
This page took 0.137123 seconds and 4 git commands to generate.