rpms/zita-convolver/F-10 import.log, NONE, 1.1 zita-convolver.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Wed May 13 06:03:36 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/zita-convolver/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30214/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log zita-convolver.spec 
Log Message:
* Tue May 05 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.0.0-2
- prepare package for Fedora submission (SPEC file from PlanetCCRMA)

* Sat Mar 21 2009 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 1.0.0-1
- updated to 1.0.0

* Wed Oct 29 2008 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.1.0-1
- initial release



--- NEW FILE import.log ---
zita-convolver-1_0_0-2_fc10:F-10:zita-convolver-1.0.0-2.fc10.src.rpm:1242194562


--- NEW FILE zita-convolver.spec ---
%global libmajor 1

Summary:       Convolution engine library
Name:          zita-convolver
Version:       1.0.0
Release:       2%{?dist}
License:       GPLv2+
Group:         System Environment/Libraries
URL:           http://www.kokkinizita.net/linuxaudio/
Source0:       http://www.kokkinizita.net/linuxaudio/downloads/%{name}-%{version}.tar.bz2
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: fftw-devel

%description
%{name} is a fast, partitioned convolution engine library.

%package  devel
Summary:       Fast, partitioned convolution engine library
Group:         Development/Libraries
Requires:      %{name} = %{version}-%{release}

%description devel
%{name} is a fast, partitioned convolution engine library. This package
contains libraries and header files for developing applications that use
%{name}.

%prep
%setup -q

# No need to call ldconfig during packaging
sed -i '\|/sbin/ldconfig|d' libs/Makefile

# Preserve timestamps
sed -i 's|/install|/install -p|' libs/Makefile

# Force Fedora's optflags
sed -i 's|-O3|%{optflags}|' libs/Makefile

%build
make -C libs PREFIX=%{_prefix} %{?_smp_mflags}

%install
rm -rf %{buildroot}
make -C libs PREFIX=%{buildroot}%{_prefix} LIBDIR=%{_lib} install
# create .so.x link
ln -s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so.%{libmajor}

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

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

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

%changelog
* Tue May 05 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.0.0-2
- prepare package for Fedora submission (SPEC file from PlanetCCRMA)

* Sat Mar 21 2009 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 1.0.0-1
- updated to 1.0.0

* Wed Oct 29 2008 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.1.0-1
- initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zita-convolver/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 May 2009 05:06:35 -0000	1.1
+++ .cvsignore	13 May 2009 06:03:06 -0000	1.2
@@ -0,0 +1 @@
+zita-convolver-1.0.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zita-convolver/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 May 2009 05:06:35 -0000	1.1
+++ sources	13 May 2009 06:03:06 -0000	1.2
@@ -0,0 +1 @@
+892ef99cf39b6a8e87639efdcd96dbd5  zita-convolver-1.0.0.tar.bz2




More information about the fedora-extras-commits mailing list