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 156563 Details for
Bug 242176
RFE: add pkgconfig file for emacs-common
[?]
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 pkgconfig file for emacs
spec-pkgconfig.patch (text/plain), 1.40 KB, created by
Jonathan Underwood
on 2007-06-08 10:41:29 UTC
(
hide
)
Description:
Add pkgconfig file for emacs
Filename:
MIME Type:
Creator:
Jonathan Underwood
Created:
2007-06-08 10:41:29 UTC
Size:
1.40 KB
patch
obsolete
>? emacs-pkgconfig-spec-patch.diff >Index: emacs.spec >=================================================================== >RCS file: /cvs/extras/rpms/emacs/devel/emacs.spec,v >retrieving revision 1.94 >diff -u -r1.94 emacs.spec >--- emacs.spec 22 May 2007 14:32:18 -0000 1.94 >+++ emacs.spec 8 Jun 2007 10:38:29 -0000 >@@ -126,6 +126,16 @@ > # make sure patched lisp files get byte-compiled > src/emacs -batch --no-init-file --no-site-file -f batch-byte-compile site-lisp/*.el > >+# Create pkg-config file >+cat > emacs.pc << EOF >+sitepkglispdir=/usr/share/emacs/site-lisp >+sitestartdir=/usr/share/emacs/site-lisp/site-start.d >+ >+Name: emacs >+Description: GNU Emacs text editor >+Version: %{version} >+EOF >+ > %install > rm -rf %{buildroot} > %makeinstall >@@ -154,6 +164,10 @@ > mkdir -p %{buildroot}%{_sysconfdir}/skel > install -m 0644 %SOURCE3 %{buildroot}%{_sysconfdir}/skel/.emacs > >+# install pkg-config file >+mkdir -p %{buildroot}%{_datadir}/pkg-config >+install -m 0644 emacs.pc %{buildroot}%{_datadir}/pkg-config >+ > # after everything is installed, remove info dir > rm -f %{buildroot}%{_infodir}/dir > rm %{buildroot}%{_localstatedir}/games/emacs/* >@@ -239,6 +253,7 @@ > %{_datadir}/emacs/%{version}/etc > %{_datadir}/emacs/%{version}/site-lisp > %{_libexecdir}/emacs >+%{_datadir}/pkg-config/emacs.pc > %attr(0644,root,root) %config %{_datadir}/emacs/site-lisp/default.el > %attr(0644,root,root) %config %{_datadir}/emacs/site-lisp/site-start.el >
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 242176
:
156563
|
156577
|
156578
|
160190