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 582708 Details for
Bug 819587
add maven pom
[?]
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]
add maven pom
0001-add-maven-pom.patch (text/plain), 1.98 KB, created by
gil cattaneo
on 2012-05-07 16:04:50 UTC
(
hide
)
Description:
add maven pom
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2012-05-07 16:04:50 UTC
Size:
1.98 KB
patch
obsolete
>From fc212ecf9e1c80662f24587bd598c15fe3ba0f5f Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Mon, 7 May 2012 16:06:31 +0200 >Subject: [PATCH] add maven pom > >--- > bytelist.spec | 25 ++++++++++++------------- > 1 files changed, 12 insertions(+), 13 deletions(-) > >diff --git a/bytelist.spec b/bytelist.spec >index 0608b4b..9246a2b 100644 >--- a/bytelist.spec >+++ b/bytelist.spec >@@ -6,7 +6,7 @@ > > Name: bytelist > Version: 1.0.8 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: A java library for lists of bytes > > Group: Development/Libraries >@@ -14,7 +14,6 @@ License: CPL or GPLv2+ or LGPLv2+ > URL: http://github.com/%{cluster}/%{name} > Source0: http://download.github.com/%{cluster}-%{name}-%{version}-0-g%{git_commit}.tar.gz > >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > BuildArch: noarch > > BuildRequires: ant >@@ -49,29 +48,29 @@ export CLASSPATH=$(build-classpath junit jcodings) > > > %install >-%__rm -rf %{buildroot} >-%__mkdir_p %{buildroot}%{_javadir} >+mkdir -p %{buildroot}%{_javadir} > >-%__cp -p lib/%{name}-1.0.2.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar >-pushd %{buildroot}%{_javadir}/ >- %__ln_s %{name}-%{version}.jar %{name}.jar >-popd >+cp -p lib/%{name}-1.0.2.jar %{buildroot}%{_javadir}/%{name}.jar > >+mkdir -p %{buildroot}%{_mavenpomdir} >+install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom >+%add_maven_depmap JPP-%{name}.pom %{name}.jar > > %check > export CLASSPATH=$(build-classpath junit jcodings) > %ant test > >- >-%clean >-%__rm -rf %{buildroot} >- > %files >-%defattr(-,root,root,-) > %{_javadir}/* >+%{_mavenpomdir}/* >+%{_mavendepmapfragdir}/* > %doc README.txt > > %changelog >+* Mon May 07 2012 gil cattaneo <puntogil@libero.it> 1.0.8-3 >+- add maven pom >+- adapt to current guideline >+ > * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-2 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >-- >1.7.7.6 >
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 819587
:
582708
|
624208
|
624209