]> git.pld-linux.org Git - packages/gftp.git/blob - gftp.spec
- changes from rpm3 branch
[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:        1.13    
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 Source2:        gftp.wmconfig
12 Patch0:         gftp-DESTDIR.patch
13 Patch1:         gftp-pld.patch
14 URL:            http://www.newwave.net/~masneyb/
15 Requires:       gtk+ = 1.2.1
16 Buildroot:      /tmp/%{name}-%{version}-root
17
18 %description
19 gFTP is a multithreaded FTP client for X Window written using Gtk. It
20 allows to have simultaneous downloads, resuming of interrupted file
21 transfers, file transfer queues, a very nice connection manager and
22 many more features.
23
24 %description -l pl
25 gFTP jest wielow±tkowym klientem FTP dla X Window, napisanym przy u¿yciu Gtk.
26 Pozwala na jednoczesne ¶ci±ganie wielu plików, wznawianie przerwanych 
27 transferów, kolejkowanie przesy³anych plików, posiada bardzo przyjemnego 
28 zarz±dcê po³±czeñ i wiele innych mo¿liwo¶ci.
29
30 %prep
31 %setup  -q
32 %patch0 -p1
33 %patch1 -p1
34
35 %build
36 CFLAGS="$RPM_OPT_FLAGS" \
37 ./configure \
38         --prefix=/usr/X11R6 \
39         --with-x
40
41 make 
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT/usr/X11R6/{bin,share/{gftp,gnome/apps/Internet}} \
46         $RPM_BUILD_ROOT/etc/X11/wmconfig
47
48 make install DESTDIR="$RPM_BUILD_ROOT"
49
50 install %{SOURCE1} $RPM_BUILD_ROOT/usr/X11R6/share/gnome/apps/Internet
51 install %{SOURCE2} $RPM_BUILD_ROOT/etc/X11/wmconfig/gftp
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
62 %attr(755,root,root) /usr/X11R6/bin/gftp
63 /usr/X11R6/share/gnome/apps/Internet/gftp.desktop
64 %dir /usr/X11R6/share/gftp
65 /usr/X11R6/share/gftp/gftprc
66 /usr/X11R6/share/gftp/*.xpm
67
68 %config(missingok) /etc/X11/wmconfig/gftp
69
70 %changelog
71 * Thu Apr  1 1999 Piotr Czerwiñski <pius@pld.org.pl>
72   [1.13-1]
73 - updated to 1.13,
74 - added using ./configure in %build,
75 - removed gftp-opt.patch (we don't need this anymore),
76 - "make install" with using DESTDIR (gftp-DESTDIR.patch),
77 - minor changes.
78
79 * Mon Mar 29 1999 Piotr Czerwiñski <pius@pld.org.pl>
80   [1.12-4]
81 - added wmconfig file,
82 - added gftp-pld.patch,
83 - fixed Source description,
84 - changed Group to X11/Applications/Networking,
85 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
86 - added "Requires: gtk+ = 1.2.1",
87 - added pl translation,
88 - added -q %setup parameter,
89 - changed PREFIX to /usr/X11R6,
90 - fixed passing RPM_OPT_FLAGS (gftp-opt.patch),
91 - simplifications in %install,
92 - added gzipping documentation,
93 - added full %defattr description in %files,
94 - moved %changelog at the end of spec,
95 - minor changes.
96
97 * Tue Feb 16 1999 Michael Fulbright <drmike@redhat.com>
98 - version 1.12
99
100 * Wed Feb 10 1999 Michael Fulbright <drmike@redhat.com>
101 - first attempt at spec file
This page took 0.059801 seconds and 4 git commands to generate.