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 156577 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 spec file to add pkf-config entry
spec-pkgconfig.patch (text/x-patch), 1.59 KB, created by
Jonathan Underwood
on 2007-06-08 14:48:37 UTC
(
hide
)
Description:
Patch spec file to add pkf-config entry
Filename:
MIME Type:
Creator:
Jonathan Underwood
Created:
2007-06-08 14:48:37 UTC
Size:
1.59 KB
patch
obsolete
>? spec-pkgconfig.patch >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 14:47:10 -0000 >@@ -65,6 +65,7 @@ > Summary: Emacs common files > Group: Applications/Editors > PreReq: /sbin/install-info, dev, %{_sbindir}/alternatives >+Requires: pkg-config > Obsoletes: emacs-leim > > %description common >@@ -126,6 +127,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=%{_datadir}/emacs/site-lisp >+sitestartdir=%{_datadir}/emacs/site-lisp/site-start.d >+ >+Name: emacs >+Description: GNU Emacs text editor >+Version: %{version} >+EOF >+ > %install > rm -rf %{buildroot} > %makeinstall >@@ -154,6 +165,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 +254,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 Raw
Actions:
View
Attachments on
bug 242176
:
156563
|
156577
|
156578
|
160190