From 2072cf90bb6d75999591bc4e260d5ae09fa680d4 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Thu, 27 Feb 2014 17:31:43 +0800 Subject: [PATCH] Fixup %? --- yapet.spec | 6 +++--- 1 file 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.