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 295038 Details for
Bug 225669
Merge Review: ctags
[?]
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]
patch to ctags.spec to include ctage-etags package.
ctags.spec.patch (text/plain), 1.20 KB, created by
Terje Røsten
on 2008-02-15 21:00:25 UTC
(
hide
)
Description:
patch to ctags.spec to include ctage-etags package.
Filename:
MIME Type:
Creator:
Terje Røsten
Created:
2008-02-15 21:00:25 UTC
Size:
1.20 KB
patch
obsolete
>--- ctags.spec.orig 2008-02-15 17:25:16.000000000 +0100 >+++ ctags.spec 2008-02-15 21:58:52.000000000 +0100 >@@ -30,6 +30,7 @@ > Summary: Exuberant Ctags for emacs tag format > Group: Development/Tools > Requires: ctags = %{version}-%{release} >+Requires: /usr/sbin/alternatives > > %description etags > This package will generate tags in a format which GNU Emacs understand, >@@ -50,6 +51,8 @@ > rm -rf %{buildroot} > > make DESTDIR=%{buildroot} install >+ln -s ctags %{buildroot}%{_bindir}/etags.ctags >+ln -s ctags.1.gz %{buildroot}%{_mandir}/man1/etags.ctags.1.gz > > %clean > rm -rf %{buildroot} >@@ -57,8 +60,21 @@ > %files > %defattr(-, root, root, -) > %doc COPYING EXTENDING.html FAQ NEWS README >-%{_bindir}/* >-%{_mandir}/man1/* >+%{_bindir}/%{name} >+%{_mandir}/man1/%{name}.1* >+ >+%files etags >+%defattr(-, root, root, -) >+%doc COPYING >+%{_bindir}/etags.%{name} >+%{_mandir}/man1/etags.%{name}.1* >+ >+%posttrans etags >+/usr/sbin/alternatives --install /usr/bin/etags emacs.etags /usr/bin/etags.ctags 20 \ >+ --slave /usr/share/man/man1/etags.1.gz emacs.etags.man /usr/share/man/man1/ctags.1.gz >+ >+%postun etags >+/usr/sbin/alternatives --remove etags /usr/bin/etags.ctags || : > > %changelog > * Fri Feb 15 2008 Than Ngo <than@redhat.com> 5.7-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 225669
: 295038