Accepting request 83351 from Publishing

- Remove redundant tags/sections from specfile (forwarded request 82838 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=26
This commit is contained in:
Lars Vogdt 2011-09-19 13:38:57 +00:00 committed by Git OBS Bridge
parent 4bb71a8c41
commit 4ae706fb56
2 changed files with 7 additions and 19 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 17 12:22:41 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 20 12:24:33 CEST 2009 - tiwai@suse.de Mon Jul 20 12:24:33 CEST 2009 - tiwai@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package asciidoc (Version 8.4.5) # spec file for package asciidoc
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: asciidoc Name: asciidoc
@ -29,7 +28,6 @@ Requires: docbook-xsl-stylesheets
Recommends: dblatex Recommends: dblatex
# a2x needs /usr/bin/xsltproc # a2x needs /usr/bin/xsltproc
Recommends: libxslt Recommends: libxslt
AutoReqProv: on
Url: http://www.methods.co.nz/asciidoc/ Url: http://www.methods.co.nz/asciidoc/
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Patch0: asciidoc-vim-fix.diff Patch0: asciidoc-vim-fix.diff
@ -44,12 +42,6 @@ AsciiDoc is a text document format for writing short documents,
articles, books, and UNIX man pages. AsciiDoc files can be translated articles, books, and UNIX man pages. AsciiDoc files can be translated
to HTML and DocBook markups using the asciidoc command. to HTML and DocBook markups using the asciidoc command.
Authors:
--------
Stuart Rackham <srackham@methods.co.nz>
%package examples %package examples
Summary: Examples and Documents for asciidoc Summary: Examples and Documents for asciidoc
Group: Development/Tools/Doc Generators Group: Development/Tools/Doc Generators
@ -58,12 +50,6 @@ License: GPL v2 or later
%description examples %description examples
This package contains examples and documetns of asciidoc. This package contains examples and documetns of asciidoc.
Authors:
--------
Stuart Rackham <srackham@methods.co.nz>
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
@ -92,9 +78,6 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/vim/site/{syntax,ftdetect}
install -m 0644 vim/syntax/* $RPM_BUILD_ROOT%{_datadir}/vim/site/syntax install -m 0644 vim/syntax/* $RPM_BUILD_ROOT%{_datadir}/vim/site/syntax
install -m 0644 vim/ftdetect/* $RPM_BUILD_ROOT%{_datadir}/vim/site/ftdetect install -m 0644 vim/ftdetect/* $RPM_BUILD_ROOT%{_datadir}/vim/site/ftdetect
%clean
rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%config /etc/asciidoc %config /etc/asciidoc