Hello community,

here is the log from the commit of package q4wine for openSUSE:Factory
checked in at Wed May 4 14:55:02 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/q4wine/q4wine.changes  2011-04-05 
20:13:25.000000000 +0200
@@ -0,0 +1,81 @@
+-------------------------------------------------------------------
+Tue Apr  5 18:02:32 UTC 2011 - lazy.k...@opensuse.org
+
+- requires libqt4-sql-sqlite
+- added LICENSE and TODO to docs
+
+-------------------------------------------------------------------
+Tue Dec 28 11:28:08 UTC 2010 - lazy.k...@opensuse.org
+
+- update to 0.120+r1
+
+-------------------------------------------------------------------
+Fri Oct  1 19:38:55 UTC 2010 - lazy.kent.s...@gmail.com
+
+- added rpm build opt flags
+
+-------------------------------------------------------------------
+Fri Oct  1 16:25:43 UTC 2010 - lazy.kent.s...@gmail.com
+
+- update to 0.120
+- absolutely requires icoutils
+
+-------------------------------------------------------------------
+Sun Aug 22 10:15:28 UTC 2010 - lazy.kent.s...@gmail.com
+
+- update to 0.119+r1
+
+-------------------------------------------------------------------
+Tue Aug 10 14:17:02 UTC 2010 - lazy.kent.s...@gmail.com
+
+- update to 0.119
+
+-------------------------------------------------------------------
+Thu Apr 15 10:54:22 UTC 2010 - lazy.kent.s...@gmail.com
+
+- update to 0.118
+- added fuseiso to BuildRequires
+
+-------------------------------------------------------------------
+Mon Nov 16 15:04:20 UTC 2009 - lazy.kent.s...@gmail.com
+
+- update to 0.114r1
+
+-------------------------------------------------------------------
+Sun Nov 15 11:05:29 UTC 2009 - lazy.kent.s...@gmail.com
+
+- update to 0.114
+
+-------------------------------------------------------------------
+Thu Oct 15 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- corrected description
+
+-------------------------------------------------------------------
+Mon Oct  5 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- update to 0.113
+- added choice to build with/without icoutils support
+- added fuseiso to Requires
+- removed INSTALL from docs
+- corrected Summary
+-------------------------------------------------------------------
+Sat Jun 20 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- change compiling outside of the source tree
+
+-------------------------------------------------------------------
+Sun May 17 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- compilied with winetricks support
+
+-------------------------------------------------------------------
+Fri May 15 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- desktop file updated
+
+-------------------------------------------------------------------
+Wed May  6 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- updated to v0.112r1
+

calling whatdependson for head-i586


New:
----
  q4wine-0.120+r1.tar.bz2
  q4wine.changes
  q4wine.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ q4wine.spec ++++++
#
# spec file for package q4wine
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           q4wine
Version:        0.120+r1
Release:        1
License:        GPLv3
Summary:        Qt4 GUI for WINE
Url:            http://q4wine.brezblock.org.ua/
Group:          System/Emulators/PC
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  cmake
BuildRequires:  fdupes
BuildRequires:  fuseiso
BuildRequires:  icoutils
BuildRequires:  libqt4-devel
BuildRequires:  update-desktop-files
Requires:       fuseiso
Requires:       icoutils
Requires:       libqt4-sql-sqlite
Requires:       sqlite3
Requires:       sudo
Requires:       wine
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Q4Wine is an Qt4-based GUI for WINE. It will help you to manage wine
prefixes and installed applications.

General features:
- Can export Qt color theme into wine colors settings.
- Can easy work with different wine versions at the same time.
- Easy creating, deleting and managing prefixes (WINEPREFIX).
- Easy controlling for wine process.
- Autostart icons support.
- Easy cd-image use.
- You can extract icons from PE files (.exe .dll).
- Easy backup and restore for managed prefixes.
- Wine AppDB browser.
- Logging subsystem.
- Winetricks support.



Authors:
--------
    Alexey Malakhov <brez...@gmail.com>

%prep
%setup -qn %{name}-0.120-r1

%build
%__mkdir build
cd build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} -DWITH_WINETRIKS=ON
%__make %{?_smp_mflags}

%install
pushd build
%make_install
popd
%fdupes -s %{buildroot}
%suse_update_desktop_file %{name}

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog LICENSE README TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_libdir}/%{name}
%doc %{_mandir}/man?/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to