Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 5f897a56bb9715efef38574782973db8 > files > 3

qloud-0.31-4.mga3.src.rpm

Name:		qloud
Version:	0.31
Release:	%mkrel 4
License:	GPLv2+
URL:		http://gaydenko.com/qloud/
Group:		Sound/Utilities
Summary:	tool to measure loudspeaker frequency and step responses and distortions
Source:		http://gaydenko.com/qloud/download/%{name}-%{version}.tar.bz2
Source1:	qloud.png
BuildRequires:	fftw-devel
BuildRequires:	glibc-devel
BuildRequires:	libjack-devel
BuildRequires:	libgcc
BuildRequires:	libstdc++-devel
BuildRequires:	qt4-devel
BuildRequires:	libqwt-devel
BuildRequires:	libsndfile-devel

%description
QLoud is a tool to measure a loudspeaker frequency response and distortions.

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

%build
#src/Makefile must be regenerated by qmake
rm src/Makefile
qmake
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 bin/qloud %{buildroot}%{_bindir}/qloud

install -m644 %{SOURCE1} -D %{buildroot}%{_iconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{_real_vendor}-%{name}.desktop << EOF
[Desktop Entry]
Name=Qloud
Comment=loudspeaker measuring tool
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=AudioVideo;Audio;
EOF


%files
%{_bindir}/%{name}
%{_datadir}/applications/%{_real_vendor}-%{name}.desktop
%{_iconsdir}/%{name}.png



%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.31-4.mga3
+ Revision: 379840
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Jan 09 2013 malo <malo> 0.31-3.mga3
+ Revision: 343374
- updated RPM group (Visualization is no more)

* Thu Dec 27 2012 wally <wally> 0.31-2.mga3
+ Revision: 335708
- BR libsndfile-devel

* Sat Nov 17 2012 zezinho <zezinho> 0.31-1.mga3
+ Revision: 319231
- remove forgotten makefile
- disable old patches
- new version
- new version
- change group
- spec cleanup

* Tue Jan 24 2012 zezinho <zezinho> 0.23-1.mga2
+ Revision: 200584
- patch to use new qwt devel paths
- imported package qloud