]> git.pld-linux.org Git - packages/gedit0.git/blob - gedit0.spec
- updated to 0.9.3
[packages/gedit0.git] / gedit0.spec
1 Summary:        gEdit - small but powerful text editor for X Window
2 Summary(pl):    gEdit - ma³y ale potê¿ny edytor tekstu dla X Window
3 Name:           gedit
4 Version:        0.9.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Editors
8 Group(de):      X11/Applikationen/Editors
9 Group(pl):      X11/Aplikacje/Edytory
10 Group(pt):      X11/Aplicações/Editores
11 Source0:        ftp://download.sourceforge.net/pub/sourceforge/gedit/%{name}-%{version}.tar.gz
12 URL:            http://gedit.sourceforge.net/
13 BuildRequires:  gettext-devel
14 BuildRequires:  gnome-libs-devel > 1.0.55
15 BuildRequires:  gnome-print-devel >= 0.24
16 BuildRequires:  gtk+-devel >= 1.2.7
17 BuildRequires:  imlib-devel
18 BuildRequires:  libglade-devel >= 0.11
19 BuildRequires:  zlib-devel
20 Requires:       go-plugins
21 Obsoletes:      gedit-devel
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %define         _prefix         /usr/X11R6
25 %define         _mandir         %{_prefix}/man
26
27 %description
28 gEdit is a small but powerful text editor for GTK+ and/or GNOME. It
29 includes such features as split-screen mode, a plugin API, which
30 allows gEdit to be extended to support many features while remaining
31 small at its core, multiple document editing and many more functions.
32
33 %description -l pl
34 gEdit jest ma³ym ale potê¿nym edytorem tekstu dla GTK+ i/lub GNOME.
35 Zawiera takie funkcje jak tryb podzielonego ekranu, API dla "wtyczek",
36 który umo¿liwia rozszerzenie funkcji gEdita o dodatkowe mo¿liwo¶ci,
37 nie zwiêkszaj±c rozmiarów samego programu, mo¿liwo¶æ edycji wielu
38 dokumentów naraz i wiele innych.
39
40 %prep
41 %setup -q
42
43 %build
44 gettextize --copy --force
45 %configure \
46         --disable-static
47
48 %{__make} gtkrcdir=%{_datadir}/misc
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT \
55         sysdir=%{_applnkdir}/Office/Editors
56
57 gzip -9nf FAQ README README.plugins ChangeLog TODO AUTHORS THANKS
58
59 %find_lang %{name} --with-gnome
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files -f %{name}.lang
65 %defattr(644,root,root,755)
66 %doc *.gz
67 %attr(755,root,root) %{_bindir}/gedit
68 %{_datadir}/pixmaps/*
69 %{_datadir}/mime-info/*
70 %{_applnkdir}/Office/Editors/gedit.desktop
71 %{_mandir}/man1/*
This page took 0.078916 seconds and 3 git commands to generate.