rpms/wput/devel import.log, NONE, 1.1 wput-destdir.patch, NONE, 1.1 wput.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Itamar Reis Peixoto itamarjp at fedoraproject.org
Thu Feb 19 11:49:41 UTC 2009


Author: itamarjp

Update of /cvs/pkgs/rpms/wput/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27751/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log wput-destdir.patch wput.spec 
Log Message:
Initial RPM import F11



--- NEW FILE import.log ---
wput-0_6_1-4_fc10:HEAD:wput-0.6.1-4.fc10.src.rpm:1235044059

wput-destdir.patch:

--- NEW FILE wput-destdir.patch ---
diff -ruN wput-0.6.1.orig/Makefile.in wput-0.6.1.new/Makefile.in
--- wput-0.6.1.orig/Makefile.in	2007-12-12 15:30:04.000000000 -0200
+++ wput-0.6.1.new/Makefile.in	2008-10-26 20:09:36.000000000 -0200
@@ -16,8 +16,8 @@
 
 install: all
 	cd po && $(MAKE) $(MAKEDEFS) $@
-	install -m0755 wput $(bindir)
-	install -m0644 doc/wput.1.gz $(mandir)
+	install -D -p -m 0755 wput $(DESTDIR)$(bindir)/wput
+	install -D -p -m 0644 doc/wput.1.gz $(DESTDIR)$(mandir)/wput.1.gz
 	@echo "----------------"
 	@echo "Wput installed. See 'wput -h' or 'man wput' for usage information."
 	@echo "Further documentation is located in the doc/USAGE.* files."


--- NEW FILE wput.spec ---
Summary: A utility for uploading files or whole directories to remote ftp-servers
Name: wput
Version: 0.6.1
Release: 4%{?dist}
License: GPLv2+
Group: Applications/Internet
URL: http://wput.sourceforge.net/
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Patch0: wput-destdir.patch
BuildRequires: gettext
BuildRequires: gnutls-devel

%description
Wput is a command-line ftp-client that looks like wget but instead of
downloading, uploads files or whole directories to remote ftp-servers.

%prep
%setup -q
%patch0 -p1

%build
%configure --disable-g-switch

%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc ChangeLog COPYING INSTALL TODO doc
%{_mandir}/man1/*
%{_bindir}/%{name}

%changelog

* Mon Oct 28 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.6.1-4
- Changes bugzilla #468633 Comment #10 From Manuel Wolfshant ->
- BuildRequires: gettext / gnutls-devel

* Thu Oct 27 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.6.1-3
- Start counting patches from 0 / Rename Patch1 to Patch0
- Fix Source0 Address

* Mon Oct 27 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.6.1-2
- Changes bugzilla #468633 Comment #1 From Fabian Affolter ->
- Fix Release, %%files section and consistent use of macros

* Thu Oct 26 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.6.1-1.0
- Initial package.

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wput/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Oct 2008 21:25:24 -0000	1.1
+++ .cvsignore	19 Feb 2009 11:49:10 -0000	1.2
@@ -0,0 +1 @@
+wput-0.6.1.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wput/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Oct 2008 21:25:24 -0000	1.1
+++ sources	19 Feb 2009 11:49:10 -0000	1.2
@@ -0,0 +1 @@
+92b41efed4db8eb4f3443c23bf7ceecf  wput-0.6.1.tgz




More information about the fedora-extras-commits mailing list