This commit is contained in:
committed by
Git OBS Bridge
parent
200876bda7
commit
7910efbbf9
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
|
||||
|
Reference in New Issue
Block a user