blob: 9c8c07bc428796454ba68816bfd3995136de4d4f [file] [log] [blame]
Chris Allegretta06d62372002-03-30 16:51:38 +00001%define name @PACKAGE@
David Lawrence Ramsey6b9e7cf2006-11-05 03:44:41 +00002%define version @VERSION@
3%define release 1
Chris Allegretta06d62372002-03-30 16:51:38 +00004
5Summary : Pico editor clone with enhancements
6Name : %{name}
David Lawrence Ramsey6b9e7cf2006-11-05 03:44:41 +00007Version : %{version}
8Release : %{release}
9License : GPL
10Group : Applications/Editors
David Lawrence Ramsey76436422006-06-02 21:21:53 +000011URL : http://www.nano-editor.org/
David Lawrence Ramsey6b9e7cf2006-11-05 03:44:41 +000012Source : http://www.nano-editor.org/dist/v2.0/%{name}-%{version}.tar.gz
13BuildRoot : %{_tmppath}/%{name}-%{version}-root
David Lawrence Ramseye88bc622006-11-05 17:00:41 +000014BuildRequires : autoconf, automake, gettext-devel, ncurses-devel
Chris Allegretta06d62372002-03-30 16:51:38 +000015
16%description
David Lawrence Ramsey6b9e7cf2006-11-05 03:44:41 +000017GNU nano is a small and friendly text editor. It aims to emulate the
18Pico text editor while also offering a few enhancements.
Chris Allegretta06d62372002-03-30 16:51:38 +000019
20%prep
21%setup -q
22
23%build
Benno Schulenbergf7b5c5a2014-03-26 14:08:10 +000024%configure
David Lawrence Ramsey6b9e7cf2006-11-05 03:44:41 +000025make
Chris Allegretta06d62372002-03-30 16:51:38 +000026
27%install
David Lawrence Ramsey6b9e7cf2006-11-05 03:44:41 +000028rm -rf %{buildroot}
29make DESTDIR="%{buildroot}" install
Chris Allegretta06d62372002-03-30 16:51:38 +000030
31%files
32%defattr(-,root,root)
David Lawrence Ramsey637f6e52003-11-04 18:34:44 +000033%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO doc/faq.html doc/nanorc.sample
David Lawrence Ramsey8bf9ba02004-08-01 22:00:29 +000034%{_bindir}/*
David Lawrence Ramseyf0c6e782006-11-05 17:13:44 +000035%{_mandir}/man*/*
36%{_mandir}/fr/man*/*
37%{_infodir}/nano.info*
Chris Allegretta06d62372002-03-30 16:51:38 +000038%{_datadir}/locale/*/LC_MESSAGES/nano.mo
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +000039%{_datadir}/nano/*