rebuilt with versioned source, debug package and build requirements [release 1.0.2001.11.16-4mamba;Sat Feb 27 2021]
This commit is contained in:
parent
961060d02b
commit
8d2b1fa402
23
54321.spec
23
54321.spec
@ -1,29 +1,39 @@
|
|||||||
Name: 54321
|
Name: 54321
|
||||||
Version: 1.0.2001.11.16
|
Version: 1.0.2001.11.16
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: 54321 is five games in four-, three-, or two-dimensions for one player.
|
Summary: 54321 is five games in four-, three-, or two-dimensions for one player.
|
||||||
Group: Graphical Desktop/Applications/Educational
|
Group: Graphical Desktop/Applications/Educational
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.nklein.com/products/54321/
|
URL: http://www.nklein.com/products/54321/
|
||||||
Source0: http://www.nklein.com/products/54321/1.0.2001.11.16/%{name}.tgz
|
# Source manually renamed with version
|
||||||
|
Source0: http://www.nklein.com/products/54321/%{version}/%{name}-%{version}.tgz
|
||||||
Source1: %{name}-exec
|
Source1: %{name}-exec
|
||||||
Source2: %{name}-desktop
|
Source2: %{name}-desktop
|
||||||
Patch0: %{name}-1.0-SDL.patch
|
Patch0: %{name}-1.0-SDL.patch
|
||||||
License: Freeware
|
License: Freeware
|
||||||
BuildRequires: libSDL-devel >= 1.2.8
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libSDL-devel
|
||||||
|
BuildRequires: libSDL_image-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
54321 is five games in four-, three-, or two-dimensions for one player. 54321 takes five classic two-dimensional puzzle games and extends them into three and four dimensions.
|
54321 is five games in four-, three-, or two-dimensions for one player. 54321 takes five classic two-dimensional puzzle games and extends them into three and four dimensions.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -n %{name}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make -f GNUmakefile CXXFLAGS="%{optflags} -DNDEBUG=1"
|
%make -f GNUmakefile CXXFLAGS="%{optflags} -DNDEBUG=1" STRIP=/bin/true
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -47,6 +57,9 @@ install -m755 -D %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2001.11.16-4mamba
|
||||||
|
- rebuilt with versioned source, debug package and build requirements
|
||||||
|
|
||||||
* Thu Dec 16 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2001.11.16-3mamba
|
* Thu Dec 16 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2001.11.16-3mamba
|
||||||
- rebuilt with libpng 1.4
|
- rebuilt with libpng 1.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user