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 846602 Details for
Bug 1022165
sphinx: 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 versioned symlink
0001-Remove-versioned-jar-symlink-rhbz-1022165.patch (text/plain), 1.53 KB, created by
Michael Simacek
on 2014-01-07 11:16:00 UTC
(
hide
)
Description:
Remove versioned symlink
Filename:
MIME Type:
Creator:
Michael Simacek
Created:
2014-01-07 11:16:00 UTC
Size:
1.53 KB
patch
obsolete
>From 8ae6dfa7acec8d35bcc3e40a8428da6edd3457e9 Mon Sep 17 00:00:00 2001 >From: Michael Simacek <msimacek@redhat.com> >Date: Tue, 7 Jan 2014 12:14:49 +0100 >Subject: [PATCH] Remove versioned jar symlink (rhbz#1022165) > >Signed-off-by: Michael Simacek <msimacek@redhat.com> >--- > sphinx.spec | 14 ++++++-------- > 1 file changed, 6 insertions(+), 8 deletions(-) > >diff --git a/sphinx.spec b/sphinx.spec >index 657924b..5ed18b8 100644 >--- a/sphinx.spec >+++ b/sphinx.spec >@@ -4,7 +4,7 @@ > > Name: sphinx > Version: 2.1.2 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Free open-source SQL full-text search engine > > Group: Applications/Text >@@ -200,13 +200,8 @@ popd > # install the java api > mkdir -p $RPM_BUILD_ROOT%{_javadir} > install -m 0644 api/java/%{name}api.jar \ >- $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar >- >-# convenience symlinks >-pushd $RPM_BUILD_ROOT%{_javadir} >- ln -s %{name}-%{version}.jar %{name}.jar >- ln -s %{name}-%{version}.jar %{name}api.jar >-popd >+ $RPM_BUILD_ROOT%{_javadir}/%{name}.jar >+ln -s %{_javadir}/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}api.jar > > # install the php api > # "Non-PEAR PHP extensions should put their Class files in /usr/share/php." >@@ -298,6 +293,9 @@ chown -R %{sphinx_user}:root %{_localstatedir}/lib/sphinx/ > %{_datadir}/php/* > > %changelog >+* Tue Jan 07 2014 Michael Simacek <msimacek@redhat.com> - 2.1.2-2 >+- Remove versioned jar symlink (rhbz#1022165) >+ > * Sat Nov 2 2013 Christof Damian <christof@damian.net> - 2.1.2-1 > - upstream 2.1.2 > >-- >1.8.3.1 >
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 1022165
:
846602
|
878364