Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43cf58d5f1 | ||
|
|
792b10f2cb | ||
|
|
df9977aa46 |
3 changed files with 10 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
/vimoutliner-0.3.7.tar.gz
|
/vimoutliner-0.3.7.tar.gz
|
||||||
|
/vimoutliner-0.4.0.tar.gz
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
09c213bd76518cb88a36db8be86ca0d5 vimoutliner-0.3.7.tar.gz
|
7a7ff35e44fb0b437bf129ae833bb26c vimoutliner-0.4.0.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,15 @@
|
||||||
%global upstream_name vimoutliner
|
%global upstream_name vimoutliner
|
||||||
|
|
||||||
Name: vim-%{upstream_name}
|
Name: vim-%{upstream_name}
|
||||||
Version: 0.3.7
|
Version: 0.4.0
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Script for building an outline editor on top of Vim
|
Summary: Script for building an outline editor on top of Vim
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
# LICENSE says v2, but the code all says v2+
|
# LICENSE says v2, but the code all says v2+
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/vimoutliner/vimoutliner
|
URL: https://github.com/vimoutliner/vimoutliner
|
||||||
Source0: https://github.com/vimoutliner/vimoutliner/archive/%{version}/%{upstream_name}-%{version}.tar.gz
|
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
|
# the following two tarballs are from http://www.vimoutliner.org as well, but
|
||||||
# they are in CMS without good URLs.
|
# they are in CMS without good URLs.
|
||||||
Source1: otl2html-%{otl2html_version}.tgz
|
Source1: otl2html-%{otl2html_version}.tgz
|
||||||
|
|
@ -18,8 +19,6 @@ Source2: otl_handler.tgz
|
||||||
Source3: vimoutliner-local.tar.bz2
|
Source3: vimoutliner-local.tar.bz2
|
||||||
Source4: vimoutliner-README.Fedora
|
Source4: vimoutliner-README.Fedora
|
||||||
Source5: vimoutliner-Makefile
|
Source5: vimoutliner-Makefile
|
||||||
# https://github.com/vimoutliner/vimoutliner/pull/40
|
|
||||||
Patch0: fix-FSF-address.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: vim-enhanced perl python
|
Requires: vim-enhanced perl python
|
||||||
Requires(post): vim-enhanced
|
Requires(post): vim-enhanced
|
||||||
|
|
@ -30,7 +29,7 @@ Requires(postun): vim-enhanced
|
||||||
Vimoutliner provides commands for building using the Vim text editor as an
|
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
|
outline editor. For more explanation on what outlines are and what they are
|
||||||
good for see the script's webpage at
|
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.
|
http://www.troubleshooters.com/tpromag/199911/199911.htm.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
@ -45,10 +44,9 @@ mv doc/otl2html/README README.otl2html
|
||||||
mv doc/otl_handler/README README.otl_handler
|
mv doc/otl_handler/README README.otl_handler
|
||||||
find doc/ -type f -perm /111 -exec chmod -x '{}' \;
|
find doc/ -type f -perm /111 -exec chmod -x '{}' \;
|
||||||
rm doc/otl2html/otl2html.py
|
rm doc/otl2html/otl2html.py
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mv doc examples
|
cp -r doc examples
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
@ -93,6 +91,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
||||||
%{_mandir}/man1/*.1.gz
|
%{_mandir}/man1/*.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue