Hello community, here is the log from the commit of package q4wine for openSUSE:Factory checked in at 2011-12-21 10:03:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/q4wine (Old) and /work/SRC/openSUSE:Factory/.q4wine.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "q4wine", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/q4wine/q4wine.changes 2011-09-23 12:43:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.q4wine.new/q4wine.changes 2011-12-21 10:03:25.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Nov 24 17:12:44 UTC 2011 - [email protected] + +- Corrected License tag according to SPDX Standard. +- Added desktop_database_post/un macros. +- Spec clean up. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ q4wine.spec ++++++ --- /var/tmp/diff_new_pack.pg6Du3/_old 2011-12-21 10:03:26.000000000 +0100 +++ /var/tmp/diff_new_pack.pg6Du3/_new 2011-12-21 10:03:26.000000000 +0100 @@ -20,7 +20,7 @@ Name: q4wine Version: 0.121 Release: 1 -License: GPLv3 +License: GPL-3.0 Summary: Qt4 GUI for WINE Url: http://q4wine.brezblock.org.ua/ Group: System/Emulators/PC @@ -56,37 +56,37 @@ - Logging subsystem. - Winetricks support. - - -Authors: --------- - Alexey Malakhov <[email protected]> - %prep %setup -q %build -%__mkdir build +mkdir build cd build export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install pushd build %make_install popd -%fdupes -s %{buildroot} +%fdupes -s %{buildroot}%{_datadir} %suse_update_desktop_file %{name} -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} +%if 0%{?suse_version} >= 1140 + +%post +%desktop_database_post + +%postun +%desktop_database_postun +%endif %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc AUTHORS ChangeLog LICENSE README TODO -%{_bindir}/* +%{_bindir}/%{name}* %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
