]> git.pld-linux.org Git - packages/brs.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:01 +0000 (02:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    brs.spec -> 1.2

brs.spec

index cdb83d10120cf24580ffc1abd9e8e2adcd45e01e..eb0c88a96dfbd594990cd6abebd393fa9f479ebf 100644 (file)
--- a/brs.spec
+++ b/brs.spec
@@ -4,6 +4,7 @@ Version:        4.00.l1
 Release:       1
 License:       GPL
 Group:         Applications
+Group(de):     Applikationen
 Group(pl):     Aplikacje
 Source0:       ftp://SunSITE.unc.edu/pub/Linux/apps/religion/%{name}.%{version}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -21,16 +22,15 @@ rm -rf $RPM_BUILD_ROOT
 %setup -q -n bible
 
 %build
-%{__make} CFLAGS="$RPM_OPT_FLAGS -fwritable-strings -DDESTLIB=\\\"%{_datadir}/%{name}\\\""
+%{__make} CFLAGS="%{rpmcflags} -fwritable-strings -DDESTLIB=\\\"%{_datadir}/%{name}\\\""
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_mandir}/man1}
-install -s bible $RPM_BUILD_ROOT%{_bindir}
+install bible $RPM_BUILD_ROOT%{_bindir}
 install bible.data bible.data.conc $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-gzip -9nf bible.1
-install bible.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
+install bible.1 $RPM_BUILD_ROOT%{_mandir}/man1
 gzip -9nf README*
 
 %clean
This page took 0.058858 seconds and 4 git commands to generate.