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 624209 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 -rebase
0001-add-maven-pom.patch (text/plain), 2.35 KB, created by
gil cattaneo
on 2012-10-09 17:37:32 UTC
(
hide
)
Description:
add maven pom -rebase
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2012-10-09 17:37:32 UTC
Size:
2.35 KB
patch
obsolete
>From c09baa81cc49371f372920ff4062cbd2774fa4fd Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Tue, 9 Oct 2012 19:35:47 +0200 >Subject: [PATCH] add maven pom > >--- > bytelist.spec | 31 +++++++++++++++---------------- > 1 files changed, 15 insertions(+), 16 deletions(-) > >diff --git a/bytelist.spec b/bytelist.spec >index aedcffc..2e786b1 100644 >--- a/bytelist.spec >+++ b/bytelist.spec >@@ -6,7 +6,7 @@ > > Name: bytelist > Version: 1.0.8 >-Release: 3%{?dist} >+Release: 4%{?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 >@@ -36,42 +35,42 @@ A small java library for manipulating lists of bytes. > %prep > %setup -q -n %{cluster}-%{name}-%{git_commit} > >-find -name '*.class' -exec rm -f '{}' \; >-find -name '*.jar' -exec rm -f '{}' \; >+find -name '*.class' -delete >+find -name '*.jar' -delete > > > %build > echo "See %{url} for more info about the %{name} project." > README.txt > > export CLASSPATH=$(build-classpath junit jcodings) >-%__mkdir_p lib >+mkdir -p lib > %ant > > > %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 >+* Tue Oct 09 2012 gil cattaneo <puntogil@libero.it> - 1.0.8-4 >+- add maven pom >+- adapt to current guideline >+ > * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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