diff options
Diffstat (limited to 'dists/rpm')
-rw-r--r-- | dists/rpm/gsignond-tizen.spec | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/dists/rpm/gsignond-tizen.spec b/dists/rpm/gsignond-tizen.spec index 101f5c1..7b7983c 100644 --- a/dists/rpm/gsignond-tizen.spec +++ b/dists/rpm/gsignond-tizen.spec @@ -6,9 +6,9 @@ Name: gsignond Summary: GLib based Single Sign-On daemon -Version: 1.0.0 -Release: 1 -Group: System/Daemons +Version: 1.0.1 +Release: 2 +Group: Security/Accounts License: LGPL-2.1+ Source: %{name}-%{version}.tar.gz URL: https://01.org/gsso @@ -52,12 +52,6 @@ Requires: %{name} = %{version}-%{release} %prep %setup -q -n %{name}-%{version} -if [ -f = "gtk-doc.make" ] -then -rm gtk-doc.make -fi -touch gtk-doc.make -autoreconf -f -i %build |