Spec cleanup
This commit is contained in:
parent
a73319a16b
commit
c1a60ba323
@ -4,11 +4,10 @@
|
|||||||
Summary: Text based document generation
|
Summary: Text based document generation
|
||||||
Name: asciidoc
|
Name: asciidoc
|
||||||
Version: 8.6.8
|
Version: 8.6.8
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
# The python code does not specify a version.
|
# The python code does not specify a version.
|
||||||
# The javascript example code is GPLv2+.
|
# The javascript example code is GPLv2+.
|
||||||
License: GPL+ and GPLv2+
|
License: GPL+ and GPLv2+
|
||||||
Group: Applications/System
|
|
||||||
|
|
||||||
URL: http://www.methods.co.nz/asciidoc/
|
URL: http://www.methods.co.nz/asciidoc/
|
||||||
Source: http://sourceforge.net/projects/asciidoc/files/%{name}/%{version}/%{name}-%{version}.tar.gz
|
Source: http://sourceforge.net/projects/asciidoc/files/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -25,7 +24,8 @@ BuildRequires: source-highlight
|
|||||||
BuildRequires: texlive-dvipng-bin
|
BuildRequires: texlive-dvipng-bin
|
||||||
BuildRequires: vim-filesystem
|
BuildRequires: vim-filesystem
|
||||||
BuildRequires: symlinks
|
BuildRequires: symlinks
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: autosetup
|
||||||
|
|
||||||
Requires: python2 >= 2.4
|
Requires: python2 >= 2.4
|
||||||
Requires: docbook-style-xsl
|
Requires: docbook-style-xsl
|
||||||
@ -68,10 +68,7 @@ Requires: lilypond
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%patch1 -p1 -b .bz968308
|
|
||||||
%patch2 -p1 -b .explicit-interpreter
|
|
||||||
|
|
||||||
# Fix line endings on COPYRIGHT file
|
# Fix line endings on COPYRIGHT file
|
||||||
sed -i "s/\r//g" COPYRIGHT
|
sed -i "s/\r//g" COPYRIGHT
|
||||||
@ -171,6 +168,9 @@ cd tests
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 14 2018 Josef Ridky <jridky@redhat.com> - 8.6.8-15
|
||||||
|
- spec file cleanup (remove Group tag, use autosetup)
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.6.8-14
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.6.8-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user