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 878345 Details for
Bug 1022127
jvyamlb: remove versioned jars from %{_javadir}
[?]
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]
Remove version from JAR name
0001-Remove-version-from-JAR-name.patch (text/plain), 1.99 KB, created by
Michael Simacek
on 2014-03-25 08:48:57 UTC
(
hide
)
Description:
Remove version from JAR name
Filename:
MIME Type:
Creator:
Michael Simacek
Created:
2014-03-25 08:48:57 UTC
Size:
1.99 KB
patch
obsolete
>From ea85c1a97347e1873d06277ae399d387ffde349d Mon Sep 17 00:00:00 2001 >From: Michael Simacek <msimacek@redhat.com> >Date: Tue, 25 Mar 2014 09:38:05 +0100 >Subject: [PATCH] Remove version from JAR name > >Signed-off-by: Michael Simacek <msimacek@redhat.com> >--- > jvyamlb.spec | 22 ++++++---------------- > 1 file changed, 6 insertions(+), 16 deletions(-) > >diff --git a/jvyamlb.spec b/jvyamlb.spec >index a6c0252..830819d 100644 >--- a/jvyamlb.spec >+++ b/jvyamlb.spec >@@ -6,15 +6,13 @@ > > Name: jvyamlb > Version: 0.2.5 >-Release: 9%{?dist} >+Release: 10%{?dist} > Summary: YAML processor for JRuby > >-Group: Development/Libraries > License: MIT > URL: http://github.com/%{cluster}/%{name} > Source0: %{url}/tarball/%{version}/%{cluster}-%{name}-%{git_commit}.tar.gz > >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > BuildArch: noarch > > BuildRequires: ant >@@ -27,10 +25,9 @@ BuildRequires: jpackage-utils > BuildRequires: junit > > Requires: bytelist >-Requires: java >+Requires: java-headless > Requires: jcodings > Requires: joda-time >-Requires: jpackage-utils > > > %description >@@ -51,30 +48,23 @@ build-jar-repository -s -p lib joda-time bytelist jcodings > > > %install >-%__rm -rf %{buildroot} > %__mkdir_p %{buildroot}%{_javadir} > >-%__cp -p lib/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar >-pushd %{buildroot}%{_javadir}/ >- %__ln_s %{name}-%{version}.jar %{name}.jar >-popd >- >+%__cp -p lib/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar > > %check > %ant test > > >-%clean >-%__rm -rf %{buildroot} >- >- > %files >-%defattr(644,root,root,755) > %{_javadir}/* > %doc LICENSE README CREDITS > > > %changelog >+* Fri Mar 21 2014 Michael Simacek <msimacek@redhat.com> - 0.2.5-10 >+- Remove version from JAR name >+ > * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-9 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild > >-- >1.8.5.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 1022127
: 878345