automatic version update by autodist [release 2.11.0-1mamba;Sat Jun 29 2024]

This commit is contained in:
Automatic Build System 2024-06-29 23:29:10 +02:00
parent 2386a0ffd8
commit fd81a1b78d

View File

@ -1,5 +1,5 @@
Name: lincity-ng Name: lincity-ng
Version: 2.9.0 Version: 2.11.0
Release: 1mamba Release: 1mamba
Summary: A City Simulation Game Summary: A City Simulation Game
Group: Graphical Desktop/Applications/Games Group: Graphical Desktop/Applications/Games
@ -23,7 +23,7 @@ BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: ftjam BuildRequires: cmake
%description %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. 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 %prep
%setup -q -n %{name}-%{name}-%{version} %setup -q -n %{name}-%{name}-%{version}
# Fixes jam install
touch CREDITS
./autogen.sh
%build %build
%configure %cmake
jam
%cmake_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
jam install DESTDIR=%{buildroot} %cmake_install
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -51,15 +49,18 @@ jam install DESTDIR=%{buildroot}
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/lincity-ng %{_bindir}/lincity-ng
%{_datadir}/applications/lincity-ng.desktop %{_datadir}/applications/lincity-ng.desktop
%{_datadir}/pixmaps/lincity-ng.png
%dir %{_datadir}/lincity-ng %dir %{_datadir}/lincity-ng
%{_datadir}/lincity-ng/* %{_datadir}/lincity-ng/*
%dir %{_docdir}/lincity-ng-%{version} %{_datadir}/icons/hicolor/128x128/apps/lincity-ng.png
%{_docdir}/lincity-ng-%{version}/* %{_mandir}/lincity-ng.6*
%dir %{_docdir}/lincity-ng
%{_docdir}/lincity-ng/*
%doc COPYING %doc COPYING
#README TODO
%changelog %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 * Sat Feb 24 2024 Automatic Build System <autodist@openmamba.org> 2.9.0-1mamba
- automatic version update by autodist - automatic version update by autodist