]> git.pld-linux.org Git - packages/asma.git/blobdiff - asma.spec
- tabs in preamble
[packages/asma.git] / asma.spec
index 6af5b1f7404a48320606b4b9d2597d2e166f1f67..48ca999b9bdd10469bf6d45faa32127b770b12aa 100644 (file)
--- a/asma.spec
+++ b/asma.spec
@@ -1,17 +1,17 @@
 Summary:       ASMA - the Atari Sap Music Archive
-Summary(pl):   ASMA - archiwum muzyki w formacie SAP
+Summary(pl.UTF-8):     ASMA - archiwum muzyki z Atari w formacie SAP
 Name:          asma
-Version:       2.6
+Version:       3.1
 %define                _ver    %(echo %{version} | tr -d .)
 Release:       1
 License:       various, not distributable
 Group:         Applications/Sound
-Source0:       http://asma.dspaudio.com/bin/%{name}%{_ver}.zip
-# Source0-md5: ca489cfa5e4951c1f1f9fac0307e7f9c
+Source0:       http://asma.atari.org/bin/%{name}%{_ver}.rar
+# NoSource0-md5:       bcdfb7e5af3a39e9d4608a710f8aef1a
 NoSource:      0
-URL:           http://asma.dspaudio.com/
-BuildRequires: unzip
-Buildarch:     noarch
+URL:           http://asma.atari.org/
+BuildRequires: unrar
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -19,19 +19,20 @@ Atari SAP music archive is a collection of the Atari XL/XE music in a
 format playable by the SAP player. It contains hundreds of the best
 Atari tunes while the number of them should grow rapidly.
 
-%description -l pl
-Archiwum muzyki w formacie SAP (ASMA) jest kolekcj± muzyki pochodz±cej
+%description -l pl.UTF-8
+Archiwum muzyki w formacie SAP (ASMA) jest kolekcją muzyki pochodzącej
 z Atari XL/XE w formacie odgrywalnym przez SAP player. Archiwum
-zawiera setki najlepszych melodii z Atari i ci±gle siê powiêksza.
+zawiera setki najlepszych melodii z Atari i ciągle się powiększa.
 
 %prep
-%setup -q -c
-unzip -q files.zip
+%setup -q -c -T
+unrar x -idq %{SOURCE0}
+unrar x -idq files.rar
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/asma/{Classics,Demos,Games,Unsorted,Various}
-cp -r ASMA/{Classics,Demos,Games,Unsorted,Various} $RPM_BUILD_ROOT%{_datadir}/asma/
+cp -r ASMA/{Classics,Demos,Games,Unsorted,Various} $RPM_BUILD_ROOT%{_datadir}/asma
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.09372 seconds and 4 git commands to generate.