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 581900 Details for
Bug 818658
Package doesn't comply with Emacs packaging guidelines (patch attached)
[?]
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 fix spec file for emacs packaging compliance.
cmake-2.8.8-emacs-guideline-comply.patch (text/plain), 1.73 KB, created by
Jonathan Underwood
on 2012-05-03 16:33:45 UTC
(
hide
)
Description:
Patch to fix spec file for emacs packaging compliance.
Filename:
MIME Type:
Creator:
Jonathan Underwood
Created:
2012-05-03 16:33:45 UTC
Size:
1.73 KB
patch
obsolete
>diff --git a/cmake.spec b/cmake.spec >index 29fa2c6..36820b6 100644 >--- a/cmake.spec >+++ b/cmake.spec >@@ -8,7 +8,7 @@ > > Name: cmake > Version: 2.8.8 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Cross-platform make system > > Group: Development/Tools >@@ -31,6 +31,7 @@ BuildRequires: curl-devel > BuildRequires: expat-devel > BuildRequires: libarchive-devel > BuildRequires: zlib-devel >+BuildRequires: emacs > %if %{without bootstrap} > #BuildRequires: xmlrpc-c-devel > %endif >@@ -40,6 +41,9 @@ BuildRequires: qt4-devel, desktop-file-utils > %endif > Requires: rpm > >+%if (0%{?fedora} >= 16) >+Requires: emacs-filesystem >= %{_emacs_version} >+%endif > > %description > CMake is used to control the software compilation process using simple >@@ -85,8 +89,9 @@ make install DESTDIR=$RPM_BUILD_ROOT > find $RPM_BUILD_ROOT/%{_datadir}/%{name}/Modules -type f | xargs chmod -x > popd > cp -a Example $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/ >-mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp >-install -m 0644 Docs/cmake-mode.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ >+mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/cmake >+install -m 0644 Docs/cmake-mode.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/cmake >+%{_emacs_bytecompile} %{buildroot}%{_emacs_sitelispdir}/cmake/cmake-mode.el > # RPM macros > install -p -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.cmake > sed -i -e "s|@@CMAKE_VERSION@@|%{version}|" $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.cmake >@@ -149,7 +154,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || : > %{_mandir}/man1/cmakevars.1.gz > %{_mandir}/man1/cpack.1.gz > %{_mandir}/man1/ctest.1.gz >-%{_datadir}/emacs/ >+%{_datadir}/emacs/cmake > %{_libdir}/%{name}/ > > %if %{with gui}
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 818658
: 581900