Mark javadoc subpackage as noarch
This commit is contained in:
parent
f6eca4ca79
commit
c199668a08
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user