Honour distribution LDFLAGS (e.g. for the annocheck)
Also removed spurious whitespaces and fixed mixed tabs and spaces. Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
3131d5f897
commit
e3066a64fd
10
tinycdb.spec
10
tinycdb.spec
@ -8,10 +8,10 @@ Source0: http://www.corpit.ru/mjt/%{name}/%{name}-%{version}.tar.gz
|
||||
# taken from the 0.77 tarball
|
||||
Source1: libcdb.pc
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
%description
|
||||
tinycdb is a small, fast and reliable utility and subroutine library for
|
||||
tinycdb is a small, fast and reliable utility and subroutine library for
|
||||
creating and reading constant databases. The database structure is tuned
|
||||
for fast reading.
|
||||
|
||||
@ -25,7 +25,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
tinycdb is a small, fast and reliable utility set and subroutine
|
||||
library for creating and reading constant databases.
|
||||
|
||||
This package contains tinycdb development library and header file for
|
||||
This package contains tinycdb development library and header file for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
@ -35,7 +35,7 @@ cp %{SOURCE1} debian/
|
||||
sed -i -e 's\/lib\/%{_lib}\g' debian/libcdb.pc
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} staticlib sharedlib cdb-shared CFLAGS="%{optflags}"
|
||||
make %{?_smp_mflags} staticlib sharedlib cdb-shared CFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}"
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_libdir}
|
||||
|
Loading…
Reference in New Issue
Block a user