automatic version update by autodist [release 2.11.0-1mamba;Sat Jun 29 2024]
This commit is contained in:
parent
2386a0ffd8
commit
fd81a1b78d
@ -1,5 +1,5 @@
|
||||
Name: lincity-ng
|
||||
Version: 2.9.0
|
||||
Version: 2.11.0
|
||||
Release: 1mamba
|
||||
Summary: A City Simulation Game
|
||||
Group: Graphical Desktop/Applications/Games
|
||||
@ -23,7 +23,7 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ftjam
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
LinCity-NG is a City Simulation Game. It is a polished and improved version of the classic LinCity game. Within the scope of the GoTM project at happypenguin we have created a new iso-3D graphics engine, with a completely redone and modern GUI.
|
||||
@ -32,17 +32,15 @@ LinCity-NG is a City Simulation Game. It is a polished and improved version of t
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
# Fixes jam install
|
||||
touch CREDITS
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
jam
|
||||
%cmake
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
jam install DESTDIR=%{buildroot}
|
||||
%cmake_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -51,15 +49,18 @@ jam install DESTDIR=%{buildroot}
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/lincity-ng
|
||||
%{_datadir}/applications/lincity-ng.desktop
|
||||
%{_datadir}/pixmaps/lincity-ng.png
|
||||
%dir %{_datadir}/lincity-ng
|
||||
%{_datadir}/lincity-ng/*
|
||||
%dir %{_docdir}/lincity-ng-%{version}
|
||||
%{_docdir}/lincity-ng-%{version}/*
|
||||
%{_datadir}/icons/hicolor/128x128/apps/lincity-ng.png
|
||||
%{_mandir}/lincity-ng.6*
|
||||
%dir %{_docdir}/lincity-ng
|
||||
%{_docdir}/lincity-ng/*
|
||||
%doc COPYING
|
||||
#README TODO
|
||||
|
||||
%changelog
|
||||
* Sat Jun 29 2024 Automatic Build System <autodist@openmamba.org> 2.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 24 2024 Automatic Build System <autodist@openmamba.org> 2.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user