From 9d1eb566b257aee054dd3ca5553703f603f73e4b Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:56:13 +0000 Subject: [PATCH] auto-import changelog data from nano-1.2.1-3.src.rpm Wed Jun 04 2003 Elliot Lee - rebuilt Tue May 06 2003 Bill Nottingham 1.2.1-2 - description tweaks Mon May 05 2003 Bill Nottingham 1.2.1-1 - initial build, tweak upstream spec file --- .cvsignore | 1 + nano.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 58 insertions(+) create mode 100644 nano.spec diff --git a/.cvsignore b/.cvsignore index e69de29..9394dcf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +nano-1.2.1.tar.gz diff --git a/nano.spec b/nano.spec new file mode 100644 index 0000000..3f6e37d --- /dev/null +++ b/nano.spec @@ -0,0 +1,56 @@ +Summary: A small text editor +Name: nano +Version: 1.2.1 +Release: 3 +License: GPL +Group: Applications/Editors +URL: http://www.nano-editor.org +Source: http://www.nano-editor.org/dist/v1.2/nano-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildPrereq: ncurses-devel gpm-devel +Prereq: /sbin/install-info + +%description +GNU nano is a small and friendly text editor. + +%prep +%setup -q + +%build +%configure --enable-all +make + +%install +rm -rf %{buildroot} +make DESTDIR="%{buildroot}" install +#ln -s nano %{buildroot}%{_bindir}/pico + +rm -f %{buildroot}%{_infodir}/dir + +%find_lang %{name} + +%post +/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir + +%postun +/sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir + +%clean +rm -rf %{buildroot} + +%files -f %{name}.lang +%defattr(-,root,root) +%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO nanorc.sample +%{_bindir}/* +%{_mandir}/man*/* +%{_infodir}/nano.info* + +%changelog +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Tue May 6 2003 Bill Nottingham 1.2.1-2 +- description tweaks + +* Mon May 5 2003 Bill Nottingham 1.2.1-1 +- initial build, tweak upstream spec file diff --git a/sources b/sources index e69de29..32003c7 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +188d24b9cc4c1041ac58d6b6f7941eb4 nano-1.2.1.tar.gz