From 83079982f4450b3c6292a7faf0502b2e2d28ad28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Jaros=C5=82aw=20Mozer?= Date: Sat, 10 Aug 2002 05:24:54 +0000 Subject: [PATCH] - inital specfile - NOTE: in most of cases copyrigths for this tunes belongs to game publishers/distributors, so, there's no way to keep source in our cvs. Changed files: asma.spec -> 1.1 --- asma.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 asma.spec diff --git a/asma.spec b/asma.spec new file mode 100644 index 0000000..39dae65 --- /dev/null +++ b/asma.spec @@ -0,0 +1,41 @@ +Summary: ASMA - The Atari Sap Music Archive +Summary(pl): ASMA - Archiwum Muzyki W Formacie Sap +Name: asma +Version: 2.4 +Release: 1 +License: Various +Group: Applications/Sound +Source0: http://asma.dspaudio.com/bin/%{name}24.zip +NoSource: 0 +URL: http://asma.dspaudio.com +Buildarch: noarch +Requires: sapplay +BuildRequires: unzip +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +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 +z Atari XL/XE w formacie odgrywalnym przez SAP player. Archiwum +zawiera setki najlepszych melodii z atari i ci±gle siê powiêksza. + +%prep +%setup -q -c +unzip files.zip + +%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/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ASMA/Docs/* +%{_datadir}/asma/* -- 2.44.0