d2383b8
Summary:       An additive synthesizer using JACK
d2383b8
Name:          Add64
d2383b8
Version:       1.2.2
ce011dc
Release:       4%{?dist}
d2383b8
URL:           http://sourceforge.net/projects/add64
d2383b8
Source0:       http://downloads.sourceforge.net/project/add64/%{name}-%{version}.tar.bz2
d2383b8
Source1:       %{name}.desktop
d2383b8
# icon taken from screenshot
d2383b8
Source2:       add64.png
d2383b8
License:       GPLv3
d2383b8
Group:         Applications/Multimedia
d2383b8
d2383b8
BuildRequires: jack-audio-connection-kit-devel
d2383b8
BuildRequires: qt4-devel
d2383b8
BuildRequires: desktop-file-utils
d2383b8
d2383b8
%description
d2383b8
Add64 is an additive synthesizer using Qt and the JACK audio connection kit
d2383b8
d2383b8
%prep
d2383b8
%setup -q -n %{name}-%{version}
d2383b8
sed -i -e 's|lib64|%{_lib}|' \
d2383b8
       -e 's|$(QT_BASE_DIR)/bin|%{_qt4_libdir}/qt4/bin|' \
d2383b8
       -e 's|-lm|-lm -lstdc++|' \
d2383b8
       -e 's|-O2 -g -Wall|%{optflags}|' Makefile
d2383b8
chmod -x * 
d2383b8
d2383b8
%build
d2383b8
make %{?_smp_mflags}
d2383b8
d2383b8
%install
d2383b8
install -d -m 755 %{buildroot}%{_bindir}
d2383b8
install -d -m 755 %{buildroot}%{_datadir}/applications
d2383b8
install -d -m 755 %{buildroot}%{_datadir}/pixmaps
d2383b8
d2383b8
install -m 755 -p %{name} %{buildroot}%{_bindir}
d2383b8
install -m 644 -p %{SOURCE2} %{buildroot}%{_datadir}/pixmaps
d2383b8
desktop-file-install \
d2383b8
  --dir %{buildroot}%{_datadir}/applications    \
d2383b8
    %{SOURCE1}
d2383b8
d2383b8
%post
d2383b8
update-desktop-database &> /dev/null || :
d2383b8
d2383b8
%postun
d2383b8
update-desktop-database &> /dev/null || :
d2383b8
d2383b8
%files 
d2383b8
%doc LICENSE README 
d2383b8
%{_bindir}/%{name}
d2383b8
%{_datadir}/applications/%{name}.desktop
d2383b8
%{_datadir}/pixmaps/add64.png
d2383b8
d2383b8
%changelog
ce011dc
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-4
ce011dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ce011dc
8945142
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-3
8945142
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8945142
d2383b8
* Thu Jul 26 2012 Brendan Jones <brendan.jones.it@gmail.com> 1.2.2-2
d2383b8
- Add missing BR
d2383b8
d2383b8
* Mon Jun 11 2012 Brendan Jones <brendan.jones.it@gmail.com> 1.2.2-1
d2383b8
- Initial build