[kpassgen] dependecies fix

Siddharth Sharma siddharths at fedoraproject.org
Sat Jan 29 19:38:45 UTC 2011


commit 8a74be58bca1c79cd72772e4c415f88ecca33251
Author: Siddharth Sharma <siddharths at fedoraproject.org>
Date:   Sun Jan 30 01:08:54 2011 +0530

    dependecies fix

 kpassgen.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/kpassgen.spec b/kpassgen.spec
index fc0ad91..acf3e55 100644
--- a/kpassgen.spec
+++ b/kpassgen.spec
@@ -1,6 +1,6 @@
 Name: kpassgen
 Version: 1.3
-Release: 1%{dist}
+Release: 2%{dist}
 Summary: Random password creator
 
 Group: Applications/System
@@ -10,7 +10,7 @@ Source0: http://sourceforge.net/projects/kpassgen/files/1.x/kpassgen-%{version}.
 Source1: kpassgen.png
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: kdelibs4-devel cmake make qt-devel
+BuildRequires: kdelibs4-devel cmake make qt-devel qt qt-x11
 
 %description
 Generates a set of random passwords of any length that can include the letter
@@ -57,6 +57,8 @@ gtk-update-icon-cache %{_datadir}/pixmaps &>/dev/null || :
 %{_kde4_datadir}/kde4/apps/kpassgen/kpassgenui.rc
 %{_datadir}/pixmaps/%{name}.png
 %changelog
+*Sat Jan 29 2011 siddharth Sharma <siddharths at fedoraproject.org> - 1.3-2
+ - Build Require fix
 *Thu Dec 23 2010 siddharth Sharma <siddharths at fedoraproject.org> - 1.3-1
  - Initial Release 1
 


More information about the scm-commits mailing list