]> git.pld-linux.org Git - packages/armagetron-moviesounds.git/commitdiff
- moved from armagetron.spec
authorgrzegol <grzegol@pld-linux.org>
Sat, 16 Aug 2003 22:42:28 +0000 (22:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    armagetron-moviesounds.spec -> 1.1

armagetron-moviesounds.spec [new file with mode: 0644]

diff --git a/armagetron-moviesounds.spec b/armagetron-moviesounds.spec
new file mode 100644 (file)
index 0000000..1c827c9
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       Moviesounds addon for armagetron game
+Summary(pl):   Dodatek Moviesounds do gry armagetron
+Name:          armagetron-moviesounds
+Version:       1
+Release:       1
+License:       GPL
+Group:         X11/Applications/Games
+Source0:       http://armagetron.sourceforge.net/addons/moviesounds_fq.zip
+# Source0-md5: 3c5d04af52eb296cdeb2fba5ecbd8899
+URL:           http://armagetron.sourceforge.net/
+Requires:      armagetron
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Moviesounds addon for armagetron game.
+
+Note: These files are not under the GPL; it probably is a violation of
+Disney's copyright to download them.
+
+%description -l pl
+Dodatek Moviesounds do gry armagetron.
+
+Uwaga: Te pliki nie s± objête licencj± GPL. ¦ci±gniêcie tych plików
+jest prawdopodobnie naruszeniem praw autorskich Disney'a.
+
+%prep
+%setup -q -n moviesounds
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_prefix}/games/armagetron/moviesounds
+
+install *.wav $RPM_BUILD_ROOT%{_prefix}/games/armagetron/moviesounds
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_prefix}/games/armagetron/moviesounds
This page took 0.097851 seconds and 4 git commands to generate.