Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 51d8903efaf23423913f39286475feb6 > files > 2

colobot-music-0.1.4-1.mga5.src.rpm

%define game    colobot

Name:           %{game}-music
Version:        0.1.4
Release:        %mkrel 1
Summary:        Music files for Colobot
Group:          Games/Strategy
License:        GPLv3+
Url:            http://colobot.info
# FLAC music files from https://github.com/colobot/colobot-music/archive/%%{game}-gold-%%{version}-alpha.tar.gz
# converted to OGG using "cmake && make" + cleaning of the source FLAC files for a smaller archive
Source0:        %{name}-%{version}.tar.xz

BuildArch:      noarch

%description
This package contains OGG music files for the Colobot game.

%prep
%setup -q

%build

%install
install -d %{buildroot}%{_gamesdatadir}/%{game}/music
cp -a *.ogg %{buildroot}%{_gamesdatadir}/%{game}/music

%files
%doc LICENSE.txt README.md
%{_gamesdatadir}/%{game}/music/


%changelog
* Sun Feb 08 2015 akien <akien> 0.1.4-1.mga5
+ Revision: 814118
- imported package colobot-music