Add missing gcc-c++ dep, spec cleanups
This commit is contained in:
parent
bb9ce850a5
commit
608f59068b
@ -3,12 +3,12 @@ Summary: C/C++ configuration file library
|
|||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 10%{?dist}
|
Release: 10%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
URL: http://www.hyperrealm.com/libconfig/
|
||||||
Source0: http://www.hyperrealm.com/libconfig/libconfig-%{version}.tar.gz
|
Source0:http://www.hyperrealm.com/libconfig/libconfig-%{version}.tar.gz
|
||||||
# Generated from libconfig 1.5 on Fedora 23 x86_64 (2015-12-17)
|
# Generated from libconfig 1.5 on Fedora 23 x86_64 (2015-12-17)
|
||||||
Source1: libconfig.pdf
|
Source1: libconfig.pdf
|
||||||
URL: http://www.hyperrealm.com/libconfig/
|
BuildRequires: gcc gcc-c++
|
||||||
BuildRequires: gcc
|
BuildRequires: glibc-common
|
||||||
BuildRequires: texinfo-tex, tex(ecbx1095.tfm), tex(ecrm1095.tfm), tex(cm-super-t1.enc)
|
BuildRequires: texinfo-tex, tex(ecbx1095.tfm), tex(ecrm1095.tfm), tex(cm-super-t1.enc)
|
||||||
BuildRequires: bison, flex
|
BuildRequires: bison, flex
|
||||||
|
|
||||||
@ -20,7 +20,6 @@ in application code.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libconfig
|
Summary: Development files for libconfig
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
@ -62,7 +61,8 @@ if [ $1 = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog COPYING.LIB README
|
%license COPYING.LIB
|
||||||
|
%doc AUTHORS ChangeLog README
|
||||||
%{_libdir}/libconfig*.so.*
|
%{_libdir}/libconfig*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -73,6 +73,9 @@ fi
|
|||||||
%{_infodir}/libconfig.info*
|
%{_infodir}/libconfig.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.5-11
|
||||||
|
- Add missing gcc-c++ dep, spec cleanups
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-10
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user