[q4wine/f17] Update to 1.0-r1 release.

Dmitrij S. Kryzhevich krege at fedoraproject.org
Tue Feb 12 11:58:51 UTC 2013


commit 6518fcdd452f983bdb9ac75102a3d529dadae955
Author: Dmitrij S. Kryzhevich <krege at land.ru>
Date:   Tue Feb 12 18:58:46 2013 +0700

    Update to 1.0-r1 release.

 q4wine.spec |   28 +++++++++++++++++++++-------
 1 files changed, 21 insertions(+), 7 deletions(-)
---
diff --git a/q4wine.spec b/q4wine.spec
index 1d47262..73675b3 100644
--- a/q4wine.spec
+++ b/q4wine.spec
@@ -1,12 +1,12 @@
 Name:           q4wine
-Version:        0.121
-Release:        3%{?dist}
+Version:        1.0
+Release:        1.r1%{?dist}
 Summary:        Qt4 GUI for wine
 
 Group:          Applications/Emulators
 License:        GPLv3
 URL:            http://q4wine.brezblock.org.ua/
-Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}-r1.tar.bz2
 
 BuildRequires:  qt-devel cmake
 BuildRequires:  qtsingleapplication-devel
@@ -32,13 +32,13 @@ General features:
 * Winetriks support.
 
 %prep
-%setup -q
+%setup -qn %{name}-%{version}-r1
 rm -r src/qtsingleapplication
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{cmake} -DWITH_SYSTEM_SINGLEAPP=ON ..
+%{cmake} -DWITH_SYSTEM_SINGLEAPP=ON -DUSE_GZIP=ON -DRELEASE=ON ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -50,21 +50,35 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/q4wine.desktop
 
 %post
 update-desktop-database &> /dev/null ||:
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
 update-desktop-database &> /dev/null || :
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE README
+%doc AUTHORS COPYING README ChangeLog
 %{_bindir}/q4wine*
 %{_libdir}/q4wine
 %{_datadir}/applications/q4wine.desktop
 %{_mandir}/man1/q4wine*.gz
-%{_datadir}/pixmaps/q4wine.png
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/q4wine
 
 %changelog
+* Thu Feb 12 2013 Dmitrij S. Kryzhevich <krege at land.ru> - 1.0-1.r1
+- Update to 1.0-r1 release.
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.121-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
 * Sun Apr 23 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.121-3
 - WINE is supported on ARM too
 


More information about the scm-commits mailing list