[kpassgen/f14/master] dependecies fix minor change

Siddharth Sharma siddharths at fedoraproject.org
Sat Jan 29 20:10:31 UTC 2011


commit 9b4924bb63ebc1944f4ae88d89532c2c8e5fde24
Author: Siddharth Sharma <siddharths at fedoraproject.org>
Date:   Sun Jan 30 01:40:43 2011 +0530

    dependecies fix minor change

 kpassgen.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/kpassgen.spec b/kpassgen.spec
index acf3e55..2605a35 100644
--- a/kpassgen.spec
+++ b/kpassgen.spec
@@ -10,7 +10,8 @@ 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 qt qt-x11
+BuildRequires: kdelibs4-devel cmake make qt-devel desktop-file-utils
+Requires: qt qt-x11
 
 %description
 Generates a set of random passwords of any length that can include the letter
@@ -57,8 +58,12 @@ 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
+
+* Sat Jan 29 2011 siddharth Sharma <siddharths at fedoraproject.org> - 1.3-2
+ - Build Require fix and Require fix
+ - BuildRequires: desktop-file-utils
+ - Requires: qt qt-x11
+
+* Thu Dec 23 2010 siddharth Sharma <siddharths at fedoraproject.org> - 1.3-1
  - Initial Release 1
 


More information about the scm-commits mailing list