]> git.pld-linux.org Git - packages/funkgold.git/commitdiff
- adapter(ized) and partialy rewrited.
authorkloczek <kloczek@pld-linux.org>
Sat, 27 Nov 1999 14:24:09 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    funkgold.spec -> 1.2

funkgold.spec

index 820a094750ac7df628d9ed4b951508d57ec6bdd8..b786f0040ac986334bd38b04d47e458697d75d28 100644 (file)
@@ -1,15 +1,15 @@
-Summary:  FNK/MOD Editor; Sound file editor
-Name: FunktrackerGOLD
-Version: 1.5
-Release: 2
-Copyright: GPL
-Group: Applications/Sound
-Source: http://www.downunder.net.au/~jsno/rel/unix_projects/funktrackergold-1.5.tgz 
-Patch0: funkgold.patch
-Patch1: funkgold-megaloman.patch
-URL: http://www.downunder.net.au/~jsno/
-BuildRoot: /var/tmp/funkgold-root
-ExclusiveArch: i386 
+Summary:       FNK/MOD Editor; Sound file editor
+Name:          FunktrackerGOLD
+Version:       1.5
+Release:       2
+License:       GPL
+Group:         Applications/Sound
+Source:                http://www.downunder.net.au/~jsno/rel/unix_projects/funktrackergold-%{version}.tgz
+Patch0:                funkgold.patch
+Patch1:                funkgold-megaloman.patch
+URL:           http://www.downunder.net.au/~jsno/
+BuildRoot:     /tmp/%{name}-%{version}-root
+ExclusiveArch: i386 
 
 %description
 Mod tracking program.  This is the only working MOD tracker available for Linux
@@ -29,26 +29,18 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 
-mkdir -p $RPM_BUILD_ROOT/usr/bin/
-mkdir -p $RPM_BUILD_ROOT/usr/lib/funktracker
+install -d $RPM_BUILD_ROOT/usr/bin/
+install -d $RPM_BUILD_ROOT/usr/lib/funktracker
  
 install -m 755 -s funkgold  $RPM_BUILD_ROOT/usr/bin
-install -m 644 Songs/* $RPM_BUILD_ROOT/usr/lib/funktracker 
+install \b Songs/* $RPM_BUILD_ROOT/usr/lib/funktracker 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root) 
+%defattr(644,root,root,755)
 /usr/lib/funktracker
 /usr/bin/funkgold
 
 %doc COPYING DEVELOPERS.README FORMAT.FunktrackerGOLD FORMAT.Protracker INSTALL TODO WHATS-NEW  
-
-%changelog
-* Sun May  9 1999 Peter Hanecak <hanecak@megaloman.sk>
-- changes to allow non-root users to build too (%install)
-- makefile patch
-
-* Mon Aug 17 1998 Michael Maher <mike@redhat.com>
-- built package 
This page took 0.079366 seconds and 4 git commands to generate.