96 lines
3.3 KiB
RPMSpec
96 lines
3.3 KiB
RPMSpec
%global datadate 20170401
|
|
|
|
Summary: Game data for the Xonotic first person shooter
|
|
Name: xonotic-data
|
|
Version: 0.8.2
|
|
Release: 1%{?dist}
|
|
License: GPLv2+
|
|
Group: Amusements/Games
|
|
URL: http://www.xonotic.org/
|
|
# Source is custom, obtained with :
|
|
# wget http://dl.xonotic.org/xonotic-%{version}.zip
|
|
# unzip xonotic-%{version}.zip
|
|
# mkdir xonotic-data-%{version}/
|
|
# mv Xonotic/data/ Xonotic/Docs/* \
|
|
# Xonotic/GPL* Xonotic/COPYING Xonotic/key_0.d0pk xonotic-%{version}/
|
|
# tar -czf xonotic-data-%{version}.tar.xz xonotic-data-%{version}/
|
|
Source0: %{name}-%{version}.tar.xz
|
|
BuildArch: noarch
|
|
Obsoletes: nexuiz-data <= 2.5.2
|
|
Provides: nexuiz-data = %{version}-%{release}
|
|
|
|
%description
|
|
Xonotic is a fast-paced, chaotic, and intense multiplayer first person shooter,
|
|
focused on providing basic, old style deathmatches.
|
|
|
|
Data (textures, maps, sounds and models) required to play xonotic.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
# Nothing to build
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
mkdir -p %{buildroot}%{_datadir}/xonotic/data/
|
|
install -p data/xonotic-%{datadate}-data.pk3 %{buildroot}%{_datadir}/xonotic/data/
|
|
install -p data/xonotic-%{datadate}-maps.pk3 %{buildroot}%{_datadir}/xonotic/data/
|
|
install -p data/xonotic-%{datadate}-music.pk3 %{buildroot}%{_datadir}/xonotic/data/
|
|
install -p data/xonotic-%{datadate}-nexcompat.pk3 %{buildroot}%{_datadir}/xonotic/data/
|
|
install -p data/font-xolonium-%{datadate}.pk3 %{buildroot}%{_datadir}/xonotic/data/
|
|
install -p key_0.d0pk %{buildroot}%{_datadir}/xonotic/
|
|
|
|
%files
|
|
%doc GPL* COPYING
|
|
%{_datadir}/xonotic/
|
|
|
|
%changelog
|
|
* Tue Apr 04 2017 Kalev Lember <klember@redhat.com> - 0.8.2-1
|
|
- Update to 0.8.2
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Fri Sep 04 2015 Kalev Lember <klember@redhat.com> - 0.8.1-1
|
|
- Update to 0.8.1
|
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sat Jan 17 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-1
|
|
- 0.8.0 (RHBZ #1183203)
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Wed Jun 26 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.0-3
|
|
- Fix incorrect url in spec (rhbz #978022)
|
|
|
|
* Wed Jun 19 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.0-2
|
|
- update spec: in custom build info use version macros instead of specific version
|
|
|
|
* Thu Jun 13 2013 Jon Ciesla <limburgher@gmail.com> - 0.7.0-1
|
|
- 0.7.0, BZ 974029.
|
|
|
|
* Fri Feb 22 2013 Jon Ciesla <limburgher@gmail.com> - 0.6.0-4
|
|
- Fixed Obsoletes.
|
|
|
|
* Wed Feb 20 2013 Jon Ciesla <limburgher@gmail.com> - 0.6.0-3
|
|
- Fixed Provides.
|
|
|
|
* Fri Feb 08 2013 Jon Ciesla <limburgher@gmail.com> - 0.6.0-2
|
|
- Changed define to global.
|
|
- De-macroized many commands.
|
|
|
|
* Mon Mar 12 2012 Jon Ciesla <limburgher@gmail.com> - 0.6.0-1
|
|
- New upstream.
|
|
|
|
* Thu Jan 26 2012 Jon Ciesla <limburgher@gmail.com> - 0.5.0-1
|
|
- Initial version, based on nexuiz-data 2.5.2 package.
|