rpms/putty/devel putty.spec,1.7,1.8

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 23:53:15 UTC 2005


Author: thias

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

Modified Files:
	putty.spec 
Log Message:
Mass letter "o" and "p" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: putty.spec
===================================================================
RCS file: /cvs/extras/rpms/putty/devel/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	3 Mar 2005 23:53:13 -0000	1.8
@@ -1,29 +1,24 @@
-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
+Name:		putty
+Version:	0.57
+Release:	1
+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.57.tar.gz
 Source1:	putty.desktop
-Source2:        putty.png
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: 	gtk+-devel desktop-file-utils
+Source2:	putty.png
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	gtk+-devel desktop-file-utils
 
 
-#---------------------------------------------------------------------
-
 %description
 Putty is a SSH, Telnet & Rlogin client - this time for Linux.
 
-#---------------------------------------------------------------------
 
 %prep
 %setup -q
 
-#---------------------------------------------------------------------
 
 %build
 ./mkfiles.pl
@@ -33,7 +28,6 @@
 make %{?_smp_mflags}
 popd
 
-#---------------------------------------------------------------------
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -53,7 +47,6 @@
 
 install -m644 -D -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/putty.png
 
-#---------------------------------------------------------------------
 
 %files
 %defattr(-,root,root)
@@ -63,9 +56,11 @@
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/putty.png
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %changelog
 * 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