Accepting request 56985 from editors
Accepted submit request 56985 from user elvigia OBS-URL: https://build.opensuse.org/request/show/56985 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nano?expand=0&rev=22
This commit is contained in:
commit
b4a98d0e98
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c8a81b0ae733e223fd319a58aa69c02b0b51def17331680d7b52b528dd338be
|
||||
size 1050654
|
3
nano-2.2.6.tar.bz2
Normal file
3
nano-2.2.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43740ee79241e0ba8f1e11ac4679a8de4656024aa3537e57ed4c3d7fbef93f90
|
||||
size 1057316
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 1 15:04:22 UTC 2011 - asterios.dramis@gmail.com
|
||||
|
||||
- Update to version 2.2.6
|
||||
* This is just a small release to update a bug where restricted mode was not
|
||||
particularly restricted since key bindings were introduced.
|
||||
- Spec file changes after spec-cleaner run.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 31 03:24:22 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
|
26
nano.spec
26
nano.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package nano (Version 2.2.5)
|
||||
# spec file for package nano (Version 2.2.6)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,19 +20,20 @@
|
||||
%define nano_extraver %{nil}
|
||||
|
||||
Name: nano
|
||||
BuildRequires: ncurses-devel
|
||||
Url: http://www.nano-editor.org/
|
||||
License: GPLv3+
|
||||
Group: Productivity/Editors/Other
|
||||
Summary: Pico Editor Clone with Enhancements
|
||||
Version: 2.2.5
|
||||
Version: 2.2.6
|
||||
Release: 1
|
||||
# http://www.nano-editor.org/dist/v2.2/nano-%{version}%{nano_extraver}.tar.gz
|
||||
License: GPLv3+
|
||||
Summary: Pico Editor Clone with Enhancements
|
||||
Url: http://www.nano-editor.org/
|
||||
Group: Productivity/Editors/Other
|
||||
# http://www.nano-editor.org/dist/v2.2/%{name}-%{version}%{nano_extraver}.tar.gz
|
||||
Source: %{name}-%{version}%{nano_extraver}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Don't show build date in version information
|
||||
Patch0: nano-no-build-date.patch
|
||||
BuildRequires: ncurses-devel
|
||||
Requires(post): %install_info_prereq
|
||||
Requires(postun): %install_info_prereq
|
||||
Patch: nano-no-build-date.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
GNU nano is a small and friendly text editor. It aims to emulate the
|
||||
@ -54,7 +55,7 @@ Authors:
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n "%{name}-%{version}%{nano_extraver}"
|
||||
%patch
|
||||
%patch0
|
||||
|
||||
%build
|
||||
%configure --disable-rpath --enable-utf8
|
||||
@ -71,7 +72,7 @@ Authors:
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%_infodir %_infodir/%name.info%{ext_info}
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
||||
|
||||
%postun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
||||
@ -79,6 +80,7 @@ Authors:
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO UPGRADE
|
||||
%doc doc/faq.html doc/nanorc.sample
|
||||
%dir %{_mandir}/fr
|
||||
%{_bindir}/nano
|
||||
%{_bindir}/rnano
|
||||
|
Loading…
Reference in New Issue
Block a user