Mark javadoc subpackage as noarch

This commit is contained in:
Marek Goldmann 2013-11-26 10:34:50 +01:00
parent f6eca4ca79
commit c199668a08

View File

@ -3,7 +3,7 @@
Name: jansi-native
Version: 1.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Jansi Native implements the JNI Libraries used by the Jansi project
Group: Development/Libraries
License: ASL 2.0
@ -39,6 +39,8 @@ when output is being sent to output devices which cannot support ANSI sequences.
%package javadoc
Summary: Javadocs for %{name}
BuildArch: noarch
%description javadoc
This package contains the API documentation for %{name}.
@ -59,6 +61,9 @@ This package contains the API documentation for %{name}.
%doc license.txt
%changelog
* Tue Nov 26 2013 Marek Goldmann <mgoldman@redhat.com> - 1.5-3
- Mark javadoc subpackage as noarch
* Mon Nov 25 2013 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.5-2
- Use %__isa_bits macro to support all architectures