1
0

Accepting request 198309 from Java:packages

Submit of succeeding java packages for factory

OBS-URL: https://build.opensuse.org/request/show/198309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/relaxngDatatype?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2013-09-11 11:38:04 +00:00 committed by Git OBS Bridge
parent e69f805fd4
commit ffd87a2089
2 changed files with 10 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 9 11:06:18 UTC 2013 - tchvatal@suse.com
- Move from jpackage-utils to javapackage-tools
-------------------------------------------------------------------
Thu Aug 7 17:46:53 CEST 2008 - mvyskocil@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package relaxngDatatype (Version 1.0)
# spec file for package relaxngDatatype
#
# 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,24 +15,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define section free
Name: relaxngDatatype
Version: 1.0
Release: 2
Release: 0
Summary: RELAX NG Datatype API
Group: Development/Languages/Java
License: BSD-3-Clause
Group: Development/Languages/Java
# Note, this project is currently unmaintaned
Url: https://sourceforge.net/projects/relaxng
Source0: relaxngDatatype-1.0.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: jpackage-utils
BuildRequires: ant
BuildRequires: java-devel
BuildRequires: javapackages-tools
#Obsoletes: msv
%description
@ -43,7 +42,6 @@ implementations.
%package javadoc
License: BSD-3-Clause
Summary: RELAX NG Datatype API
Group: Development/Languages/Java
@ -86,5 +84,3 @@ rm -rf $RPM_BUILD_ROOT
%{_javadocdir}/%{name}
%changelog
* Thu Aug 07 2008 mvyskocil@suse.cz
- First release of version 1.0 in Suse (based on spec from jpackage.org 1.7)