diff --git a/qsynth.spec b/qsynth.spec index f74b6ba..e6c0da2 100644 --- a/qsynth.spec +++ b/qsynth.spec @@ -1,9 +1,7 @@ -%global desktop_vendor fedora - Summary: Qt based Fluidsynth GUI front end Name: qsynth Version: 0.3.6 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://qsynth.sourceforge.net Source0: http://downloads.sourceforge.net/qsynth/qsynth-%{version}.tar.gz # We don't want .qm files in the default locale dir @@ -15,7 +13,6 @@ Patch3: qsynth-fedora-defaults.patch Patch4: qsynth-linking.patch License: GPLv2+ Group: Applications/Multimedia -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: hicolor-icon-theme Requires: soundfont2-default @@ -50,35 +47,31 @@ popd make %{?_smp_mflags} -C %{_target_platform} %install -rm -rf %{buildroot} make DESTDIR=%{buildroot} install -C %{_target_platform} # desktop file -mkdir -p %{buildroot}%{_datadir}/applications -desktop-file-install --vendor %{desktop_vendor} \ - --delete-original \ - --dir %{buildroot}%{_datadir}/applications \ +desktop-file-install \ --add-category="X-Synthesis" \ %{buildroot}%{_datadir}/applications/qsynth.desktop # Handle locale's %find_lang %{name} --with-qt -%clean -rm -rf %{buildroot} - %files -f qsynth.lang -%defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/qsynth %{_datadir}/pixmaps/qsynth.png %dir %{_datadir}/qsynth/ %dir %{_datadir}/qsynth/locale -%{_datadir}/applications/%{desktop_vendor}-qsynth.desktop +%{_datadir}/applications/qsynth.desktop %changelog +* Sun Feb 10 2013 Orcan Ogetbil - 0.3.6-4 +- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/24 +- some specfile cleanup + * Sat Jul 21 2012 Fedora Release Engineering - 0.3.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild