nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit f0c6e78a6e23666b701c44746e8a7e3c8a22b7ed
parent e88bc62258fb8fe655c1ec50f57cb38544b4b895
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun,  5 Nov 2006 17:13:44 +0000

clean up nano.spec.in some more


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3932 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 3+++
Mnano.spec.in | 12+++---------
2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -10,6 +10,9 @@ CVS code - - Update links for the 2.0 branch of nano. (DLR) - Update for newer RPM-based distributions. (DLR, adapted from the nano 1.3.12-1.1.spec file in Fedora Rawhide) + - Delete the changelog section, as it hasn't been kept up to + date, and all its changes are documented here in any case. + (DLR) - doc/faq.html: - Update links for the 2.0 branch of nano. (DLR) - doc/nano.1, doc/nanorc.5, doc/rnano.1: diff --git a/nano.spec.in b/nano.spec.in @@ -32,14 +32,8 @@ make DESTDIR="%{buildroot}" install %defattr(-,root,root) %doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO doc/faq.html doc/nanorc.sample %{_bindir}/* -%{_mandir}/*/* +%{_mandir}/man*/* +%{_mandir}/fr/man*/* +%{_infodir}/nano.info* %{_datadir}/locale/*/LC_MESSAGES/nano.mo %{_datadir}/nano/* -%{_infodir}/nano.info* - -%changelog -* Sat Mar 30 2002 Chris Allegretta <chrisa@asty.org> -- Accepted into main distribution -- Added Packager and URL tage from original spec file. -* Tue Mar 06 2002 Brett Pemberton <generica@email.com> -- Initial spec-file