[yapet/f20] Fixup %?

Christopher Meng cicku at fedoraproject.org
Thu Feb 27 09:31:08 UTC 2014


commit 2072cf90bb6d75999591bc4e260d5ae09fa680d4
Author: Christopher Meng <i at cicku.me>
Date:   Thu Feb 27 17:31:43 2014 +0800

    Fixup %?

 yapet.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/yapet.spec b/yapet.spec
index d5a6fd0..5520685 100644
--- a/yapet.spec
+++ b/yapet.spec
@@ -6,10 +6,10 @@ Release:        1%{?pre}%{?dist}
 Summary:        Curses based password encryption tool
 License:        GPLv3+ with exceptions
 URL:            http://www.guengel.ch/myapps/%{name}/
-Source0:        http://www.guengel.ch/myapps/%{name}/downloads/%{name}-%{version}%{pre}.tar.bz2
-BuildRequires:  openssl-devel
-BuildRequires:  ncurses-devel
+Source0:        http://www.guengel.ch/myapps/%{name}/downloads/%{name}-%{version}%{?pre}.tar.bz2
 BuildRequires:  gettext
+BuildRequires:  ncurses-devel
+BuildRequires:  openssl-devel
 
 %description
 YAPET is a text based password manager using the Blowfish encryption algorithm.


More information about the scm-commits mailing list