]> git.pld-linux.org Git - packages/gftp.git/blob - gftp.spec
[2.0.1-1]
[packages/gftp.git] / gftp.spec
1 Summary:        Multithreaded FTP client for X Window
2 Summary(pl):    Wielow±tkowy klient FTP dla X Window
3 Name:           gftp
4 Version:        2.0.1
5 Release:        1
6 Group:          X11/Applications/Networking
7 Group(pl):      X11/Aplikacje/Sieciowe
8 Copyright:      GPL
9 Source0:        http://www.newwave.net/~masneyb/%{name}-%{version}.tar.gz
10 Source1:        gftp.desktop
11 Patch:          gftp-pld.patch
12 URL:            http://www.newwave.net/~masneyb/
13 BuildPrereq:    gtk+-devel
14 BuildPrereq:    glib-devel
15 BuildPrereq:    XFree86-devel
16 Buildroot:      /tmp/%{name}-%{version}-root
17
18 %define _prefix         /usr/X11R6
19
20 %description
21 gFTP is a multithreaded FTP client for X Window written using Gtk. It
22 allows to have simultaneous downloads, resuming of interrupted file
23 transfers, file transfer queues, a very nice connection manager and
24 many more features.
25
26 %description -l pl
27 gFTP jest wielow±tkowym klientem FTP dla X Window, napisanym przy u¿yciu Gtk.
28 Pozwala na jednoczesne ¶ci±ganie wielu plików, wznawianie przerwanych 
29 transferów, kolejkowanie przesy³anych plików, posiada bardzo przyjemnego 
30 zarz±dcê po³±czeñ i wiele innych mo¿liwo¶ci.
31
32 %prep
33 %setup -q
34 %patch -p0
35
36 %build
37 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
38 ./configure %{_target} \
39         --prefix=%{_prefix} \
40         --with-x
41
42 make 
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/gftp} \
47         $RPM_BUILD_ROOT/etc/X11/applnk/Networking/FTP
48
49 make install PREFIX=$RPM_BUILD_ROOT%{_prefix}
50
51 install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/applnk/Networking/FTP
52
53 gzip -9nf README TODO CHANGELOG eplf.txt
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc {README,TODO,CHANGELOG,eplf.txt}.gz
61 %attr(755,root,root) %{_bindir}/gftp
62
63 %dir %{_datadir}/gftp
64 %{_datadir}/gftp/*.xpm
65 %config %{_datadir}/gftp/gftprc
66
67 /etc/X11/applnk/Networking/FTP/gftp.desktop
68
69 %changelog
70 * Mon May 17 1999 Piotr Czerwiñski <pius@pld.org.pl>
71   [2.0.1-1]
72 - updated to 2.0.1,
73 - removed wmconfig file,
74 - added using more rpm macors.
75
76 * Sun May 16 1999 Piotr Czerwiñski <pius@pld.org.pl>
77   [2.0.0-1]
78 - updated to 2.0.0,
79 - removed gftp-DESTDIR.patch,
80 - changed gftp.desktop path,
81 - more BuildPrereq rules,
82 - package is FHS 2.0 compliant.
83
84 * Mon Apr 19 1999 Piotr Czerwiñski <pius@pld.org.pl>
85   [1.13-2]
86 - recompiled on new rpm.
87
88 * Thu Apr  1 1999 Piotr Czerwiñski <pius@pld.org.pl>
89   [1.13-1]
90 - updated to 1.13,
91 - added using ./configure in %build,
92 - removed gftp-opt.patch (we don't need this anymore),
93 - "make install" with using DESTDIR (gftp-DESTDIR.patch),
94 - minor changes.
95
96 * Mon Mar 29 1999 Piotr Czerwiñski <pius@pld.org.pl>
97   [1.12-4]
98 - added wmconfig file,
99 - added gftp-pld.patch,
100 - fixed Source description,
101 - changed Group to X11/Applications/Networking,
102 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
103 - added "Requires: gtk+ = 1.2.1",
104 - added pl translation,
105 - added -q %setup parameter,
106 - changed PREFIX to /usr/X11R6,
107 - fixed passing RPM_OPT_FLAGS (gftp-opt.patch),
108 - simplifications in %install,
109 - added gzipping documentation,
110 - added full %defattr description in %files,
111 - moved %changelog at the end of spec,
112 - minor changes.
113
114 * Tue Feb 16 1999 Michael Fulbright <drmike@redhat.com>
115 - version 1.12
116
117 * Wed Feb 10 1999 Michael Fulbright <drmike@redhat.com>
118 - first attempt at spec file
This page took 0.061626 seconds and 4 git commands to generate.