OBS User unknown 2007-03-29 23:51:13 +00:00 committed by Git OBS Bridge
parent e3f3164ba5
commit 8532d48ece
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 30 01:46:27 CEST 2007 - ro@suse.de
- added unzip to buildreq
-------------------------------------------------------------------
Mon Sep 25 16:26:24 CEST 2006 - skh@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package jdepend (Version 2.6)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -12,15 +12,15 @@
# icecream 0
Name: jdepend
BuildRequires: ant java2-devel-packages xml-commons-apis
BuildRequires: ant java2-devel-packages unzip xml-commons-apis
%define name jdepend
%define version 2.6
%define release 3jpp
%define section free
Version: 2.6
Release: 24
Release: 57
Summary: Java Design Quality Metrics
License: BSD, Other License(s), see package
License: BSD License and BSD-like
URL: http://www.clarkware.com/
Group: Development/Libraries/Java
Source0: %{url}software/%{name}-%{version}.zip
@ -109,7 +109,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%{_datadir}/%{name}
%changelog -n jdepend
%changelog
* Fri Mar 30 2007 - ro@suse.de
- added unzip to buildreq
* Mon Sep 25 2006 - skh@suse.de
- don't use icecream
- use source="1.4" and target="1.4" for build with java 1.5