rpms/putty/FC-4 putty.spec,1.10,1.11

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Tue May 2 21:29:35 UTC 2006


Author: mjk

Update of /cvs/extras/rpms/putty/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29166/FC-4

Modified Files:
	putty.spec 
Log Message:
taking ownership of package



Index: putty.spec
===================================================================
RCS file: /cvs/extras/rpms/putty/FC-4/putty.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- putty.spec	19 Apr 2005 12:22:49 -0000	1.10
+++ putty.spec	2 May 2006 21:29:35 -0000	1.11
@@ -1,6 +1,6 @@
 Name:		putty
 Version:	0.58
-Release:	1
+Release:	2%{?dist}
 Summary:	SSH, Telnet and Rlogin client
 License:	MIT
 Group:		Applications/Internet
@@ -12,14 +12,12 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	gtk+-devel desktop-file-utils sed
 
-
 %description
 Putty is a SSH, Telnet & Rlogin client - this time for Linux.
 
-
 %prep
-%setup -q
 
+%setup -q
 
 %build
 %{__sed} -i -e "/.*sbcsdat.c/d" manifest
@@ -32,7 +30,6 @@
 make %{?_smp_mflags}
 popd
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 pushd unix
@@ -51,7 +48,6 @@
 
 install -m644 -D -p %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/pixmaps/putty.png
 
-
 %files
 %defattr(-,root,root)
 %doc LICENCE
@@ -60,12 +56,13 @@
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/putty.png
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %changelog
+* Wed May 03 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.58-2
+- rebuild
+
 * Tue Apr 19 2005 Adrian Reber <adrian at lisas.de> - 0.58-1
 - Updated to 0.58
 




More information about the fedora-extras-commits mailing list