]> git.pld-linux.org Git - SPECS.git/commitdiff
SPECS updated Sat 20 Apr 18:27:02 CEST 2024
authorgit <git@pld-linux.org>
Sat, 20 Apr 2024 16:27:16 +0000 (18:27 +0200)
committergit <git@pld-linux.org>
Sat, 20 Apr 2024 16:27:16 +0000 (18:27 +0200)
openttd.spec

index 9531cc2f65bd8acceea812e34a09d01d9386b4a9..92f71f7ba5801a993ba34471cf51a2f9391fbbdb 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       An open source reimplementation of the Microprose game "Transport Tycoon Deluxe"
 Summary(pl.UTF-8):     Otwarta reimplementacja gry Transport Tycoon Deluxe
 Name:          openttd
-Version:       13.4
+Version:       14.0
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       https://cdn.openttd.org/openttd-releases/%{version}/%{name}-%{version}-source.tar.xz
-# Source0-md5: ed42437a6f33e83b3e27f9ebd988efc4
+# Source0-md5: f8244406ab5a1efcdf4fe8d173516a5a
 Source1:       %{name}.desktop
 Source2:       %{name}-server.desktop
 Patch0:                %{name}-create-grf.patch
@@ -117,10 +117,10 @@ install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/{ai/library,scenario/heightmap}
 install dedicated/openttd-dedicated $RPM_BUILD_ROOT%{_bindir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
-install docs/openttd.6 $RPM_BUILD_ROOT%{_mandir}/man6
+%{__mv} docs/openttd.6 $RPM_BUILD_ROOT%{_mandir}/man6
 install media/openttd.256.png $RPM_BUILD_ROOT%{_pixmapsdir}/openttd.png
 
-%{__rm} $RPM_BUILD_ROOT%{_docdir}/{COPYING.md,README.md,changelog.txt,known-bugs.txt,multiplayer.md}
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -133,7 +133,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING.md changelog.txt known-bugs.txt README.md docs/multiplayer.md
+#%doc CONTRIBUTING.md COPYING.md README.md changelog.txt known-bugs.txt docs/{*.md,*.html,*.svg,*png,*.txt}
+%doc CONTRIBUTING.md COPYING.md README.md changelog.txt known-bugs.txt docs
 %attr(755,root,root) %{_bindir}/%{name}
 %{_desktopdir}/%{name}.desktop
 %{_mandir}/man6/openttd.*
This page took 0.10694 seconds and 4 git commands to generate.