]> git.pld-linux.org Git - packages/dagrab.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 02:43:03 +0000 (02:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dagrab.spec -> 1.5

dagrab.spec

index 201e307b128d39a26a2032a3212ade2f2c1b4d07..320824ebbb5a013738e221f1048ab8514b181b26 100644 (file)
@@ -5,12 +5,12 @@ Version:      0.3.5
 Release:       1
 License:       GPL
 Group:         Applications/Sound
+Group(de):     Applikationen/Laut
 Group(pl):     Aplikacje/D¼wiêk
 Source0:       http://web.tiscalinet.it/marcellou/%{name}-%{version}.tar.gz
-Patch0:                dagrab-fix_script.patch
+Patch0:                %{name}-fix_script.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 DAGRAB is a program for reading audio tracks from an IDE cdrom drive
 into wav sound files.
@@ -24,19 +24,18 @@ wav.
 %patch -p1
 
 %build
-%{__make} CFLAGS="$RPM_OPT_FLAGS"
+%{__make} CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install -s dagrab $RPM_BUILD_ROOT%{_bindir}
+install dagrab $RPM_BUILD_ROOT%{_bindir}
 install dagmp3cd dagmp3enc $RPM_BUILD_ROOT%{_bindir}
 
 install dagrab.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-gzip -9nf README INSTALL *.lsm \
-       $RPM_BUILD_ROOT%{_mandir}/man1/*
+gzip -9nf README INSTALL *.lsm
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.219378 seconds and 4 git commands to generate.