[fluid] A more recent Git snapshot

Lubomir Rintel lkundrak at fedoraproject.org
Tue Feb 18 22:15:23 UTC 2014


commit 8e367590fe4933198c012ac408badd89e122d479
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Tue Feb 18 23:16:05 2014 +0100

    A more recent Git snapshot

 fluid.spec |   20 +++++++++++++-------
 sources    |    2 +-
 2 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/fluid.spec b/fluid.spec
index dc21e18..d0f5839 100644
--- a/fluid.spec
+++ b/fluid.spec
@@ -1,11 +1,15 @@
 Name:           fluid
 Summary:        Library for fluid and dynamic applications development with QtQuick
-Version:        0.2.0
-Release:        1%{?dist}
+Version:        0.2.90
+Release:        0.1.20140101gite9ea587%{?dist}
 Group:          Applications/System
 License:        LGPLv2+
 URL:            https://github.com/hawaii-desktop/fluid
-Source0:        http://downloads.sourceforge.net/mauios/%{name}-%{version}.tar.gz
+#Source0:        http://downloads.sourceforge.net/mauios/%{name}-%{version}.tar.gz
+# git clone https://github.com/mauios/fluid.git
+# cd fluid
+# git archive e9ea587 --prefix=fluid/ |gzip -9 >fluid.tar.gz
+Source0:        %{name}.tar.gz
 
 Requires:       qt5-qtquickcontrols
 Requires:       qt5-qtdeclarative
@@ -22,7 +26,7 @@ Library for fluid and dynamic applications development with QtQuick.
 
 
 %prep
-%setup -q
+%setup -q -n %{name}
 
 
 %build
@@ -36,20 +40,22 @@ make install DESTDIR=%{buildroot}
 # Swordfish and Hawaii Shell use these.
 # Shell sets a search path in launcher, but Swordfish does not.
 install -d %{buildroot}%{_qt5_prefix}/qml
-ln -sf ../../hawaii/qml/Fluid{Ui,Extra} %{buildroot}%{_qt5_prefix}/qml
+ln -sf ../../hawaii/qml/Fluid %{buildroot}%{_qt5_prefix}/qml
 
 
 %files
 %dir %{_libdir}/hawaii
 %dir %{_libdir}/hawaii/qml
-%{_libdir}/hawaii/qml/FluidExtra
-%{_libdir}/hawaii/qml/FluidUi
+%{_libdir}/hawaii/qml/Fluid
 %{_qt5_prefix}/qml/*
 %doc COPYING.LGPL
 %doc README.md
 
 
 %changelog
+* Tue Feb 18 2014 Lubomir Rintel <lkundrak at v3.sk> - 0.2.90-0.1.20140101gite9ea587
+- A more recent Git snapshot
+
 * Sat Jan 04 2014 Lubomir Rintel <lkundrak at v3.sk> - 0.2.0-1
 - Update to a new release tarball
 
diff --git a/sources b/sources
index f9d33b7..52a23b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63b016ba06ba946a0e4a67ab5e62dad2  fluid-0.2.0.tar.gz
+7319fb6978753ebbb657b449ba171774  fluid.tar.gz


More information about the scm-commits mailing list