rpms/tftp/devel tftp.spec,1.34,1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 19 10:51:00 UTC 2007


Author: mbarabas

Update of /cvs/dist/rpms/tftp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24303

Modified Files:
	tftp.spec 
Log Message:
Merge review 226489


Index: tftp.spec
===================================================================
RCS file: /cvs/dist/rpms/tftp/devel/tftp.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- tftp.spec	4 Dec 2006 16:27:36 -0000	1.34
+++ tftp.spec	19 Feb 2007 10:50:58 -0000	1.35
@@ -3,15 +3,16 @@
 Summary: The client for the Trivial File Transfer Protocol (TFTP).
 Name: tftp
 Version: %{tftp_hpa_version}
-Release: 3.2
+Release: 3.3
 License: BSD
 Group: Applications/Internet
 Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{tftp_hpa_version}.tar.gz
+URL: http://www.kernel.org/pub/software/network/tftp/
 Patch0: tftp-0.40-remap.patch
 Patch1: tftp-hpa-0.42-sigjmp.patch
 Patch2: tftp-hpa-0.39-tzfix.patch
-BuildPreReq: tcp_wrappers-devel
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRequires: tcp_wrappers-devel
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 The Trivial File Transfer Protocol (TFTP) is normally used only for
@@ -22,7 +23,7 @@
 
 %package server
 Group: System Environment/Daemons
-Summary: The server for the Trivial File Transfer Protocol (TFTP).
+Summary: The server for the Trivial File Transfer Protocol (TFTP)
 Requires: xinetd
 
 %description server
@@ -50,9 +51,7 @@
 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,8}
 mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
 
-make INSTALLROOT=${RPM_BUILD_ROOT} \
-    SBINDIR=%{_sbindir} MANDIR=%{_mandir} \
-	install
+make INSTALLROOT=${RPM_BUILD_ROOT} SBINDIR=%{_sbindir} MANDIR=%{_mandir} install
 install -m755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/ ${RPM_BUILD_ROOT}/tftpboot
 install -m644 tftp-xinetd ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/tftp
 
@@ -80,6 +79,10 @@
 %{_mandir}/man8/*
 
 %changelog
+* Mon Feb 19 2007 Maros Barabas <mbarabas at redhat.com> - 0.42-3.3
+- make some changes in spec file (review)
+- Resolves #226489
+
 * Mon Dec 04 2006 Maros Barabas <mbarabas at redhat.com> - 0.42-3.2
 - change BuildRequires from tcp_wrappers to tcp_wrappers-devel
 




More information about the fedora-cvs-commits mailing list