1 Summary: A general purpose programming library
8 Url
: http
://www.quasimodo.org
9 Vendor: Paul Davis
<paul@linuxaudiosystems.com
>
10 Packager: jfm3
<jfm3@acm.org
>
11 Group: System Environment
/Libraries
13 BuildRoot: %{_tmppath}/%{name}-%{version}-root
17 This library implements a number of programming utilities used by Paul
18 Davis
(formerly Paul Barton
-Davis
, hence the name
). It is used
in
19 some of his Open
Source software projects. See
20 http
://ardour.sf.net
/ for examples.
26 CFLAGS
="$RPM_OPT_FLAGS" CXXFLAGS
="$RPM_OPT_FLAGS" .
/configure $ARCH_FLAGS
--prefix
=%{prefix}
30 rm -rf $RPM_BUILD_ROOT
31 install -d
-m
755 $RPM_BUILD_ROOT
%{prefix}/{{include,lib}/%{lib_name}}
32 make install INSTALL
="%
(which
install) -p" prefix
=$RPM_BUILD_ROOT
%{prefix}
41 rm -rf $RPM_BUILD_ROOT
45 %doc README AUTHORS NEWS COPYING
*
46 %{prefix}/lib
/libpbd.so
*
49 Summary: A general purpose programming library
-- developer version.
50 Group: System Environment
/Libraries
54 This library implements a number of programming utilities used by Paul
55 Davis
(formerly Paul Barton
-Davis
, hence the name
). It is used
in
56 some of his Open
Source software projects. See
57 http
://ardour.sf.net
/ for examples.
59 This package holds static libraries and headers needed by developers
60 who wish to use libpbd
in their programs.
64 %{prefix}/include
/pbd
/*
65 %{prefix}/lib
/libpbd.a
66 %{prefix}/lib
/libpbd.la
67 %{prefix}/bin
/pbd
-config
68 %{prefix}/share
/aclocal
/pbd.m4
69 %{prefix}/share
/aclocal
/unique_args.m4