Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 996753 Details for
Bug 1193196
Add maven metadata
Home
New
Search
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.rh92 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]
Add maven metadata
0001-Add-maven-metadata.patch (text/plain), 2.84 KB, created by
gil cattaneo
on 2015-03-01 11:43:48 UTC
(
hide
)
Description:
Add maven metadata
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2015-03-01 11:43:48 UTC
Size:
2.84 KB
patch
obsolete
>From 04c9e24afc45b5e441884851208dad56dd5ddfbe Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Sun, 1 Mar 2015 12:41:20 +0100 >Subject: [PATCH] Add maven metadata > >--- > miglayout.spec | 38 +++++++++++++++++++------------------- > 1 file changed, 19 insertions(+), 19 deletions(-) > >diff --git a/miglayout.spec b/miglayout.spec >index d43f74d..71b81e9 100644 >--- a/miglayout.spec >+++ b/miglayout.spec >@@ -1,6 +1,6 @@ > Name: miglayout > Version: 4.2 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: Versatile and flexible Swing layout manager > URL: http://www.miglayout.com/ > License: BSD >@@ -11,8 +11,8 @@ Source1: miglayout-swing-4.2-sources.jar > > BuildArch: noarch > BuildRequires: java-devel >+BuildRequires: javapackages-local > >-Requires: java > # We no longer have an examples sub-package, note no provides as the examples > # are no longer packaged, so we do not provide them > Obsoletes: %{name}-examples < %{version}-%{release} >@@ -24,41 +24,41 @@ produce flowing, grid based, absolute (with links), grouped and > docking layouts. MiGLayout is created to be to manually coded layouts > what Matisse/GroupLayout is to IDE supported visual layouts. > >- > %package javadoc >-Summary: Javadocs for MiGLayout >+Summary: Javadoc for MiGLayout > > %description javadoc > This package contains the API documentation for MiGLayout. > >- > %prep > %setup -q -c %{name} > unzip -oq %{SOURCE1} > >- > %build >-javac -encoding utf8 net/miginfocom/{layout,swing}/*.java >- >-jar cmf META-INF/MANIFEST.MF %{name}-core.jar net/miginfocom/layout/*.class >-jar cmf META-INF/MANIFEST.MF %{name}-swing.jar net/miginfocom/swing/*.class >-javadoc -d doc net.miginfocom.{layout,swing} > >+%javac -encoding utf8 net/miginfocom/{layout,swing}/*.java >+%jar cmf META-INF/MANIFEST.MF %{name}-core.jar net/miginfocom/layout/*.class >+%jar cmf META-INF/MANIFEST.MF %{name}-swing.jar net/miginfocom/swing/*.class >+%javadoc -d doc net.miginfocom.{layout,swing} > > %install >-mkdir -p %{buildroot}%{_javadir} >-mkdir -p %{buildroot}%{_javadocdir} >-cp -a %{name}-*.jar %{buildroot}%{_javadir} >-cp -a doc %{buildroot}%{_javadocdir}/%{name} > >+%mvn_artifact com.%{name}:%{name}-core:%{version} %{name}-core.jar >+%mvn_artifact com.%{name}:%{name}-swing:%{version} %{name}-swing.jar >+%mvn_file com.%{name}:%{name}-core %{name}-core >+%mvn_file com.%{name}:%{name}-swing %{name}-swing >+%mvn_alias com.%{name}:%{name}-core com.%{name}:%{name} >+%mvn_install -J doc > >-%files >-%{_javadir}/*.jar >+%files -f .mfiles > >-%files javadoc >-%doc %{_javadocdir}/%{name} >+%files javadoc -f .mfiles-javadoc > > %changelog >+* Sun Feb 15 2015 gil cattaneo <puntogil@libero.it> 4.2-3 >+- Add maven metadata >+- Adapt to current guideline >+ > * Fri Jan 16 2015 Hans de Goede <hdegoede@redhat.com> - 4.2-2 > - Properly obsolete the no longer existing miglayout-examples package > >-- >1.9.3 >
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 1193196
: 996753