summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLyes Saadi <mail@lyes.eu>2020-10-10 20:34:31 +0100
committerLyes Saadi <mail@lyes.eu>2020-10-10 20:34:31 +0100
commitdbc4de7feacde59b655e4e23b91d58f07fc97508 (patch)
tree17d1d73bbfb2b6762a48bd251a9b6206a0078d4b
parent13059af2a46f1c6f12df5a75e7ecb7432b6de6cb (diff)
Renaming redditgtk to Giara + Update to 0.1
-rw-r--r--giara/giara.spec (renamed from redditgtk/redditgtk.spec)28
1 files changed, 21 insertions, 7 deletions
diff --git a/redditgtk/redditgtk.spec b/giara/giara.spec
index d408bb5..dddd30e 100644
--- a/redditgtk/redditgtk.spec
+++ b/giara/giara.spec
@@ -1,12 +1,13 @@
-%global uuid org.gabmus.redditgtk
-%global forgeurl https://gitlab.gnome.org/GabMus/redditgtk
-%global commit 82127b46633d547c6a63ddffd4a41d783e0c5bf6
+%global uuid org.gabmus.giara
+%global forgeurl https://gitlab.gnome.org/GabMus/giara
-Name: redditgtk
-Version: 0
+Name: giara
+Version: 0.1
Release: 1%{?dist}
Summary: GTK client for Reddit, built with mobile Linux in mind
+%global tag %{version}
+
%forgemeta
License: GPLv3+
@@ -18,19 +19,28 @@ BuildRequires: python3-devel
BuildRequires: gtk3-devel
BuildRequires: libhandy1-devel
BuildRequires: pkgconfig(gobject-introspection-1.0)
-BuildRequires: python3-flask
+BuildRequires: python3-beautifulsoup4
BuildRequires: python3-gobject
+BuildRequires: python3-mistune
+BuildRequires: python3-pillow
BuildRequires: python3-praw
+BuildRequires: python3-requests
Requires: gtk3
Requires: hicolor-icon-theme
Requires: libhandy1
-Requires: python3-flask
+Requires: python3-beautifulsoup4
Requires: python3-gobject
+Requires: python3-mistune
+Requires: python3-pillow
Requires: python3-praw
+Requires: python3-requests
BuildArch: noarch
+# Giara was once named redditgtk
+Provides: redditgtk = %{version}-%{release}
+Obsoletes: redditgtk <= 0.2
%description
GTK client for Reddit, built with mobile Linux in mind.
@@ -65,5 +75,9 @@ GTK client for Reddit, built with mobile Linux in mind.
%changelog
+* Sat Oct 10 2020 Lyes Saadi <fedora@lyes.eu> - 0.1-1
+- 0.1 Release
+- Rename package from redditgtk to giara
+
* Sun Sep 20 2020 Lyes Saadi <fedora@lyes.eu> - 0-1.20200920gitc7406bc
- Initial package \ No newline at end of file