]> git.pld-linux.org Git - packages/uade.git/commitdiff
- 0.71
authorwolf <wolf@pld-linux.org>
Sun, 14 Jul 2002 21:54:20 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uade.spec -> 1.3

uade.spec

index e1940dbcfb2561cd12ec2e1c70e133ef5e65e8af..b1a92cb2cdb3119f013556dc4348898e46bbda9b 100644 (file)
--- a/uade.spec
+++ b/uade.spec
@@ -1,8 +1,8 @@
 Summary:       Replayer for old amiga music file formats
 Summary(pl):   Odtwarzacz starych amigowych plików muzycznych
 Name:          uade
-Version:       0.70
-Release:       2
+Version:       0.71
+Release:       1
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://www.ee.tut.fi/~heikki/uade/%{name}-%{version}.tar.bz2
@@ -67,9 +67,10 @@ cat Makefile | sed 's@PLUGINDIR = @&$(DESTDIR)@' > Makefile.new
 mv -f Makefile.new Makefile
 cd ..
 cat Makefile | sed 's@SYSDATADIR = @&$(DESTDIR)@' > Makefile.new
-cat Makefile.new | sed 's@BINDIR = @&$(DESTDIR)@' > Makefile
+cat Makefile.new | sed 's@BINDIR = @&$(DESTDIR)@;s@DOCDIR = @&$(DESTDIR)@' > Makefile
 
-%{__make} CC=%{__cc}
+%{__make} \
+       CC=%{__cc}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.062264 seconds and 4 git commands to generate.