Accepting request 160230 from home:m_meister:branches:openSUSE:Factory
- Added url as source. Please see http://en.opensuse.org/SourceUrls OBS-URL: https://build.opensuse.org/request/show/160230 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-io?expand=0&rev=4
This commit is contained in:
parent
13ea8bdc1d
commit
329d1919f1
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 20 12:45:16 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
- Added url as source.
|
||||||
|
Please see http://en.opensuse.org/SourceUrls
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 25 08:21:33 UTC 2012 - mvyskocil@suse.com
|
Thu Oct 25 08:21:33 UTC 2012 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jakarta-commons-io (Version 1.3.2)
|
# spec file for package apache-commons-io
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,25 +15,26 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define base_name io
|
%define base_name io
|
||||||
%define short_name commons-%{base_name}
|
%define short_name commons-%{base_name}
|
||||||
|
|
||||||
Name: apache-commons-io
|
Name: apache-commons-io
|
||||||
Version: 2.4
|
Version: 2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Group: Development/Libraries/Java
|
|
||||||
Summary: Utilities to assist with developing IO functionality
|
Summary: Utilities to assist with developing IO functionality
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: http://commons.apache.org/%{base_name}
|
Group: Development/Libraries/Java
|
||||||
Source0: commons-io-2.4-src.tar.gz
|
Url: http://commons.apache.org/%{base_name}
|
||||||
|
Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
||||||
#PATCH-FIX-OPENSUSE: fix the version property to 2.4
|
#PATCH-FIX-OPENSUSE: fix the version property to 2.4
|
||||||
Patch0: commons-io-version-property.patch
|
Patch0: commons-io-version-property.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: jpackage-utils >= 1.7.2
|
|
||||||
BuildRequires: ant >= 1.6
|
BuildRequires: ant >= 1.6
|
||||||
BuildRequires: java-devel >= 1.6.0
|
BuildRequires: java-devel >= 1.6.0
|
||||||
|
BuildRequires: jpackage-utils >= 1.7.2
|
||||||
BuildRequires: junit4
|
BuildRequires: junit4
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
|
||||||
@ -49,7 +50,6 @@ file filters, and endian classes. It is a library of utilities
|
|||||||
to assist with developing IO functionality.
|
to assist with developing IO functionality.
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
License: Apache-2.0
|
|
||||||
Summary: Commons IO Package
|
Summary: Commons IO Package
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user