]> git.pld-linux.org Git - packages/gedit0.git/blame - gedit0.spec
- updated gettext BR
[packages/gedit0.git] / gedit0.spec
CommitLineData
4c240f86 1Summary: gEdit - small but powerful text editor for X Window
8b8012b2 2Summary(pl.UTF-8): gEdit - mały ale potężny edytor tekstu dla X Window
95f04ed4 3Name: gedit
71d29097 4Version: 0.9.7
b098c59b 5Release: 3
0229a946 6Epoch: 1
1441e6dd 7License: GPL v2+
8d9b438c 8Group: X11/Applications/Editors
1441e6dd 9Source0: http://ftp.gnome.org/pub/GNOME/sources/gedit/0.9/%{name}-%{version}.tar.bz2
956890db 10# Source0-md5: ebef0c5e02fd3592350ff5b6fb9c6725
71d29097 11Patch0: %{name}-gnome-config.patch
1441e6dd 12URL: http://gedit.sourceforge.net/
51ed3159 13BuildRequires: autoconf
14BuildRequires: automake
817d405f 15BuildRequires: docbook-style-dsssl
2b7c4bcc 16BuildRequires: gettext-tools
86d6bdc3 17BuildRequires: gnome-libs-devel > 1.0.55
51ed3159 18BuildRequires: gnome-print-devel >= 0.28
1441e6dd 19BuildRequires: gnome-vfs-devel >= 1.0
832887ab 20BuildRequires: gtk+-devel >= 1.2.7
d11e559e 21BuildRequires: imlib-devel
9edc11a9 22BuildRequires: libglade-gnome-devel >= 0.11
817d405f 23BuildRequires: libtool
86d6bdc3 24BuildRequires: zlib-devel
817d405f 25Obsoletes: gedit-devel
1441e6dd 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
176a254d 27
4c240f86 28
176a254d 29%description
e72a9b77 30gEdit is a small but powerful text editor for GTK+ and/or GNOME. It
c3dd3ece 31includes such features as split-screen mode, a plugin API, which
32allows gEdit to be extended to support many features while remaining
33small at its core, multiple document editing and many more functions.
95f04ed4 34
f9668e14
JR
35%description -l pl.UTF-8
36gEdit jest małym ale potężnym edytorem tekstu dla GTK+ i/lub GNOME.
c3dd3ece 37Zawiera takie funkcje jak tryb podzielonego ekranu, API dla "wtyczek",
f9668e14
JR
38który umożliwia rozszerzenie funkcji gEdita o dodatkowe możliwości,
39nie zwiększając rozmiarów samego programu, możliwość edycji wielu
40dokumentów naraz i wiele innych.
176a254d 41
176a254d 42%prep
95f04ed4 43%setup -q
f5fe7d92 44%patch0 -p1
51ed3159 45
176a254d 46%build
71d29097 47sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
48mv -f configure.in.tmp configure.in
49rm -f missing acinclude.m4
b8cb4ac0 50%{__libtoolize}
6c6fe175 51%{__gettextize}
8600db9e 52%{__aclocal} -I macros
b5ccbd2c 53%{__autoconf}
54%{__automake}
832887ab 55%configure \
f6b3052b 56 --disable-static
176a254d 57
1441e6dd
JB
58%{__make} \
59 gtkrcdir=%{_datadir}/misc
176a254d 60
61%install
62rm -rf $RPM_BUILD_ROOT
176a254d 63
6c0078d2 64%{__make} install \
832887ab 65 DESTDIR=$RPM_BUILD_ROOT \
226352bf 66 sysdir=%{_applnkdir}/Editors
95f04ed4 67
832887ab 68%find_lang %{name} --with-gnome
b65cc828 69
176a254d 70%clean
71rm -rf $RPM_BUILD_ROOT
72
b65cc828 73%files -f %{name}.lang
95f04ed4 74%defattr(644,root,root,755)
9edc11a9 75%doc FAQ README README.plugins ChangeLog TODO AUTHORS THANKS
4c240f86 76%attr(755,root,root) %{_bindir}/gedit
f5fe7d92 77%dir %{_libdir}/gedit
78%dir %{_libdir}/gedit/plugins
79%attr(755,root,root) %{_libdir}/gedit/plugins/*.so.*.*
80%{_libdir}/gedit/plugins/*.so
2b6ca5da 81%{_pixmapsdir}/*
f5fe7d92 82%{_datadir}/gedit
4c240f86 83%{_datadir}/mime-info/*
226352bf 84%{_applnkdir}/Editors/gedit.desktop
2ad62a44 85%{_mandir}/man1/*
This page took 0.072615 seconds and 4 git commands to generate.