Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
1 changed files with 10 additions and 25 deletions
35
xgalaxy.spec
35
xgalaxy.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: xgalaxy
|
||||
Version: 2.0.34
|
||||
Release: 48%{?dist}
|
||||
Release: 43%{?dist}
|
||||
Summary: Arcade game: shoot down the space ships attacking the planet
|
||||
License: GPL-1.0-or-later
|
||||
URL: http://sourceforge.net/projects/xgalaga/
|
||||
|
|
@ -30,14 +30,14 @@ ships attacking the planet.
|
|||
%prep
|
||||
%setup -q -n xgalaga-%{version}
|
||||
# many thanks to Debian for all their excellent work on xgalala
|
||||
%patch -P0 -p1 -z .deb
|
||||
%patch -P1 -p1 -z .fs
|
||||
%patch -P2 -p1 -z .%{name}
|
||||
%patch -P3 -p1 -z .joy
|
||||
%patch -P4 -p1 -z .viewport
|
||||
%patch -P5 -p1 -z .alsa
|
||||
%patch -P6 -p1 -z .no-dga
|
||||
%patch -P7 -p1 -z .c99
|
||||
%patch0 -p1 -z .deb
|
||||
%patch1 -p1 -z .fs
|
||||
%patch2 -p1 -z .%{name}
|
||||
%patch3 -p1 -z .joy
|
||||
%patch4 -p1 -z .viewport
|
||||
%patch5 -p1 -z .alsa
|
||||
%patch6 -p1 -z .no-dga
|
||||
%patch7 -p1 -z .c99
|
||||
sed -e 's/Debian/Fedora/g' debian/README.Debian > README.fedora
|
||||
cat >> README.fedora << EOF
|
||||
|
||||
|
|
@ -53,7 +53,7 @@ sed -i 's/XGalaga/XGalaxy/g' `grep -rls XGalaga .`
|
|||
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fsigned-char -DXF86VIDMODE -std=gnu17"
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fsigned-char -DXF86VIDMODE"
|
||||
export LDFLAGS=-lXxf86vm
|
||||
./configure --libdir=%{_libdir} --exec-prefix=%{_bindir} \
|
||||
--prefix=%{_datadir}/%{name}
|
||||
|
|
@ -98,21 +98,6 @@ install -p -m 644 %{name}.png \
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.34-48
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.34-47
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.34-46
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.34-45
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.34-44
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.34-43
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue