]> git.pld-linux.org Git - packages/nano.git/blame - nano.spec
- updated to 5.6.1
[packages/nano.git] / nano.spec
CommitLineData
47cb852f
JB
1Summary: GNU nano - Nano's ANOther editor, an enhanced free Pico clone
2Summary(pl.UTF-8): GNU nano - jeszcze jeden edytor: darmowy, rozbudowany klon Pico
73c55e77 3Name: nano
9319baca 4Version: 5.6.1
47cb852f 5Release: 1
65d41850 6License: GPL v3+
73c55e77 7Group: Applications/Editors
ff4fbe8a 8Source0: https://www.nano-editor.org/dist/latest/%{name}-%{version}.tar.xz
9319baca 9# Source0-md5: 9b5f0e07c35a4cf67607181e0cbbca83
663d5965 10Source1: %{name}.desktop
8aba7ac1 11Source2: %{name}.png
12Patch0: %{name}-info.patch
2196017b 13URL: https://www.nano-editor.org/
8e3cb499
JB
14BuildRequires: autoconf >= 2.69
15BuildRequires: automake >= 1:1.14
16BuildRequires: gettext-tools >= 0.18.3
95672197 17BuildRequires: groff
47cb852f 18BuildRequires: libmagic-devel
73c55e77 19BuildRequires: ncurses-devel >= 5.0
8e3cb499
JB
20BuildRequires: pkgconfig
21BuildRequires: tar >= 1:1.22
c0a89782 22BuildRequires: texinfo
8e3cb499 23BuildRequires: xz
47cb852f 24BuildRequires: zlib-devel
dc38c714 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
73c55e77 26
27%description
47cb852f 28GNU nano (Nano's ANOther editor) is a small, free and friendly editor
c702279a 29which aims to replace Pico, the default editor included in the
30non-free Pine package. Rather than just copying Pico's look and feel,
31nano also implements some missing (or disabled by default) features in
32Pico, such as "search and replace" and "go to line number".
73c55e77 33
e1d07199 34%description -l pl.UTF-8
47cb852f
JB
35GNU nano (Nano's ANOther editor - Nano to kolejny edytor) to mały,
36otwarty i przyjazny edytor, którego celem jest zastąpienie Pico,
37standardowego edytora zawartego w niewolnym pakiecie Pine. Oprócz
38wyglądu oraz interfejsu, nano posiada kilka brakujących (lub
39wyłączonych standardowo) w Pico funkcji, takich jak: "znajdź i zastąp"
40lub "idź do wiersza numer".
5617a770 41
73c55e77 42%prep
43%setup -q
c702279a 44%patch0 -p1
1e1d3339 45
73c55e77 46%build
cb5d3d12 47%{__gettextize}
c702279a 48%{__aclocal} -I m4
ed992bca 49%{__autoconf}
388a4e07 50%{__autoheader}
ed992bca 51%{__automake}
47cb852f
JB
52%configure
53
9605f910 54%{__make}
73c55e77 55
56%install
26732ec3 57rm -rf $RPM_BUILD_ROOT
d936a6d9 58install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
73c55e77 59
bed1b070
PG
60%{__make} install \
61 DESTDIR=$RPM_BUILD_ROOT
73c55e77 62
d936a6d9 63install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
8aba7ac1 64install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
663d5965 65
73c55e77 66%find_lang %{name}
67
26732ec3 68%clean
69rm -rf $RPM_BUILD_ROOT
73c55e77 70
47cb852f 71%post -p /sbin/postshell
6199d524 72-/usr/sbin/fix-info-dir -c %{_infodir}
c0a89782 73
47cb852f 74%postun -p /sbin/postshell
6199d524 75-/usr/sbin/fix-info-dir -c %{_infodir}
c0a89782 76
73c55e77 77%files -f %{name}.lang
78%defattr(644,root,root,755)
47cb852f 79%doc AUTHORS ChangeLog IMPROVEMENTS NEWS README THANKS TODO doc/{faq.html,sample.nanorc}
73c55e77 80%attr(755,root,root) %{_bindir}/nano
bf60c6fd 81%attr(755,root,root) %{_bindir}/rnano
47cb852f 82%{_datadir}/nano
d936a6d9 83%{_desktopdir}/nano.desktop
65d41850 84%{_pixmapsdir}/nano.png
47cb852f
JB
85%{_mandir}/man1/nano.1*
86%{_mandir}/man1/rnano.1*
87%{_mandir}/man5/nanorc.5*
88%{_infodir}/nano.info*
This page took 0.102462 seconds and 4 git commands to generate.