Commit f0c6e78a authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

clean up nano.spec.in some more

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3932 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 6 additions and 9 deletions
+6 -9
...@@ -10,6 +10,9 @@ CVS code - ...@@ -10,6 +10,9 @@ CVS code -
- Update links for the 2.0 branch of nano. (DLR) - Update links for the 2.0 branch of nano. (DLR)
- Update for newer RPM-based distributions. (DLR, adapted from - Update for newer RPM-based distributions. (DLR, adapted from
the nano 1.3.12-1.1.spec file in Fedora Rawhide) 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: - doc/faq.html:
- Update links for the 2.0 branch of nano. (DLR) - Update links for the 2.0 branch of nano. (DLR)
- doc/nano.1, doc/nanorc.5, doc/rnano.1: - doc/nano.1, doc/nanorc.5, doc/rnano.1:
......
...@@ -32,14 +32,8 @@ make DESTDIR="%{buildroot}" install ...@@ -32,14 +32,8 @@ make DESTDIR="%{buildroot}" install
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO doc/faq.html doc/nanorc.sample %doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO doc/faq.html doc/nanorc.sample
%{_bindir}/* %{_bindir}/*
%{_mandir}/*/* %{_mandir}/man*/*
%{_mandir}/fr/man*/*
%{_infodir}/nano.info*
%{_datadir}/locale/*/LC_MESSAGES/nano.mo %{_datadir}/locale/*/LC_MESSAGES/nano.mo
%{_datadir}/nano/* %{_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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment