]> git.pld-linux.org Git - packages/nano.git/blobdiff - nano.spec
- check-files cleanup
[packages/nano.git] / nano.spec
index a4960c32edffac45ebf689a3c60bc796950ac44b..845f906ec57ba7e9129e5777079f39513c9faae2 100644 (file)
--- a/nano.spec
+++ b/nano.spec
@@ -1,11 +1,12 @@
-Summary:       nano (Nano's ANOther editor)
-Summary(pl):   nano - jeszcze jeden edytor
+Summary:       nano - Nano's ANOther editor, an enhanced free Pico clone
+Summary(pl):   nano - jeszcze jeden edytor, darmowy, rozbudowany klon Pico
 Name:          nano
-Version:       1.2.1
-Release:       3
-License:       GPL
+Version:       2.0.2
+Release:       1
+License:       GPL v2
 Group:         Applications/Editors
-Source0:       http://www.nano-editor.org/dist/v1.2/%{name}-%{version}.tar.gz
+Source0:       http://www.nano-editor.org/dist/v2.0/%{name}-%{version}.tar.gz
+# Source0-md5: 38046476096530e19a7e805513c64108
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-info.patch
@@ -14,47 +15,54 @@ URL:                http://www.nano-editor.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
+BuildRequires: glib-devel
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: texinfo
-BuildRequires: glib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-nano (Nano's ANOther editor) is the editor formerly known as TIP (TIP
-Isn't Pico). It aims to emulate Pico as closely as possible while also
-offering a few enhancements.
+nano (Nano's ANOther editor) is a small, free and friendly editor
+which aims to replace Pico, the default editor included in the
+non-free Pine package. Rather than just copying Pico's look and feel,
+nano also implements some missing (or disabled by default) features in
+Pico, such as "search and replace" and "go to line number".
 
 %description -l pl
-nano to edytor wcze¶niej znany jako TIP (Tip to nIe Pico). Jego celem
-jest emulowanie Pico tak dobrze jak to mo¿liwe, jednocze¶nie oferuj±c
-kilka rozszerzeñ.
+nano to ma³y, otwarty i przyjazny edytor, którego celem jest
+zast±pienie Pico, standardowego edytora zawartego w niewolnym pakiecie
+Pine. Oprócz wygl±du oraz interfejsu, nano posiada kilka brakuj±cych
+(lub wy³±czonych standardowo) w Pico funkcji, takich jak: "znajd¼ i
+zast±p" lub "id¼ do wiersza numer".
 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+%patch1 -p2
 
 %build
-rm -f missing m4/*.m4
 %{__gettextize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --enable-all
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_applnkdir}/Editors,%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Editors
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %find_lang %{name}
 
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -66,9 +74,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc README ChangeLog AUTHORS NEWS TODO
+%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO UPGRADE doc/nanorc.sample doc/faq.html
 %attr(755,root,root) %{_bindir}/nano
-%{_applnkdir}/Editors/nano.desktop
+%{_desktopdir}/nano.desktop
 %{_mandir}/man[15]/*
+%lang(fr) %{_mandir}/fr/man[15]/*
 %{_infodir}/*info*
 %{_pixmapsdir}/*
+%{_datadir}/nano
This page took 0.072925 seconds and 4 git commands to generate.