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 663621 Details for
Bug 887279
cleanups to the spec file for rpmlint
[?]
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 tmux.spec
tmux.patch (text/plain), 1.37 KB, created by
David Cantrell
on 2012-12-14 14:28:09 UTC
(
hide
)
Description:
patch to tmux.spec
Filename:
MIME Type:
Creator:
David Cantrell
Created:
2012-12-14 14:28:09 UTC
Size:
1.37 KB
patch
obsolete
>commit f272592490e265c7d11816dfbf83f69baf429869 >Author: David Cantrell <david.l.cantrell@gmail.com> >Date: Fri Dec 14 09:19:52 2012 -0500 > > Add BuildRoot tag and a %clean section to satisfy rpmlint > >diff --git a/tmux.spec b/tmux.spec >index 45ac4b9..902c27d 100644 >--- a/tmux.spec >+++ b/tmux.spec >@@ -1,6 +1,6 @@ > Name: tmux > Version: 1.7 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: A terminal multiplexer > > Group: Applications/System >@@ -10,6 +10,7 @@ License: ISC and BSD > URL: http://sourceforge.net/projects/tmux > Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz > >+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) > BuildRequires: ncurses-devel > BuildRequires: libevent-devel > >@@ -30,6 +31,9 @@ make %{?_smp_mflags} LDFLAGS="%{optflags}" > rm -rf %{buildroot} > make install DESTDIR=%{buildroot} INSTALLBIN="install -p -m 755" INSTALLMAN="install -p -m 644" > >+%clean >+rm -rf %{buildroot} >+ > %post > if [ ! -f %{_sysconfdir}/shells ] ; then > echo "%{_bindir}/tmux" > %{_sysconfdir}/shells >@@ -44,6 +48,9 @@ fi > %{_mandir}/man1/tmux.1.* > > %changelog >+* Fri Dec 14 2012 David Cantrell <dcantrell@redhat.com> - 1.7-2 >+- Add BuildRoot tag and a %%clean section to satisfy rpmlint >+ > * Sat Oct 13 2012 Sven Lankes <sven@lank.es> 1.7-1 > - New upstream release >
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 887279
: 663621