Commit 8bf9ba0c authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

tweak the spec file to properly package the "rnano" symlink

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1879 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
...@@ -207,6 +207,9 @@ CVS code - ...@@ -207,6 +207,9 @@ CVS code -
typedef, extern, union, unsigned, inline, and long to the typedef, extern, union, unsigned, inline, and long to the
green list. (Mike Frysinger) DLR: Also add signed, short, and green list. (Mike Frysinger) DLR: Also add signed, short, and
enum to the green list. enum to the green list.
- nano.spec.in:
- Tweak to include all files in %{_bindir} instead of just nano,
so that the "rnano" symlink will be properly packaged. (DLR)
GNU nano 1.3.3 - 2004.06.28 GNU nano 1.3.3 - 2004.06.28
- General: - General:
......
...@@ -31,7 +31,7 @@ make DESTDIR="$RPM_BUILD_ROOT" install ...@@ -31,7 +31,7 @@ make DESTDIR="$RPM_BUILD_ROOT" install
%files %files
%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}/nano %{_bindir}/*
%{_mandir}/*/* %{_mandir}/*/*
%{_datadir}/locale/*/LC_MESSAGES/nano.mo %{_datadir}/locale/*/LC_MESSAGES/nano.mo
%{_infodir}/nano.info* %{_infodir}/nano.info*
......
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