new upstream
This commit is contained in:
parent
103725fae8
commit
0561bf1772
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ Publican-2.1.tar.gz
|
||||
/Publican-v3.2.1.tar.gz
|
||||
/Publican-v4.0.0.tar.gz
|
||||
/Publican-v4.1.3.tar.gz
|
||||
/Publican-v4.1.6.tar.gz
|
||||
|
@ -18,8 +18,8 @@
|
||||
%define wwwdir /var/www/html/docs
|
||||
|
||||
Name: publican
|
||||
Version: 4.1.3
|
||||
Release: 3%{?dist}
|
||||
Version: 4.1.6
|
||||
Release: 0%{?dist}
|
||||
Summary: Common files and scripts for publishing with DocBook XML
|
||||
# For a breakdown of the licensing, refer to LICENSE
|
||||
License: (GPLv2+ or Artistic) and CC0
|
||||
@ -28,8 +28,8 @@ URL: https://publican.fedorahosted.org
|
||||
Source0: https://fedorahosted.org/released/publican/Publican-v%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
Provides: publican-common = %{version}
|
||||
Provides: publican-common-db5 = %{version}
|
||||
Provides: publican-common = %{version}
|
||||
Provides: publican-common-db5 = %{version}
|
||||
Provides: publican-API = 4.1
|
||||
|
||||
# Get rid of the old packages
|
||||
@ -50,7 +50,7 @@ BuildRequires: perl(Archive::Tar) => 1.84
|
||||
BuildRequires: perl(Archive::Zip)
|
||||
# Not reall required, but sometimes koji pulls in a conflicting dep...
|
||||
BuildRequires: perl(Compress::Zlib) => 2.030
|
||||
BuildRequires: perl(Locale::Maketext::Gettext) >= 1.27
|
||||
BuildRequires: perl(Locale::Maketext::Gettext) >= 1.27-1.2
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config::Simple)
|
||||
BuildRequires: perl(Cwd)
|
||||
@ -82,7 +82,7 @@ BuildRequires: perl(Locale::PO)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Pod::Usage)
|
||||
BuildRequires: perl(String::Similarity)
|
||||
BuildRequires: perl(Syntax::Highlight::Engine::Kate) >= 0.07
|
||||
BuildRequires: perl(Syntax::Highlight::Engine::Kate) >= 0.07-5
|
||||
BuildRequires: perl(Template)
|
||||
BuildRequires: perl(Template::Constants)
|
||||
BuildRequires: perl(Term::ANSIColor)
|
||||
@ -109,7 +109,7 @@ BuildRequires: perl(Lingua::EN::Fathom)
|
||||
|
||||
# Most of these are handled automatically
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(Locale::Maketext::Gettext) >= 1.27
|
||||
Requires: perl(Locale::Maketext::Gettext) >= 1.27-1.2
|
||||
Requires: rpm-build
|
||||
Requires: docbook-style-xsl >= 1.77.1
|
||||
Requires: perl(XML::LibXML) >= 1.67
|
||||
@ -120,7 +120,7 @@ Requires: perl-XML-TreeBuilder >= 5.1
|
||||
Requires: perl-Template-Toolkit
|
||||
Requires: perl(DBD::SQLite)
|
||||
Requires: perl(Text::CSV_XS)
|
||||
Requires: perl(Syntax::Highlight::Engine::Kate) >= 0.07
|
||||
Requires: perl(Syntax::Highlight::Engine::Kate) >= 0.07-5
|
||||
Requires: docbook5-schemas
|
||||
Requires: docbook5-style-xsl >= 1.78.1
|
||||
|
||||
@ -320,16 +320,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{wwwdir}/common-db5
|
||||
|
||||
%changelog
|
||||
* Mon Sep 01 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4.1.3-3
|
||||
- Perl 5.20 rebuild
|
||||
* Tue Jul 29 2014 Jeff Fearn <jfearn@redhat.com> 4.1.6-0
|
||||
- Another shot at fixing PDF index out of range error.
|
||||
|
||||
* Thu Jul 24 2014 Petr Pisar <ppisar@redhat.com> - 4.1.3-2
|
||||
- Fix versions in Perl module dependencies again
|
||||
* Wed Jul 09 2014 Jeff Fearn <jfearn@redhat.com> 4.1.5-0
|
||||
- Add some web UI tranlstaion strings & sort formats. BZ #1117081
|
||||
- Fix formal para title CSS. BZ #1110076
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
* Thu Jul 03 2014 Jeff Fearn <jfearn@redhat.com> 4.1.4-1
|
||||
- Expose sort functions to version index page.
|
||||
|
||||
* Tue May 20 2014 Jeff Fearn <jfearn@redhat.com> 4.1.3-0
|
||||
* Wed May 21 2014 Jeff Fearn <jfearn@redhat.com> 4.1.4-0
|
||||
- Fix headers and footers triggering index out of range in PDF Build.
|
||||
|
||||
* Wed May 21 2014 Jeff Fearn <jfearn@redhat.com> 4.1.3-0
|
||||
- Fix extra space breaking spec files with sort_order. BZ #1099262
|
||||
- Make div.title bold in db4.css. BZ #1049661
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user