]> git.pld-linux.org Git - packages/GXedit.git/blob - GXedit.spec
[1.23-3]
[packages/GXedit.git] / GXedit.spec
1 Summary:        A multi-function text editor using GTK+
2 Summary(pl):    Wielofunkcyjny edytor tekstu wykorzystuj±cy GTK+
3 Name:           GXedit
4 Version:        1.23
5 Release:        3
6 Group:          X11/Applications/Editors
7 Group(pl):      X11/Aplikacje/Edytory
8 Copyright:      Freely distributable
9 URL:            http://devplanet.fastethernet.net/gxedit.html
10 Source0:        %{name}%{version}.tar.gz
11 Source1:        GXedit.desktop
12 Patch0:         GXedit-config.patch
13 Patch1:         GXedit-makefile.patch
14 BuildPrereq:    gtk+-devel >= 1.2.0
15 BuildPrereq:    glib-devel >= 1.2.0
16 BuildPrereq:    XFree86-devel
17 Buildroot:      /tmp/%{name}-%{version}-root
18
19 %description
20 Here is a fast, easy-to-use editor which is both network-
21 oriented and very secure. GXedit is a graphical text editor
22 which features a toolbar, network bar and tooltips, spell
23 checking, inline help, the ability to send text as e-mail, 
24 macros and more. GXedit was designed to balance these and
25 many other features without becoming too bloated.
26
27 %description -l pl
28 Oto szybki, ³atwy w obs³udze edytor, który jest nastawiony na pracê w sieci,
29 a przy tym bardzo bezpieczny. GXedit jest graficznym edytorem tekstu, 
30 który dostarcza takie funkcje jak pasek narzêdziowy, sprawdzanie pisowni, 
31 mo¿liwo¶æ wysy³ania tekstu poczt± elektroniczn±, makra i wiele innych.
32 GXedit zosta³ zaprojektowany tak, aby obecno¶æ tych i wielu innych funkcji 
33 nie wp³ywa³a zbytnio na objêto¶æ samego programu.
34
35 %prep
36 %setup -n %{name}%{version} -q
37 %patch0 -p1
38 %patch1 -p1
39
40 %build
41 sed s^/usr/doc/GXedit/^/usr/doc/GXedit-%{version}/^g gxedit.c > gxedit.c.new
42 mv gxedit.c.new gxedit.c
43
44 make OPTFLAGS="$RPM_OPT_FLAGS -Wall" gxe
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT/usr/X11R6/{bin,share/gnome/apps/Applications}
49
50 make install \
51         SHARE=$RPM_BUILD_ROOT/usr/X11R6/share \
52         INSTALL_DIR=$RPM_BUILD_ROOT/usr/X11R6/bin/
53
54 install %{SOURCE1} $RPM_BUILD_ROOT/usr/X11R6/share/gnome/apps/Applications
55
56 gzip -9nf docs/manual.txt docs/manual.ps docs/quickref.txt docs/quickref.ps \
57         README CHANGELOG docs/DEPENDENCIES
58
59 %clean
60 rm -r $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc {docs/manual.txt,docs/manual.ps,docs/quickref.txt,docs/quickref.ps}.gz
65 %doc {README,CHANGELOG,docs/DEPENDENCIES}.gz example.gxeditrc
66
67 %attr(755,root,root) /usr/X11R6/bin/
68
69 /usr/X11R6/share/gnome/apps/Applications/GXedit.desktop
70 /usr/X11R6/share/GXedit
71
72 %changelog
73 * Tue Apr 27 1999 Piotr Czerwiñski <pius@pld.org.pl>
74   [1.23-3]
75 - cleaned up sepec file for PLD use,
76 - added pl translation,
77 - added new GXedit.desktop file with translation modified for es fr no pl pt,
78 - added GXedit-config.patch instead of gxedit-config.h,
79 - added new GXedit-makefile.patch,
80 - recompiled on rpm 3.
81
82 * Thu Apr 01 1999 Michael Fulbright <drmike@redhat.com>
83 - version 1.23
84
85 * Fri Mar 19 1999 Michael Fulbright <drmike@redhat.com>
86 - strip binaries
87
88 * Sun Mar 06 1999 Michael Fulbright <drmike@redhat.com>
89 - version 1.22
90
91 * Wed Jan 27 1998 Michael Fulbright <drmike@redhat.com>
92 - first attempt at spec file
This page took 0.063926 seconds and 4 git commands to generate.