2016-04-26 09:19:54 +00:00
|
|
|
Name: mallard-rng
|
|
|
|
Version: 1.0.2
|
2017-02-10 20:24:52 +00:00
|
|
|
Release: 2%{?dist}
|
2016-04-26 09:19:54 +00:00
|
|
|
Summary: RELAX NG schemas for all Mallard versions
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: http://projectmallard.org/download/
|
|
|
|
Source0: http://projectmallard.org/download/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires(post): /usr/bin/xmlcatalog
|
|
|
|
Requires(post): xml-common
|
|
|
|
Requires(postun): /usr/bin/xmlcatalog
|
|
|
|
Requires(postun): xml-common
|
|
|
|
|
|
|
|
%description
|
|
|
|
RELAX NG schemas for all Mallard versions and extensions that have been marked
|
|
|
|
final.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
xmlcatalog --noout --add 'nextCatalog' 'file://%{_sysconfdir}/xml/mallard/catalog' "" %{_sysconfdir}/xml/catalog &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
xmlcatalog --noout --del 'file://%{_sysconfdir}/xml/mallard/catalog' %{_sysconfdir}/xml/catalog &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS NEWS README
|
|
|
|
%license COPYING
|
|
|
|
%{_datadir}/xml/mallard
|
|
|
|
%{_datadir}/pkgconfig
|
|
|
|
%{_sysconfdir}/xml/mallard
|
|
|
|
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xml/mallard/catalog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2017-02-10 20:24:52 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-04-26 09:19:54 +00:00
|
|
|
* Thu Apr 21 2016 David King <amigadave@amigadave.com> - 1.0.2-1
|
|
|
|
- Initial Fedora packaging (#1264945)
|