[28382] in Source-Commits
Re: locker-support commit [redhat]: Packaging for RedHat systems
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Aug 7 08:10:00 2014
From: Jonathan D Reed <jdreed@MIT.EDU>
To: Alexander Chernyakhovsky <achernya@MIT.EDU>
CC: "source-commits@MIT.EDU" <source-commits@MIT.EDU>
Date: Thu, 7 Aug 2014 12:09:40 +0000
Message-ID: <78D2B764-3198-408D-B9F5-90F12985A7D4@mit.edu>
In-Reply-To: <201408070408.s7748nQW006391@drugstore.mit.edu>
Content-Language: en-US
Content-Type: text/plain; charset="Windows-1252"
Content-ID: <99D3595FADB94D418D8F2369315C1F28@exchange.mit.edu>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
On Aug 7, 2014, at 12:08 AM, Alexander Chernyakhovsky <achernya@MIT.EDU> wrote:
> https://github.com/mit-athena/locker-support/commit/7d27145d70558c22364839f7aa331b4d9bc9d459
> commit 7d27145d70558c22364839f7aa331b4d9bc9d459
> Author: Alexander Chernyakhovsky <achernya@mit.edu>
> Date: Wed Aug 6 22:50:16 2014 -0400
>
> Packaging for RedHat systems
>
> redhat/locker-support.spec | 98 ++++++++++++++++++++++++++++++++++++++++++++
> 1 files changed, 98 insertions(+), 0 deletions(-)
>
> diff --git a/redhat/locker-support.spec b/redhat/locker-support.spec
> new file mode 100644
> index 0000000..4ded0ce
> --- /dev/null
> +++ b/redhat/locker-support.spec
> […]
> +%build
> +CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="-I%{_includedir}/et" %{__python2} setup.py build
There are no binary components, so we probably shouldn’t set CFLAGS or look at com_err’s headers.
Otherwise +1.