#3 Add bash-devel to f27
Closed 6 years ago by svashisht. Opened 6 years ago by junghans.
rpms/ junghans/bash master  into  f27

file modified
+17 -2
@@ -7,7 +7,7 @@ 

  Version: %{baseversion}%{patchleveltag}

  Name: bash

  Summary: The GNU Bourne Again shell

- Release: 12%{?dist}

+ Release: 13%{?dist}

  License: GPLv3+

  Url: http://www.gnu.org/software/bash

  Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
@@ -106,6 +106,14 @@ 

  incorporates useful features from the Korn shell (ksh) and the C shell

  (csh). Most sh scripts can be run by bash without modification.

  

+ %package devel

+ Summary: Development headers for %{name}

+ Requires: %{name} = %{version}-%{release}

+ Requires: pkgconf-pkg-config

+ 

+ %description devel

+ This package contains development headers for %{name}.

+ 

  %package doc

  Summary: Documentation files for %{name}

  Requires: %{name} = %{version}-%{release}
@@ -140,7 +148,7 @@ 

  # Fix bug #83776

  sed -i -e 's,bashref\.info,bash.info,' doc/bashref.info

  

- %make_install

+ %make_install install-headers

  

  mkdir -p %{buildroot}/etc

  
@@ -303,7 +311,14 @@ 

  %files doc -f %{name}-doc.files

  %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt

  

+ %files devel

+ %{_includedir}/%{name}

+ %{_libdir}/pkgconfig/%{name}.pc

+ 

  %changelog

+ * Wed Nov 08 2017 Christoph Junghans <junghans@votca.org> - 4.4.12-13

+ - Package headers in devel package, in prep for MPI-bash

+ 

  * Mon Oct 30 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-12

  - Revert change to always source from /etc/bashrc

  

no initial comment

I just pull over the commit from master

Pull-Request has been closed by svashisht

6 years ago