SPECS: nano.spec - merged from DEVEL

shadzik shadzik at pld-linux.org
Tue Nov 14 16:15:59 CET 2006


Author: shadzik                      Date: Tue Nov 14 15:15:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merged from DEVEL

---- Files affected:
SPECS:
   nano.spec (1.79 -> 1.80) 

---- Diffs:

================================================================
Index: SPECS/nano.spec
diff -u SPECS/nano.spec:1.79 SPECS/nano.spec:1.80
--- SPECS/nano.spec:1.79	Mon Nov 13 23:37:00 2006
+++ SPECS/nano.spec	Tue Nov 14 16:15:54 2006
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
-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.3.11
-Release:	1
+Version:	2.0.0
+Release:	0.1
 License:	GPL v2
 Group:		Applications/Editors
-Source0:	http://www.nano-editor.org/dist/v1.3/%{name}-%{version}.tar.gz
-# Source0-md5:	ad6c2270fd674065ef994a58d3a8a7b7
+Source0:	http://www.nano-editor.org/dist/v2.0/%{name}-%{version}.tar.gz
+# Source0-md5:	d1a8ac92b1985217f405a4c54562d8f3
 Source1:	%{name}.desktop
 Source2:	%{name}.png
 Patch0:		%{name}-info.patch
@@ -22,28 +22,32 @@
 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
+%patch0 -p1
+%patch1 -p2
 
 %build
-rm -f missing m4/*.m4
 %{__gettextize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--enable-all
 %{__make}
 
 %install
@@ -69,12 +73,14 @@
 
 %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
 %{_desktopdir}/nano.desktop
 %{_mandir}/man[15]/*
+%lang(fr) %{_mandir}/fr/man[15]/*
 %{_infodir}/*info*
 %{_pixmapsdir}/*
+%{_datadir}/nano
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -82,8 +88,24 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.79  2006/11/13 22:37:00  shadzik
-- 1.3.11
+Revision 1.80  2006/11/14 15:15:54  shadzik
+- merged from DEVEL
+
+Revision 1.78.2.5  2006/11/13 22:15:01  shadzik
+- up to 2.0.0 pionted by kaneda <kaneda at bohater dot net>
+- ready to merge
+
+Revision 1.78.2.4  2006/11/07 13:40:40  ankry
+- pl fix; does pl translation need the same...?
+
+Revision 1.78.2.3  2006/10/25 20:43:22  shadzik
+- 1.9.99pre3 by kaneda <kaneda at bohater dot net>
+
+Revision 1.78.2.2  2006/10/23 16:29:01  qboosh
+- missing dir
+
+Revision 1.78.2.1  2006/10/20 14:05:16  shadzik
+- up to 1.9.99pre2 by kaneda <kaneda at bohater dot net>
 
 Revision 1.78  2005/06/12 14:20:10  megabajt
 - up to 1.2.5
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nano.spec?r1=1.79&r2=1.80&f=u



More information about the pld-cvs-commit mailing list