mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Remove major_version define from rpm .spec file, it's not needed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29540 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8059347300
commit
4594b133b0
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
||||||
Version: r%{svn_revision}
|
Version: r%{svn_revision}
|
||||||
%else
|
%else
|
||||||
# Normal rockbox release
|
# Normal rockbox release
|
||||||
%define major_version 3.8
|
|
||||||
Version: 3.8
|
Version: 3.8
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -22,7 +21,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Requires: SDL
|
Requires: SDL
|
||||||
BuildRequires: SDL-devel
|
BuildRequires: SDL-devel
|
||||||
# Note: rpm doesn't support 7z. You need to repack as .tar.bz2
|
# Note: rpm doesn't support 7z. You need to repack as .tar.bz2
|
||||||
# Source: http://download.rockbox.org/release/%{major_version}/%{name}-%{version}.7z
|
# Source: http://download.rockbox.org/release/%{version}/%{name}-%{version}.7z
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Prefix: /opt/rockbox
|
Prefix: /opt/rockbox
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue