vim-vimoutliner-0.4.0-1

- Update to 0.4.0 release
This commit is contained in:
Petr Lautrbach 2016-11-23 18:14:48 +01:00
commit fc62d9c8b5
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/vimoutliner-0.3.7.tar.gz
/vimoutliner-0.4.0.tar.gz

View file

@ -1 +1 @@
09c213bd76518cb88a36db8be86ca0d5 vimoutliner-0.3.7.tar.gz
7a7ff35e44fb0b437bf129ae833bb26c vimoutliner-0.4.0.tar.gz

View file

@ -2,8 +2,8 @@
%global upstream_name vimoutliner
Name: vim-%{upstream_name}
Version: 0.3.7
Release: 5%{?dist}
Version: 0.4.0
Release: 1%{?dist}
Summary: Script for building an outline editor on top of Vim
Group: Applications/Editors
# LICENSE says v2, but the code all says v2+
@ -18,8 +18,6 @@ Source2: otl_handler.tgz
Source3: vimoutliner-local.tar.bz2
Source4: vimoutliner-README.Fedora
Source5: vimoutliner-Makefile
# https://github.com/vimoutliner/vimoutliner/pull/40
Patch0: fix-FSF-address.patch
BuildArch: noarch
Requires: vim-enhanced perl python
Requires(post): vim-enhanced
@ -46,10 +44,9 @@ mv doc/otl2html/README README.otl2html
mv doc/otl_handler/README README.otl_handler
find doc/ -type f -perm /111 -exec chmod -x '{}' \;
rm doc/otl2html/otl2html.py
%patch0 -p1
%build
mv doc examples
cp -r doc examples
%install
rm -rf $RPM_BUILD_ROOT
@ -94,6 +91,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%{_mandir}/man1/*.1.gz
%changelog
* Wed Nov 23 2016 Petr Lautrbach <plautrba@redhat.com> - 0.4.0-1
- Update to 0.4.0 release
* Thu Oct 02 2014 Rex Dieter <rdieter@fedoraproject.org> 0.3.7-5
- update mime scriptlets