rpms/putty/FC-3 putty.spec,1.7,1.8

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


Author: mjk

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

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



Index: putty.spec
===================================================================
RCS file: /cvs/extras/rpms/putty/FC-3/putty.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- putty.spec	21 Feb 2005 13:18:35 -0000	1.7
+++ putty.spec	2 May 2006 21:29:34 -0000	1.8
@@ -1,40 +1,35 @@
-Name: 		putty
-Version: 	0.57
-Release: 	1
-Epoch:          0
-Summary:	Putty - a SSH, Telnet & Rlogin client
-License: 	MIT
-Group: 		Applications/Internet
-Url: 		http://www.chiark.greenend.org.uk/~sgtatham/putty/
-Source0: 	http://the.earth.li/~sgtatham/putty/latest/putty-0.57.tar.gz
-Source1:	putty.desktop
-Source2:        putty.png
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: 	gtk+-devel desktop-file-utils
-
-
-#---------------------------------------------------------------------
+Name:		putty
+Version:	0.58
+Release:	2%{?dist}
+Summary:	SSH, Telnet and Rlogin client
+License:	MIT
+Group:		Applications/Internet
+URL:		http://www.chiark.greenend.org.uk/~sgtatham/putty/
+Source0:	http://the.earth.li/~sgtatham/putty/latest/putty-0.58.tar.gz
+Source1:	http://the.earth.li/~sgtatham/putty/latest/putty-0.58.tar.gz.RSA
+Source2:	putty.desktop
+Source3:	putty.png
+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
 ./mkfiles.pl
 pushd unix
-perl -pi -e "s,-O2,$RPM_OPT_FLAGS,g;s,/usr/local,%{_prefix},g" Makefile.gtk
+%{__sed} -i -e "s/-O2 -Wall -Werror/$RPM_OPT_FLAGS/g" \
+            -e "s,/usr/local,%{_prefix},g" \
+            Makefile.gtk
 ln -s Makefile.gtk Makefile
 make %{?_smp_mflags}
 popd
 
-#---------------------------------------------------------------------
-
 %install
 rm -rf $RPM_BUILD_ROOT
 pushd unix
@@ -49,11 +44,9 @@
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   --mode 644 \
   --add-category X-Fedora \
-  %{SOURCE1}
-
-install -m644 -D -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/putty.png
+  %{SOURCE2}
 
-#---------------------------------------------------------------------
+install -m644 -D -p %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/pixmaps/putty.png
 
 %files
 %defattr(-,root,root)
@@ -67,6 +60,15 @@
 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
+
+* Tue Feb 29 2005 Adrian Reber <adrian at lisas.de> - 0.57-2
+- fix build with gcc4
+
 * Mon Feb 21 2005 Adrian Reber <adrian at lisas.de> - 0.57-1
 - Updated to 0.57
 




More information about the fedora-extras-commits mailing list