]> git.pld-linux.org Git - packages/nano.git/blob - nano.spec
- raw version.
[packages/nano.git] / nano.spec
1 Summary: nano (Nano's ANOther editor) is the editor formerly known as TIP (TIP Isn't Pico). It aims to emulate Pico as closely as possible while also offering a few enhancements.
2 Name: nano
3 Version: 0.8.9
4 Release: 1
5 Group: Console/Editors
6 Copyright: GPL
7 Packager: chrisa@asty.org
8 URL: http://www.asty.org/nano/
9 Source0: http://www.asty.org/nano/dist/nano-0.8.9.tar.gz
10 #Provides: none
11 Requires: ncurses
12 #Conflicts: none
13 BuildRoot: /tmp/nano-0.8.9
14 %Description
15 nano (Nano's ANOther editor) is the editor formerly known as TIP (TIP Isn't 
16 Pico). It aims to emulate Pico as closely as possible while also offering a few enhancements.
17 %Prep
18 %setup
19 %Build
20 ./configure --prefix=/usr
21 make
22 %Install
23 rm -rf $RPM_BUILD_ROOT
24 mkdir -p $RPM_BUILD_ROOT/usr/bin
25 mkdir -p $RPM_BUILD_ROOT/usr/man/man1/
26 strip nano
27 install nano $RPM_BUILD_ROOT/usr/bin
28 install nano.1 $RPM_BUILD_ROOT/usr/man/man1
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31 %files
32 %defattr(-,root,root)
33 /usr/bin/nano
34 /usr/man/man1/nano.1
35 %doc README COPYING ChangeLog AUTHORS BUGS INSTALL NEWS TODO nano.1.html
36 %doc COPYING
37 %doc ChangeLog
38 %doc AUTHORS
39 %doc BUGS
40 %doc INSTALL
41 %doc NEWS
42 %doc TODO
43 %doc nano.1.html
This page took 0.049309 seconds and 4 git commands to generate.