[kredentials/f17] Resolves: Bz 830247

Neil Horman nhorman at fedoraproject.org
Fri Jun 8 20:17:56 UTC 2012


commit 1d43dc9417645ca17036dc4303bee4c88c568c1f
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Fri Jun 8 16:17:29 2012 -0400

    Resolves: Bz 830247

 .gitignore       |    1 +
 kredentials.spec |   15 ++++++++-------
 sources          |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9607e7b..245d5e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /kredentials_2.0-pre1.tar.bz2
+/kredentials-2.0-pre3.tar.bz2
diff --git a/kredentials.spec b/kredentials.spec
index c24182b..a5c82ae 100644
--- a/kredentials.spec
+++ b/kredentials.spec
@@ -1,12 +1,12 @@
 Name:	kredentials
 Version:	2.0
-Release:	0.2.pre1%{?dist}
+Release:	0.2.pre3%{?dist}
 Summary:	KDE system tray kerberos ticket monitor
 
 Group:		System Environment/Daemons
 License:	MIT
 URL:		http://freecode.com/projects/kredentials
-Source0:	http://people.csail.mit.edu/noahm/%{name}/%{version}/%{name}_%{version}-pre1.tar.bz2
+Source0:	http://people.csail.mit.edu/noahm/%{name}/%{version}/%{name}-%{version}-pre3.tar.bz2
 Source1:	kredentials.desktop
 Source2:	kredentials-22x22.png
 Source3:	kredentials-48x48.png
@@ -18,17 +18,15 @@ BuildRequires:	cmake kdelibs-devel
 BuildRequires:	desktop-file-utils
 Requires:	kdebase	
 
-Patch0: kredentials-renew.patch
-Patch1: kredentials-build.patch
+Patch0: kredentials-build.patch
 
 %description
 Kredentials is a system tray applet that monitors and renews kerberos tickets
 for a user
 
 %prep
-%setup -q -n kredentials
+%setup -q -n %{name}-%{version}-pre3
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__mkdir} build
@@ -60,7 +58,7 @@ desktop-file-install --dir=$RPM_BUILD_ROOT/%{_datadir}/applications %{SOURCE1}
 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
 %{_bindir}/kredentials
 %{_datadir}/applications/kredentials.desktop
-%{_datadir}/applnk/Utilities/kredentials.desktop
+%{_datadir}/applications/kde4/kredentials.desktop
 %{_datadir}/icons/hicolor/16x16/apps/kredentials.png
 %{_datadir}/icons/hicolor/22x22/apps/kredentials.png
 %{_datadir}/icons/hicolor/32x32/apps/kredentials.png
@@ -68,6 +66,9 @@ desktop-file-install --dir=$RPM_BUILD_ROOT/%{_datadir}/applications %{SOURCE1}
 %{_datadir}/icons/hicolor/64x64/apps/kredentials.png
 
 %changelog
+* Fri Jun 08 2012 Neil Horman <nhorman at tuxdriver.com> - 2.0-0.2.pre3
+- Update to latest upstream
+
 * Thu Jan 26 2012 Neil Horman <nhorman at tuxdriver.com> - 2.0-0.2.pre1
 - Fixed a build break
 
diff --git a/sources b/sources
index 4a3052e..8466eb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c999b200377706785ec8e1ae5ef61216  kredentials_2.0-pre1.tar.bz2
+0bb6e69555b07feb6ece9745f4f9fdcf  kredentials-2.0-pre3.tar.bz2


More information about the scm-commits mailing list