Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
joda-time
joda-time.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File joda-time.spec of Package joda-time
# # spec file for package joda-time (Version 1.6) # # Copyright (c) 2010 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define tzversion tzdata2010h Name: joda-time Version: 1.6 Release: 1 Summary: Java date and time API Group: Development/Libraries License: Apache-2.0 Url: http://joda-time.sourceforge.net/index.html Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz Source1: ftp://elsie.nci.nih.gov/pub/%{tzversion}.tar.gz Patch0: joda-time-use-system-junit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: java-devel > 1.5.0 BuildRequires: ant BuildRequires: ant-nodeps BuildRequires: jpackage-utils BuildRequires: junit Requires: java > 1.5.0 Requires: jpackage-utils %description Joda-Time provides a quality replacement for the Java date and time classes. The design allows for multiple calendar systems, while still providing a simple API. The 'default' calendar is the ISO8601 standard which is used by XML. The Gregorian, Julian, Buddhist, Coptic and Ethiopic systems are also included, and we welcome further additions. Supporting classes include time zone, duration, format and parsing. %package javadoc License: Apache-2.0 Summary: Javadocs for %{name} Group: Documentation Requires: %{name} = %{version}-%{release} Requires: jpackage-utils %description javadoc This package contains the API documentation for %{name}. %prep %setup -q -n %{name}-%{version}-src %patch0 -p1 # all java binaries must be removed from the sources find . -name '*.jar' -exec rm -f '{}' \; find . -name '*.class' -exec rm -f '{}' \; # prove that these binaries aren't used in building joda-time rm -rf src/testdata/ # replace internal tzdata rm -f src/java/org/joda/time/tz/src/* tar -xzf %{SOURCE1} -C src/java/org/joda/time/tz/src/ %build ant ant javadoc %install # jars install -d -m 755 %{buildroot}%{_javadir} # Don't install a versioned jar and symlink to it, instead install # the unversioned jar as per Java Packaging Guidelines install -m 644 build/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar # javadocs install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name} cp -a build/docs/* %{buildroot}%{_javadocdir}/%{name} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE.txt RELEASE-NOTES.txt ToDo.txt %{_javadir}/%{name}.jar %files javadoc %defattr(-,root,root,-) %doc %{_javadocdir}/%{name} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor