[hawaii-widget-styles] Bulk sad and useless attempt at consistent SPEC file formatting

Lubomir Rintel lkundrak at fedoraproject.org
Sat Jan 4 11:26:17 UTC 2014


commit 5d4d403df2fdf85753c9d853ecf19920a707e17a
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Sat Jan 4 12:26:10 2014 +0100

    Bulk sad and useless attempt at consistent SPEC file formatting

 .gitignore                |    1 +
 hawaii-widget-styles.spec |   22 +++++++++++-----------
 sources                   |    2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1ae8f0..d910315 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /widget-styles-0.1.90.20130618.2b91741.tar.bz2
+/hawaii-widget-styles-0.2.0.tar.gz
diff --git a/hawaii-widget-styles.spec b/hawaii-widget-styles.spec
index 0480057..8bf1f7e 100644
--- a/hawaii-widget-styles.spec
+++ b/hawaii-widget-styles.spec
@@ -3,17 +3,14 @@
 
 Name:           hawaii-widget-styles
 Summary:        Styles for applications using QtQuick Controls
-Version:        0.1.90
-Release:        3.20130827gitf3bcff6%{?dist}
+Version:        0.2.0
+Release:        1%{?dist}
 Group:          Applications/System
 License:        LGPLv2+
 URL:            https://github.com/hawaii-desktop/widget-styles
-# git clone --no-checkout https://github.com/hawaii-desktop/widget-styles.git
-# cd widget-styles/
-# git archive f3bcff6 --prefix=widget-styles/ |gzip >widget-styles.tar.gz
-Source0:        widget-styles-%{version}.20130618.2b91741.tar.bz2
+Source0:        http://downloads.sourceforge.net/mauios/%{name}-%{version}.tar.gz
 
-BuildRequires:  qt5-qtbase-devel
+BuildRequires:  cmake
 Requires:       qt5-qtgraphicaleffects
 Requires:       qt5-qtquickcontrols
 
@@ -22,25 +19,28 @@ Styles for applications using QtQuick Controls.
 
 
 %prep
-%setup -q -n widget-styles
+%setup -q
 
 
 %build
-%{_qt5_qmake}
+%cmake .
 make %{?_smp_mflags}
 
 
 %install
-make install INSTALL_ROOT=%{buildroot}
+make install DESTDIR=%{buildroot}
 
 
 %files
-%{_libdir}/qt5/qml/QtQuick/Controls/Styles/Minimalist
+%{_libdir}/qt5/qml/QtQuick/Controls/Styles/Aluminium
 %doc COPYING.LGPL
 %doc README.md
 
 
 %changelog
+* Sat Jan 04 2014 Lubomir Rintel <lkundrak at v3.sk> - 0.2.0-1
+- Update to a new release tarball
+
 * Thu Oct 24 2013 Lubomir Rintel <lkundrak at v3.sk> - 0.1.90-3.20130827gitf3bcff6
 - Bulk sad and useless attempt at consistent SPEC file formatting
 
diff --git a/sources b/sources
index 165d92d..b6d5b98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d19c2d0badd91577acd8cb78be673436  widget-styles-0.1.90.20130618.2b91741.tar.bz2
+fbbfe25fd6f22829ede9cbc79a2ea781  hawaii-widget-styles-0.2.0.tar.gz


More information about the scm-commits mailing list