Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
openmarkup
openmarkup.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openmarkup.spec of Package openmarkup
# # spec file for package openmarkup (Version 1.1) # # Copyright (c) 2008 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/ # # norootforbuild Name: openmarkup Version: 1.1 Release: 2 Summary: Open Markup Interface for object realizers and XML object realization Group: Development/Languages/Java License: LGPL-2.1+ Url: https://openmarkup.dev.java.net/ #Source: om_1_1.zip Source0: %{name}-%{version}.tar.bz2 Source1: AsyncClients.pdf Source2: XMLContentHandlers.pdf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: java-devel BuildRequires: ant BuildArch: noarch %description The Open Markup project defines an open API called Open Markup Interface for object realizers and XML object realization. Object realization is a process by which software objects are created, configured, and processed according to machine-readable descriptions of those objects. It includes post-instantiation tasks, such as configuring objects with additional attributes or properties, connecting them with other objects to create complex object compositions, or otherwise manipulating them according to control information embedded in the object descriptions. %package javadoc License: LGPL-2.1+ Summary: Open Markup Interface for object realizers and XML object realization Group: Development/Languages/Java %description javadoc The Open Markup project defines an open API called Open Markup Interface for object realizers and XML object realization. Object realization is a process by which software objects are created, configured, and processed according to machine-readable descriptions of those objects. It includes post-instantiation tasks, such as configuring objects with additional attributes or properties, connecting them with other objects to create complex object compositions, or otherwise manipulating them according to control information embedded in the object descriptions. %package manual License: LGPL-2.1+ Summary: Open Markup Interface for object realizers and XML object realization Group: Development/Languages/Java %description manual The Open Markup project defines an open API called Open Markup Interface for object realizers and XML object realization. Object realization is a process by which software objects are created, configured, and processed according to machine-readable descriptions of those objects. It includes post-instantiation tasks, such as configuring objects with additional attributes or properties, connecting them with other objects to create complex object compositions, or otherwise manipulating them according to control information embedded in the object descriptions. %prep %setup -q cp %{SOURCE1} %{SOURCE2} . # wrong end of line encoding sed -i -e 's/.$//' doc/javadoc/stylesheet.css doc/javadoc/package-list Copyright.txt LICENSE.txt %build ant -f make/build.xml -Djavaws.dir=%{java_home}/bin %install install -d -m 755 $RPM_BUILD_ROOT/%{_javadir} install -m 644 dist/bin/om.jar $RPM_BUILD_ROOT/%{_javadir} # javadoc install -d -m 755 $RPM_BUILD_ROOT/%{_javadocdir}/%{name}-%{version} cp -pr doc/javadoc/* $RPM_BUILD_ROOT/%{_javadocdir}/%{name}-%{version} ln -s %{name}-%{version} $RPM_BUILD_ROOT/%{_javadocdir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,0755) %doc Copyright.txt LICENSE.txt %{_javadir}/*jar %files javadoc %defattr(-,root,root) %{_javadocdir}/%{name}-%{version} %{_javadocdir}/%{name} %files manual %defattr(-,root,root,0755) %doc AsyncClients.pdf XMLContentHandlers.pdf %changelog * Mon Aug 18 2008 mvyskocil@suse.cz - Initial packaging in SUSE
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