Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 595404 Details for
Bug 836698
[patch] add POM to jemmy
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to add POM to jemmy
0001-Add-POM-remove-clean-fix-URL.patch (text/plain), 3.53 KB, created by
Gerard Ryan
on 2012-06-30 02:50:45 UTC
(
hide
)
Description:
patch to add POM to jemmy
Filename:
MIME Type:
Creator:
Gerard Ryan
Created:
2012-06-30 02:50:45 UTC
Size:
3.53 KB
patch
obsolete
>From 1b69e5751960ec89c33cb33851ac34f4aa705736 Mon Sep 17 00:00:00 2001 >From: Gerard Ryan <gerard@ryan.lt> >Date: Sat, 30 Jun 2012 03:46:54 +0100 >Subject: [PATCH] Add POM; remove %clean; fix URL > >--- > jemmy.pom | 24 ++++++++++++++++++++++++ > jemmy.spec | 23 +++++++++++++++++++---- > 2 files changed, 43 insertions(+), 4 deletions(-) > create mode 100644 jemmy.pom > >diff --git a/jemmy.pom b/jemmy.pom >new file mode 100644 >index 0000000..5cd85bf >--- /dev/null >+++ b/jemmy.pom >@@ -0,0 +1,24 @@ >+<project> >+<modelVersion>4.0.0</modelVersion> >+<groupId>org.netbeans</groupId> >+<artifactId>jemmy</artifactId> >+<version>2.3.0.0</version> >+<packaging>jar</packaging> >+<name>Jemmy</name> >+<description>Jemmy is a Java UI testing library. Jemmy represents the most natural way to test Java UI - perform the >+ testing right from the Java code. Jemmy is a Java library which provides clear and straightforward API to access >+ Java UI (AWT and Swing). >+ </description> >+<url>http://jemmy.netbeans.org/</url> >+<licenses> >+ <license> >+ <name>Common Development Distribution License</name> >+ <url>http://hub.opensolaris.org/bin/download/Main/licensing/cddllicense.txt</url> >+ <distribution>repo</distribution> >+ </license> >+ </licenses> >+<scm> >+ <connection>scm:cvs:pserver:anoncvs@cvs.netbeans.org:/cvs:jemmy</connection> >+ <url>http://jemmy.netbeans.org/source/browse/jemmy/</url> >+ </scm> >+</project> >diff --git a/jemmy.spec b/jemmy.spec >index 4eb7f92..9785bbc 100644 >--- a/jemmy.spec >+++ b/jemmy.spec >@@ -8,7 +8,7 @@ > > Name: jemmy > Version: 2.3.0.0 >-Release: 6%{?dist} >+Release: 7%{?dist} > Summary: Java UI testing library > > Group: Development/Libraries >@@ -23,6 +23,11 @@ URL: https://jemmy.dev.java.net > # > # where <username> is a name of the user registered here: https://www.dev.java.net/servlets/Join > Source0: jemmy-2.3.0.0.tar.gz >+ >+# POM based on one from maven.org, with version and license info modified: >+# http://central.maven.org/maven2/org/netbeans/jemmy/2.2.7.5/jemmy-2.2.7.5.pom >+Source1: %{name}.pom >+ > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: ant >= 1.6.5 >@@ -54,7 +59,7 @@ This package contains the API documentation for %{name}. > %prep > %setup -q > find . -type f -name '*.jar' | xargs -t rm >-echo "Please, visit https://jemmy.dev.java.net for more info about Jemmy." > README.txt >+echo "Please, visit http://jemmy.java.net for more info about Jemmy." > README.txt > > %build > %ant jar javadoc >@@ -68,23 +73,33 @@ echo "Please, visit https://jemmy.dev.java.net for more info about Jemmy." > REA > (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do \ > %__ln_s ${jar} ${jar/-%{version}/}; done) > >+# POM >+install -d -m 0755 $RPM_BUILD_ROOT%{_mavenpomdir} >+install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom >+%add_maven_depmap JPP-%{name}.pom %{name}.jar >+ > # javadoc > %__mkdir_p %{buildroot}%{_javadocdir}/%{name} > %__cp -a %{target_javadoc} %{buildroot}%{_javadocdir}/%{name} > >-%clean >-%__rm -rf %{buildroot} > > %files > %defattr(-,root,root,-) > %doc README.txt > %{_javadir}/*.jar >+%{_mavenpomdir}/* >+%{_mavendepmapfragdir}/* > > %files javadoc > %defattr(-,root,root,-) > %{_javadocdir}/%{name} > > %changelog >+* Fri Jun 29 2012 Gerard Ryan <galileo@fedoraproject.org> - 2.3.0.0-7 >+- Add POM >+- Remove clean section >+- Update URL in README.txt creation >+ > * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.0.0-6 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >-- >1.7.10.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 836698
: 595404