This commit is contained in:
parent
200876bda7
commit
7910efbbf9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0db18ddca1b714c9eda8f4311b27e25c780a988b6d46511ce0af5f94f58f770f
|
||||
size 948708
|
3
nano-2.1.5.tar.bz2
Normal file
3
nano-2.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f44ac9034940d97265f3984893833b9d0686e7342d6dca3d506f9704290447c
|
||||
size 990787
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 15:45:39 CEST 2008 - crrodriguez@suse.de
|
||||
|
||||
- upgrade to nano 2.1.5, change list too long see ChangeLog
|
||||
for more details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 22:23:00 CEST 2008 - cthiel@suse.de
|
||||
|
||||
|
12
nano.spec
12
nano.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package nano (Version 2.0.8)
|
||||
# spec file for package nano (Version 2.1.5)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -25,7 +25,7 @@ License: GPL v3 or later
|
||||
Group: Productivity/Editors/Other
|
||||
AutoReqProv: on
|
||||
Summary: Pico Editor Clone with Enhancements
|
||||
Version: 2.0.8
|
||||
Version: 2.1.5
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -53,13 +53,16 @@ Authors:
|
||||
%build
|
||||
export CFLAGS="%optflags $(ncursesw-config --cflags)"
|
||||
export LDFLAGS="%optflags $(ncursesw-config --libs)"
|
||||
%configure --enable-all
|
||||
%configure --disable-rpath --enable-all
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -81,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/nano
|
||||
|
||||
%changelog
|
||||
* Wed Sep 03 2008 crrodriguez@suse.de
|
||||
- upgrade to nano 2.1.5, change list too long see ChangeLog
|
||||
for more details
|
||||
* Wed Aug 27 2008 cthiel@suse.de
|
||||
- update to version 2.0.8
|
||||
* GNU nano 2.0.8 is what she said. This release contains fixes for
|
||||
|
Loading…
x
Reference in New Issue
Block a user