[q4wine] Initial import (#640889).

Dmitrij S. Kryzhevich krege at fedoraproject.org
Sun Oct 31 04:31:33 UTC 2010


commit cdec5051295ccb62790e6401743a159f700beecd
Author: Dmitrij S. Kryzhevich <krege at land.ru>
Date:   Sun Oct 31 10:31:33 2010 +0600

    Initial import (#640889).

 .gitignore  |    1 +
 q4wine.spec |   84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources     |    1 +
 3 files changed, 86 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..45f4d80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/q4wine-0.120.tar.bz2
diff --git a/q4wine.spec b/q4wine.spec
new file mode 100644
index 0000000..147dee6
--- /dev/null
+++ b/q4wine.spec
@@ -0,0 +1,84 @@
+Name:           q4wine
+Version:        0.120
+Release:        3%{?dist}
+Summary:        Qt4 GUI for wine
+
+Group:          Applications/Emulators
+License:        GPLv3
+URL:            http://q4wine.brezblock.org.ua/
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  qt-devel cmake
+BuildRequires:  desktop-file-utils
+BuildRequires:  fuseiso icoutils
+Requires:       wine-core fuseiso icoutils
+
+%description
+Q4Wine is a qt4 GUI for wine. It will help
+you 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 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.
+* Winetriks support.
+
+
+%prep
+%setup -q
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake} -DWITH_WINETRIKS=ON ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+# broken © symbol
+iconv -f koi8-u -t utf8 LICENSE > LICENSE.utf
+mv LICENSE.utf LICENSE
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} -C %{_target_platform}
+
+desktop-file-validate %{buildroot}%{_datadir}/applications/q4wine.desktop
+
+%clean
+rm -rf %{buildroot}
+
+%post
+update-desktop-database &> /dev/null ||:
+
+%postun
+update-desktop-database &> /dev/null || :
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS LICENSE README
+%{_bindir}/q4wine*
+%{_libdir}/q4wine
+%{_datadir}/applications/q4wine.desktop
+%{_mandir}/man1/q4wine*.gz
+%{_datadir}/pixmaps/q4wine.png
+%{_datadir}/q4wine
+
+%changelog
+* Wed Oct 27 2010 Dmitrij S. Kryzhevich <krege at land.ru> 0.120-3
+- Put desktop-file-validate to proper place.
+- Own %%{_libdir}/q4wine.
+
+* Tue Oct 26 2010 Dmitrij S. Kryzhevich <krege at land.ru> 0.120-2
+- post and postun scripts added.
+- Source0 changed for Packaging:SourceURL.
+- fix for © symbol in LICENSE.
+
+* Wed Oct 06 2010 Dmitrij S. Kryzhevich <krege at land.ru> 0.120-1
+- initial build.
diff --git a/sources b/sources
index e69de29..8e5a275 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e5ba5dd7c8060f7ea3de60b077389143  q4wine-0.120.tar.bz2


More information about the scm-commits mailing list