Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
jlex
jlex.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jlex.spec of Package jlex
# # spec file for package jlex (Version 1.2.6) # # Copyright (c) 2009 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 # icecream 0 Name: jlex BuildRequires: ant java-1_5_0-gcj-compat-devel xml-commons-apis-bootstrap #!BuildIgnore: xml-commons-apis xml-commons-resolver xml-commons xerces-j2 %define name jlex %define version 1.2.6 %define release 2jpp %define section free Version: 1.2.6 Release: 258 Summary: A Lexical Analyzer Generator for Java License: BSD 3-Clause Group: Development/Libraries/Java Source0: http://www.cs.princeton.edu/~appel/modern/java/JLex/Archive/1.2.5/Main.java Source1: %{name}-%{version}.build.xml Patch0: %{name}-%{version}.static.patch Url: http://www.cs.princeton.edu/~appel/modern/java/JLex/ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description JLex is a lexical analyzer generator for Java. %package javadoc License: BSD 3-Clause PreReq: coreutils Group: Development/Libraries/Java Summary: Javadoc for jlex %description javadoc JLex is a Lexical Analyzer Generator for Java. This package contains the javadoc documentation for JLex. %prep %setup -c -T cp %{SOURCE0} . %patch0 -p0 cp %{SOURCE1} build.xml %build unset CLASSPATH ant %install # jar install -d -m 755 $RPM_BUILD_ROOT%{_javadir} install -m 644 dist/lib/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar (cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done) # javadoc install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} cp -r dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_javadir}/* %files javadoc %defattr(-,root,root,-) %{_javadocdir}/%{name}-%{version} %changelog * Sun Jul 27 2008 coolo@suse.de - avoid more packages creating bootstrap problems * Fri Jul 25 2008 coolo@suse.de - build with gcj to avoid bootstrap problems with openjdk * 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 * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Thu Jul 28 2005 jsmeix@suse.de - Adjustments in the spec file. * Mon Jul 18 2005 jsmeix@suse.de - Current version 1.2.6 from JPackage.org * Thu Sep 02 2004 skh@suse.de - Initial package created with version 1.2.6 (JPackage 1.5)
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