[q4wine] Update to 1.1.-r2 version

Dmitrij S. Kryzhevich krege at fedoraproject.org
Thu Apr 3 09:51:17 UTC 2014


commit ae325acaa13e1ad8048bb2cac4f2cea3ec0ae137
Author: Dmitrij S. Kryzhevich <krege at land.ru>
Date:   Thu Apr 3 16:51:05 2014 +0700

    Update to 1.1.-r2 version

 .gitignore  |    1 +
 q4wine.spec |   18 +++++++++---------
 sources     |    2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b11d87f..59f08a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /q4wine-1.0-r2.tar.bz2
 /q4wine-1.0-r3.tar.bz2
 /q4wine-1.1.tar.bz2
+/q4wine-1.1-r2.tar.bz2
diff --git a/q4wine.spec b/q4wine.spec
index 1fab437..8c324e8 100644
--- a/q4wine.spec
+++ b/q4wine.spec
@@ -1,14 +1,14 @@
 Name:           q4wine
 Version:        1.1
-Release:        2%{?dist}
+Release:        3.r2%{?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.bz2
+Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}-r2.tar.bz2
 
-BuildRequires:  qt-devel cmake
+BuildRequires:  qt4-devel cmake
 BuildRequires:  qtsingleapplication-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  fuseiso icoutils
@@ -32,7 +32,7 @@ General features:
 * Winetriks support.
 
 %prep
-%setup -qn %{name}-%{version}
+%setup -qn %{name}-%{version}-r2
 rm -r src/qtsingleapplication
 
 %build
@@ -49,11 +49,9 @@ make install DESTDIR=%{buildroot} -C %{_target_platform}
 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 || :
@@ -63,7 +61,6 @@ fi
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README ChangeLog
 %{_bindir}/q4wine*
 %{_libdir}/q4wine
@@ -74,10 +71,13 @@ fi
 %{_datadir}/q4wine
 
 %changelog
+* Thu Apr 03 2014 Dmitrij S. Kryzhevich <krege at land.ru> 1.1-3.r2
+- Update to 1.1-r2 release.
+
 * Thu Nov 14 2013 Dmitrij S. Kryzhevich <krege at land.ru> - 1.1-2
 - Fix setup macros parameters.
 
-* Thu Nov 14 2013 Dmitrij S. Kryzhevich <krege at land.ru> - 1.1-2
+* Thu Nov 14 2013 Dmitrij S. Kryzhevich <krege at land.ru> - 1.1-1
 - Update to 1.1 release.
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-2.r3
@@ -89,7 +89,7 @@ fi
 * Thu Mar 07 2013 Dmitrij S. Kryzhevich <krege at land.ru> - 1.0-1.r2
 - Update to 1.0-r2 release.
 
-* Thu Feb 12 2013 Dmitrij S. Kryzhevich <krege at land.ru> - 1.0-1.r1
+* Sun 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
diff --git a/sources b/sources
index 22de16e..b8d5858 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d806e02a32346c84f72090a2b5c7f40  q4wine-1.1.tar.bz2
+56675d0a3494e0e91b235c8821e53961  q4wine-1.1-r2.tar.bz2


More information about the scm-commits mailing list