rpms/libbs2b/F-12 import.log, NONE, 1.1 libbs2b.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Karel Volný kvolny at fedoraproject.org
Tue Sep 1 11:23:31 UTC 2009


Author: kvolny

Update of /cvs/pkgs/rpms/libbs2b/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12014/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libbs2b.spec 
Log Message:
* Mon Aug 31 2009 Karel Volný <kvolny at redhat.com> 3.1.0-2
- specfile cleanup as per review (bug #519138 comment #1)

* Tue Aug 25 2009 Karel Volný <kvolny at redhat.com> 3.1.0-1
- initial Fedora package version




--- NEW FILE import.log ---
libbs2b-3_1_0-2_fc11:F-12:libbs2b-3.1.0-2.fc11.src.rpm:1251803975


--- NEW FILE libbs2b.spec ---
Name:		libbs2b
Version:	3.1.0
Release:	2%{?dist}
Summary:	Bauer stereophonic-to-binaural DSP library

Group:		Applications/Multimedia
License:	Copyright only
URL:		http://bs2b.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/bs2b/bs2b/%{version}/%{name}-%{version}.tar.lzma
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:	libsndfile-devel
# the dependency (required for bs2bconvert) gets added automatically
#Requires:	libsndfile


%package devel
Summary:	Development files for libbs2b
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:	pkgconfig

%description
The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is designed
to improve headphone listening of stereo audio records. Recommended for
headphone prolonged listening to disable superstereo fatigue without essential
distortions.


%description devel
This package contains the development files for the Bauer
stereophonic-to-binaural (bs2b) DSP effect library.


%prep
%setup -q


%build
%configure --disable-static
# disable rpath as suggested in
# https://fedoraproject.org/wiki/Packaging:Guidelines#Removing_Rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
rm %{buildroot}/%{_libdir}/%{name}.la


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/*
%{_libdir}/%{name}.so.*


%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%changelog
* Mon Aug 31 2009 Karel Volný <kvolny at redhat.com> 3.1.0-2
- specfile cleanup as per review (bug #519138 comment #1)

* Tue Aug 25 2009 Karel Volný <kvolny at redhat.com> 3.1.0-1
- initial Fedora package version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libbs2b/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 Aug 2009 18:49:49 -0000	1.1
+++ .cvsignore	1 Sep 2009 11:23:31 -0000	1.2
@@ -0,0 +1 @@
+libbs2b-3.1.0.tar.lzma


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libbs2b/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Aug 2009 18:49:49 -0000	1.1
+++ sources	1 Sep 2009 11:23:31 -0000	1.2
@@ -0,0 +1 @@
+00d32ffa6461dde6a632c846da3e0a13  libbs2b-3.1.0.tar.lzma




More information about the scm-commits mailing list