Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Petr Lautrbach
43cf58d5f1 FIXME: www.vimoutliner.org doesn't exist anymore 2016-11-23 18:25:21 +01:00
Petr Lautrbach
792b10f2cb vim-vimoutliner-0.4.0-1
- Update to 0.4.0 release
2016-11-23 18:25:16 +01:00
Petr Lautrbach
df9977aa46 Don't refer to www.vimoutliner.org in description 2016-11-23 18:25:09 +01:00
3 changed files with 10 additions and 8 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,14 +2,15 @@
%global upstream_name vimoutliner
Name: vim-%{upstream_name}
Version: 0.3.7
Release: 8%{?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+
License: GPLv2+
URL: https://github.com/vimoutliner/vimoutliner
Source0: https://github.com/vimoutliner/vimoutliner/archive/%{version}/%{upstream_name}-%{version}.tar.gz
# FIXME: www.vimoutliner.org doesn't exist anymore
# the following two tarballs are from http://www.vimoutliner.org as well, but
# they are in CMS without good URLs.
Source1: otl2html-%{otl2html_version}.tgz
@ -18,8 +19,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
@ -30,7 +29,7 @@ Requires(postun): vim-enhanced
Vimoutliner provides commands for building using the Vim text editor as an
outline editor. For more explanation on what outlines are and what they are
good for see the script's webpage at
http://www.vimoutliner.org and the general discussion of outlines on
https://github.com/vimoutliner/vimoutliner and the general discussion of outlines on
http://www.troubleshooters.com/tpromag/199911/199911.htm.
%prep
@ -45,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
@ -93,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
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild