]> git.pld-linux.org Git - packages/asma.git/blob - asma.spec
- tabs in preamble
[packages/asma.git] / asma.spec
1 Summary:        ASMA - the Atari Sap Music Archive
2 Summary(pl.UTF-8):      ASMA - archiwum muzyki z Atari w formacie SAP
3 Name:           asma
4 Version:        3.1
5 %define         _ver    %(echo %{version} | tr -d .)
6 Release:        1
7 License:        various, not distributable
8 Group:          Applications/Sound
9 Source0:        http://asma.atari.org/bin/%{name}%{_ver}.rar
10 # NoSource0-md5:        bcdfb7e5af3a39e9d4608a710f8aef1a
11 NoSource:       0
12 URL:            http://asma.atari.org/
13 BuildRequires:  unrar
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Atari SAP music archive is a collection of the Atari XL/XE music in a
19 format playable by the SAP player. It contains hundreds of the best
20 Atari tunes while the number of them should grow rapidly.
21
22 %description -l pl.UTF-8
23 Archiwum muzyki w formacie SAP (ASMA) jest kolekcją muzyki pochodzącej
24 z Atari XL/XE w formacie odgrywalnym przez SAP player. Archiwum
25 zawiera setki najlepszych melodii z Atari i ciągle się powiększa.
26
27 %prep
28 %setup -q -c -T
29 unrar x -idq %{SOURCE0}
30 unrar x -idq files.rar
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_datadir}/asma/{Classics,Demos,Games,Unsorted,Various}
35 cp -r ASMA/{Classics,Demos,Games,Unsorted,Various} $RPM_BUILD_ROOT%{_datadir}/asma
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc ASMA/Docs/*
43 %{_datadir}/asma
This page took 0.064069 seconds and 3 git commands to generate.