- Temporarily build arch-dependent, so we can omit ppc
This commit is contained in:
parent
73359c475b
commit
a7e8c32d0f
1 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: tzdata-java
|
||||
Version: 2007k
|
||||
Release: 0.1%{?dist}
|
||||
Release: 0.2%{?dist}
|
||||
# To make sure the release is smaller than one of tzdata
|
||||
# so that it has precedence, increment only the seocond digit
|
||||
Summary: Time zone data for Java language
|
||||
|
|
@ -15,7 +15,9 @@ Patch0: tzdata-java-2007k-chile.patch
|
|||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: java-devel >= 1.5
|
||||
BuildArch: noarch
|
||||
#BuildArch: noarch
|
||||
ExcludeArch: ppc
|
||||
|
||||
|
||||
%description
|
||||
Compiled time zone data files for use with Java
|
||||
|
|
@ -67,5 +69,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Apr 06 2008 Lubomir Kundrak <lkundrak@redhat.com> - 2007k-0.2
|
||||
- Temporarily build arch-dependent, so we can omit ppc
|
||||
|
||||
* Wed Mar 19 2008 Lubomir Kundrak <lkundrak@redhat.com> - 2007k-0.1
|
||||
- Initial packaging attempt for Fedora EPEL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue