rpms/corkscrew/devel corkscrew.spec,1.3,1.4

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Fri Nov 16 18:11:30 UTC 2007


Author: rishi

Update of /cvs/pkgs/rpms/corkscrew/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32593

Modified Files:
	corkscrew.spec 
Log Message:
Updated to 2.0-7 in devel.

 Modified Files:
 	corkscrew.spec 



Index: corkscrew.spec
===================================================================
RCS file: /cvs/pkgs/rpms/corkscrew/devel/corkscrew.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- corkscrew.spec	25 Aug 2007 04:26:10 -0000	1.3
+++ corkscrew.spec	16 Nov 2007 18:10:57 -0000	1.4
@@ -1,17 +1,17 @@
-Summary: Tool for tunneling SSH through HTTP proxies
-Name: corkscrew
-Version: 2.0
-Release: 6%{dist}
-License: GPLv2
-Group: Applications/Internet
-URL: http://www.agroman.net/corkscrew/
-Source0: http://www.agroman.net/corkscrew/%{name}-%{version}.tar.gz
-Source1: %{name}.1
+Summary:	Tool for tunneling SSH through HTTP proxies
+Name:		corkscrew
+Version:	2.0
+Release:	7%{?dist}
+License:	GPLv2
+Group:		Applications/Internet
+URL:		http://www.agroman.net/corkscrew/
+Source0:	http://www.agroman.net/corkscrew/%{name}-%{version}.tar.gz
+Source1:	%{name}.1
 
-Patch0: %{name}-%{version}-from-debian.patch
-Patch1: %{name}-%{version}-typo.patch
+Patch0:		%{name}-%{version}-from-debian.patch
+Patch1:		%{name}-%{version}-typo.patch
 
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %description
 Corkscrew is a tool for tunneling SSH through HTTP proxies.
@@ -35,21 +35,29 @@
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
 
 # man page
-install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
+install -p -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README TODO
+%doc AUTHORS
+%doc ChangeLog
+%doc COPYING
+%doc README
+%doc TODO
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Fri Nov 16 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.0-7
+- Fixed the value of Release according to Fedora dist tag guidelines.
+- Preserved timestamps using 'install -p'.
+
 * Fri Aug 03 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.0-6
 - Moved the online manual page from Patch0 to Source1.
 




More information about the fedora-extras-commits mailing list