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 160190 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 and virtual provides emacs (bin)
emacs-pkgconfig-and-virt-provides.patch (text/plain), 1.56 KB, created by
Jonathan Underwood
on 2007-07-29 13:43:05 UTC
(
hide
)
Description:
Add pkgconfig file and virtual provides emacs (bin)
Filename:
MIME Type:
Creator:
Jonathan Underwood
Created:
2007-07-29 13:43:05 UTC
Size:
1.56 KB
patch
obsolete
>Index: emacs.spec >=================================================================== >RCS file: /cvs/extras/rpms/emacs/devel/emacs.spec,v >retrieving revision 1.95 >diff -u -r1.95 emacs.spec >--- emacs.spec 26 Jun 2007 17:00:50 -0000 1.95 >+++ emacs.spec 29 Jul 2007 13:35:33 -0000 >@@ -36,6 +36,7 @@ > Requires: xorg-x11-fonts-ISO8859-1-75dpi > Requires: emacs-common = %{version}-%{release} > Conflicts: gettext < 0.10.40 >+Provides: emacs(bin) > > # C and build patches > >@@ -55,6 +56,7 @@ > Summary: GNU Emacs text editor without X support > Group: Applications/Editors > Requires: emacs-common = %{version}-%{release} >+Provides: emacs(bin) > > %description nox > Emacs is a powerful, customizable, self-documenting, modeless text >@@ -134,6 +136,16 @@ > > %__make %{?_smp_mflags} -C lisp updates > >+# Create pkg-config file >+cat > emacs.pc << EOF >+sitepkglispdir=%{site_lisp} >+sitestartdir=%{site_lisp}/site-start.d >+ >+Name: emacs >+Description: GNU Emacs text editor >+Version: %{version} >+EOF >+ > %install > rm -rf $RPM_BUILD_ROOT > >@@ -180,6 +192,10 @@ > mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/skel > install -m 0644 %SOURCE3 $RPM_BUILD_ROOT%{_sysconfdir}/skel/.emacs > >+# install pkgconfig 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 $RPM_BUILD_ROOT%{_infodir}/dir > rm $RPM_BUILD_ROOT%{_localstatedir}/games/emacs/* >@@ -273,6 +289,7 @@ > > %files -f el-filelist el > %defattr(-,root,root) >+%{_datadir}/pkg-config/emacs.pc > %dir %{_datadir}/emacs > %dir %{_datadir}/emacs/%{version} >
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