Compare commits
38 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
febdfda01d |
||
|
|
ff4490033a | ||
|
|
28734c5080 | ||
|
|
9d8ae5ef61 | ||
|
|
3bce622219 | ||
|
|
e953af5da0 | ||
|
|
e084498d90 | ||
|
|
c74904aa73 | ||
|
|
3dabf95a59 | ||
|
|
799e67cb0c | ||
|
|
9b4f8026ae | ||
|
|
f93d1445aa | ||
|
|
d1372b5505 | ||
|
|
196c7b102c | ||
|
|
cd8235e483 | ||
| 15953aae67 | |||
|
|
5be0d90a03 | ||
|
|
bf76a62eaf | ||
|
|
602edeae1a | ||
|
f5a825ef71 |
|||
| 17fe9c6cb3 | |||
|
|
86530ad85a | ||
|
|
5c38aea13c | ||
|
|
3f0f389ef3 | ||
|
|
fd4c7a6d1a | ||
|
|
1fc8bd7d89 | ||
|
|
24c2c230d2 | ||
| cac28598d7 | |||
|
|
95c5947f96 | ||
|
|
30e3e5016e | ||
|
|
01256034c9 | ||
|
|
e5394c2d3a | ||
|
|
25e82a3426 | ||
|
|
a9c4470f41 | ||
|
|
602e8f4fce | ||
|
|
44b9273270 | ||
|
|
dc2ae6eb35 | ||
|
|
4c2f9f11b6 |
7 changed files with 1 additions and 100 deletions
|
|
@ -1 +0,0 @@
|
||||||
wput-0.6.1.tgz
|
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: wput
|
|
||||||
# $Id$
|
|
||||||
NAME := wput
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attept a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Orphaned for 6+ weeks
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
wput-0_6_1-4_fc10:HEAD:wput-0.6.1-4.fc10.src.rpm:1235044059
|
|
||||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
||||||
92b41efed4db8eb4f3443c23bf7ceecf wput-0.6.1.tgz
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
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."
|
|
||||||
62
wput.spec
62
wput.spec
|
|
@ -1,62 +0,0 @@
|
||||||
Summary: A utility for uploading files or whole directories to remote ftp-servers
|
|
||||||
Name: wput
|
|
||||||
Version: 0.6.1
|
|
||||||
Release: 6%{?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 Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
||||||
|
|
||||||
|
|
||||||
* Mon Oct 28 2008 Itamar Reis Peixoto <itamar@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@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@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@ispbrasil.com.br> - 0.6.1-1.0
|
|
||||||
- Initial package.
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue