rpms/putty/devel putty.spec,1.11,1.12

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


Author: mjk

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

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



Index: putty.spec
===================================================================
RCS file: /cvs/extras/rpms/putty/devel/putty.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- putty.spec	26 Feb 2006 07:51:47 -0000	1.11
+++ putty.spec	2 May 2006 21:29:41 -0000	1.12
@@ -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,22 +12,13 @@
 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
-cat<<EOT
-
-Build disabled. Package is without maintainer.
-
-EOT
-exit 1
 
 %setup -q
 
-
 %build
 %{__sed} -i -e "/.*sbcsdat.c/d" manifest
 ./mkfiles.pl
@@ -39,7 +30,6 @@
 make %{?_smp_mflags}
 popd
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 pushd unix
@@ -58,7 +48,6 @@
 
 install -m644 -D -p %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/pixmaps/putty.png
 
-
 %files
 %defattr(-,root,root)
 %doc LICENCE
@@ -67,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