]> git.pld-linux.org Git - packages/gftp.git/commitdiff
[1.12-4]
authorpius <pius@pld-linux.org>
Mon, 29 Mar 1999 20:18:08 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added wmconfig file,
- added gftp-pld.patch,
- fixed Source description,
- changed Group to X11/Applications/Networking,
- changed Buildroot to /tmp/%%{name}-%%{version}-root,
- added "Requires: gtk+ = 1.2.1",
- added pl translation,
- added -q %setup parameter,
- changed PREFIX to /usr/X11R6,
- fixed passing RPM_OPT_FLAGS (gftp-opt.patch),
- simplifications in %install,
- added gzipping documentation,
- added full %defattr description in %files,
- moved %changelog at the end of spec,
- minor changes.

Status: Ready

Changed files:
    gftp.spec -> 1.1

gftp.spec [new file with mode: 0644]

diff --git a/gftp.spec b/gftp.spec
new file mode 100644 (file)
index 0000000..f7b00a8
--- /dev/null
+++ b/gftp.spec
@@ -0,0 +1,87 @@
+Summary:       Multithreaded FTP client for X Window
+Summary(pl):   Wielow±tkowy klient FTP dla X Window
+Name:          gftp
+Version:       1.12    
+Release:       4
+Group:         X11/Applications/Networking
+Group(pl):     X11/Aplikacje/Sieciowe
+Copyright:     GPL
+Source0:       http://www.newwave.net/~masneyb/%{name}-%{version}.tar.gz
+Source1:       gftp.desktop
+Source2:       gftp.wmconfig
+Patch0:                gftp-opt.patch
+Patch1:                gftp-pld.patch
+URL:           http://www.newwave.net/~masneyb/
+Requires:      gtk+ = 1.2.1
+Buildroot:      /tmp/%{name}-%{version}-root
+
+%description
+gFTP is a multithreaded FTP client for X Window written using Gtk. It
+allows to have simultaneous downloads, resuming of interrupted file
+transfers, file transfer queues, a very nice connection manager and
+many more features.
+
+%description -l pl
+gFTP jest wielow±tkowym klientem FTP dla X Window, napisanym przy u¿yciu Gtk.
+Pozwala na jednoczesne ¶ci±ganie wielu plików, wznawianie przerwanych 
+transferów, kolejkowanie przesy³anych plików, posiada bardzo przyjemnego 
+zarz±dcê po³±czeñ i wiele innych mo¿liwo¶ci.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+
+make OPTFLAGS="$RPM_OPT_FLAGS -Wall" \
+       PREFIX="/usr/X11R6"
+
+%install
+install -d $RPM_BUILD_ROOT/usr/X11R6/{bin,share/{gftp,gnome/apps/Internet}} \
+       $RPM_BUILD_ROOT/etc/X11/wmconfig
+
+make install PREFIX=$RPM_BUILD_ROOT/usr/X11R6 
+
+install %{SOURCE1} $RPM_BUILD_ROOT/usr/X11R6/share/gnome/apps/Internet
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/X11/wmconfig/gftp
+
+gzip -9nf README TODO CHANGELOG
+
+%clean
+rm -r $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.gz TODO.gz CHANGELOG.gz
+
+%attr(755,root,root) /usr/X11R6/bin/gftp
+/usr/X11R6/share/gnome/apps/Internet/gftp.desktop
+/usr/X11R6/share/gftp/*
+
+%config(missingok) /etc/X11/wmconfig/gftp
+
+%changelog
+* Mon Mar 29 1999 Piotr Czerwiñski <pius@pld.org.pl>
+  [1.12-4]
+- added wmconfig file,
+- added gftp-pld.patch,
+- fixed Source description,
+- changed Group to X11/Applications/Networking,
+- changed Buildroot to /tmp/%%{name}-%%{version}-root,
+- added "Requires: gtk+ = 1.2.1",
+- added pl translation,
+- added -q %setup parameter,
+- changed PREFIX to /usr/X11R6,
+- fixed passing RPM_OPT_FLAGS (gftp-opt.patch),
+- simplifications in %install,
+- added gzipping documentation,
+- added full %defattr description in %files,
+- moved %changelog at the end of spec,
+- minor changes.
+
+* Tue Feb 16 1999 Michael Fulbright <drmike@redhat.com>
+- version 1.12
+
+* Wed Feb 10 1999 Michael Fulbright <drmike@redhat.com>
+- first attempt at spec file
This page took 0.060908 seconds and 4 git commands to generate.