Accepting request 160425 from Java:packages

- Added url as source. 
  Please see http://en.opensuse.org/SourceUrls (forwarded request 160230 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/160425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-io?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2013-03-22 08:19:07 +00:00 committed by Git OBS Bridge
commit 107c00854c
2 changed files with 13 additions and 7 deletions

View File

@ -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

View File

@ -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
# remain the property of their copyright owners, unless otherwise agreed
@ -15,25 +15,26 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define base_name io
%define short_name commons-%{base_name}
Name: apache-commons-io
Version: 2.4
Release: 0
Group: Development/Libraries/Java
Summary: Utilities to assist with developing IO functionality
License: Apache-2.0
URL: http://commons.apache.org/%{base_name}
Source0: commons-io-2.4-src.tar.gz
Group: Development/Libraries/Java
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
Patch0: commons-io-version-property.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: jpackage-utils >= 1.7.2
BuildRequires: ant >= 1.6
BuildRequires: java-devel >= 1.6.0
BuildRequires: jpackage-utils >= 1.7.2
BuildRequires: junit4
BuildRequires: unzip
@ -49,7 +50,6 @@ file filters, and endian classes. It is a library of utilities
to assist with developing IO functionality.
%package javadoc
License: Apache-2.0
Summary: Commons IO Package
Group: Development/Libraries/Java