forked from pool/jdepend
This commit is contained in:
parent
e3f3164ba5
commit
8532d48ece
@ -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
|
Mon Sep 25 16:26:24 CEST 2006 - skh@suse.de
|
||||||
|
|
||||||
|
12
jdepend.spec
12
jdepend.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jdepend (Version 2.6)
|
# 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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,15 +12,15 @@
|
|||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
Name: jdepend
|
Name: jdepend
|
||||||
BuildRequires: ant java2-devel-packages xml-commons-apis
|
BuildRequires: ant java2-devel-packages unzip xml-commons-apis
|
||||||
%define name jdepend
|
%define name jdepend
|
||||||
%define version 2.6
|
%define version 2.6
|
||||||
%define release 3jpp
|
%define release 3jpp
|
||||||
%define section free
|
%define section free
|
||||||
Version: 2.6
|
Version: 2.6
|
||||||
Release: 24
|
Release: 57
|
||||||
Summary: Java Design Quality Metrics
|
Summary: Java Design Quality Metrics
|
||||||
License: BSD, Other License(s), see package
|
License: BSD License and BSD-like
|
||||||
URL: http://www.clarkware.com/
|
URL: http://www.clarkware.com/
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Source0: %{url}software/%{name}-%{version}.zip
|
Source0: %{url}software/%{name}-%{version}.zip
|
||||||
@ -109,7 +109,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog -n jdepend
|
%changelog
|
||||||
|
* Fri Mar 30 2007 - ro@suse.de
|
||||||
|
- added unzip to buildreq
|
||||||
* Mon Sep 25 2006 - skh@suse.de
|
* Mon Sep 25 2006 - skh@suse.de
|
||||||
- don't use icecream
|
- don't use icecream
|
||||||
- use source="1.4" and target="1.4" for build with java 1.5
|
- use source="1.4" and target="1.4" for build with java 1.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user