]> git.pld-linux.org Git - packages/nano.git/blobdiff - nano.spec
- check-files cleanup
[packages/nano.git] / nano.spec
index d04c975821ce671070a93605449366bdb8f4d981..845f906ec57ba7e9129e5777079f39513c9faae2 100644 (file)
--- a/nano.spec
+++ b/nano.spec
@@ -1,52 +1,84 @@
-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.1.1
+Version:       2.0.2
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         Applications/Editors
-Group(de):     Applikationen/Editors
-Group(pl):     Aplikacje/Edytory
-Group(pt):     Aplicações/Editores
-Source0:       http://www.nano-editor.org/dist/v1.1/%{name}-%{version}.tar.gz
-Patch0:                %{name}-ac_fixes.patch
+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
+Patch1:                %{name}-ncurses-ncurses.h.patch
 URL:           http://www.nano-editor.org/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: glib-devel
 BuildRequires: ncurses-devel >= 5.0
+BuildRequires: texinfo
 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 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 -p2
 
 %build
-aclocal
-autoconf
-automake -a -c
-CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
-%configure
+%{__gettextize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --enable-all
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README ChangeLog AUTHORS NEWS TODO
+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
 
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO UPGRADE doc/nanorc.sample doc/faq.html
 %attr(755,root,root) %{_bindir}/nano
-%{_mandir}/man1/*
+%{_desktopdir}/nano.desktop
+%{_mandir}/man[15]/*
+%lang(fr) %{_mandir}/fr/man[15]/*
+%{_infodir}/*info*
+%{_pixmapsdir}/*
+%{_datadir}/nano
This page took 0.030292 seconds and 4 git commands to generate.