This commit is contained in:
parent
697e17a8af
commit
77f59d0f2f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 30 12:12:00 CEST 2007 - ssommer@suse.de
|
||||||
|
|
||||||
|
- add unzip to BuildRequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 21:45:42 CET 2006 - mls@suse.de
|
Wed Jan 25 21:45:42 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
40
aelfred.spec
40
aelfred.spec
@ -1,30 +1,30 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aelfred (Version 1.2)
|
# spec file for package aelfred (Version 1.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 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.
|
||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: aelfred
|
Name: aelfred
|
||||||
BuildRequires: ant java2-devel-packages xml-commons-apis
|
BuildRequires: ant java2-devel-packages unzip xml-commons-apis
|
||||||
%define name aelfred
|
%define name aelfred
|
||||||
%define version 1.2
|
%define version 1.2
|
||||||
%define release 0.a.7jpp
|
%define release 0.a.7jpp
|
||||||
%define section free
|
%define section free
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 1
|
Release: 51
|
||||||
Summary: Java-based XML parser
|
Summary: Java-based XML parser
|
||||||
License: BSD
|
License: BSD License and BSD-like
|
||||||
URL: http://www.jpackage.org/
|
URL: http://www.jpackage.org/
|
||||||
Source0: http://card4u.fhnon.de/XMLKlassen/microstar-Parser/aelfred.zip
|
Source0: http://card4u.fhnon.de/XMLKlassen/microstar-Parser/aelfred.zip
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Buildarch: noarch
|
Buildarch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AElfred is a Java-based XML parser from Microstar Software Ltd. AElfred
|
AElfred is a Java-based XML parser from Microstar Software Ltd. AElfred
|
||||||
@ -34,9 +34,9 @@ non-commercial use.
|
|||||||
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
Summary: Java-based XML parser (documentation)
|
Summary: Java-based XML parser (documentation)
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
Javadoc for aelfred.
|
Javadoc for aelfred.
|
||||||
@ -44,9 +44,9 @@ Javadoc for aelfred.
|
|||||||
|
|
||||||
|
|
||||||
%package demo
|
%package demo
|
||||||
Summary: Java-based XML parser (demo and samples)
|
Summary: Java-based XML parser (demo and samples)
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
%description demo
|
%description demo
|
||||||
Demonstrations and samples for aelfred.
|
Demonstrations and samples for aelfred.
|
||||||
@ -127,7 +127,9 @@ fi
|
|||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%{_datadir}/%{name}/Demo
|
%{_datadir}/%{name}/Demo
|
||||||
|
|
||||||
%changelog -n aelfred
|
%changelog
|
||||||
|
* Fri Mar 30 2007 - ssommer@suse.de
|
||||||
|
- add unzip to BuildRequires
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Oct 19 2005 - jsmeix@suse.de
|
* Wed Oct 19 2005 - jsmeix@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user