rpms/bio2jack/F-9 bio2jack.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Mon Mar 16 04:54:35 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/bio2jack/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17934/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	bio2jack.spec import.log 
Log Message:
* Thu Mar 12 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9-2
- License is LGPLv2+. Don't package the wrong COPYING file

* Thu Mar 05 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9-1
- initial Fedora build (SPEC file borrowed from SuSE)



--- NEW FILE bio2jack.spec ---
Name:		bio2jack
Version:	0.9
Release:	2%{?dist}
Group:		System Environment/Libraries
# The license file says GPLv2+ but the source files say LGPLv2+.
# The author of the software confirmed (via email) that it is 
# actually LGPLv2+.
License:	LGPLv2+
Summary:	A library for porting blocked io(OSS/ALSA) applications to jack
URL:		http://bio2jack.sourceforge.net/
Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:  gettext
BuildRequires:	jack-audio-connection-kit-devel
BuildRequires:	libsamplerate-devel
BuildRequires:  libtool

%description
Bio (blocked i/o) 2 jack is a library for enabling easy porting of blocked
io(OSS/ALSA) applications to the jack sound server. This library allows the 
person porting the code to simply replace the calls into OSS/ALSA with calls
into interface functions of this library. The library buffers a small amount of
audio data and takes care of the rest of the jack implementation including the
linked list of audio data buffers and the jack callback.


%package devel
Summary:	Development files for %{name}
Group:		Development/Libraries
Requires:	jack-audio-connection-kit-devel
Requires:	%{name} = %{version}-%{release}

%description devel
The %{name}-devel package contains libraries and header files for developing
applications that use %{name}.


%prep
%setup -q -n %{name}

# Remove precompiled binaries:
rm -fr .libs *.o

# In order to pass the optflags later:
sed -i -e 's|./configure||g' autogen.sh


%build
./autogen.sh
%configure \
	--enable-static=no \
	--enable-shared=yes
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

# Kill libtool archive
rm %{buildroot}%{_libdir}/lib%{name}.la

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

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

%files devel
%defattr(-, root, root, -)
%{_bindir}/%{name}-config
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so

%changelog
* Thu Mar 12 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9-2
- License is LGPLv2+. Don't package the wrong COPYING file

* Thu Mar 05 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9-1
- initial Fedora build (SPEC file borrowed from SuSE)

* Mon May 07 2007 Toni Graffy <toni at links2linux.de> - 0.9-0.pm.1
- initial build 0.9


--- NEW FILE import.log ---
bio2jack-0_9-2_fc10:F-9:bio2jack-0.9-2.fc10.src.rpm:1237179222


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bio2jack/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Mar 2009 02:06:33 -0000	1.1
+++ .cvsignore	16 Mar 2009 04:54:04 -0000	1.2
@@ -0,0 +1 @@
+bio2jack-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bio2jack/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Mar 2009 02:06:33 -0000	1.1
+++ sources	16 Mar 2009 04:54:05 -0000	1.2
@@ -0,0 +1 @@
+00b64a99856cb35f1170c97ecb6bc431  bio2jack-0.9.tar.gz




More information about the fedora-extras-commits mailing list