Compare commits
4 Commits
1.7.2-1mam
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cc9350ab2 | |||
| 9fb4e18024 | |||
| 146341fc29 | |||
| 11d19d2357 |
@@ -1,22 +1,20 @@
|
||||
Name: libconfig
|
||||
Version: 1.7.2
|
||||
Version: 1.8.1
|
||||
Release: 1mamba
|
||||
Summary: C/C++ Configuration File Library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
URL: http://www.hyperrealm.com/libconfig/
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.hyperrealm.com/libconfig/
|
||||
Source: https://github.com/hyperrealm/libconfig.git/v%{version}/libconfig-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
Requires(post):%{__install_info}
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: texinfo
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{name} is a simple library for processing structured configuration files. The file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string parsing in application code. The library includes bindings for both the C and C++ languages. It works on POSIX-compliant UNIX systems.
|
||||
@@ -25,11 +23,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Group: Development/Libraries
|
||||
Summary: Libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires(post):%{__install_info}
|
||||
|
||||
%description devel
|
||||
C/C++ Configuration File Library
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package static
|
||||
Group: Development/Libraries
|
||||
@@ -38,18 +36,17 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description static
|
||||
C/C++ Configuration File Library
|
||||
This package contains static libraries needed for development.
|
||||
|
||||
This package contains static libraries need for development.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
|
||||
iconv -f iso-8859-1 -t utf-8 -o AUTHORS{.utf8,}
|
||||
mv AUTHORS{.utf8,}
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
make pdf
|
||||
@@ -68,10 +65,6 @@ sed -i '/^\/ID /d' %{buildroot}%{_defaultdocdir}/libconfig/libconfig.pdf
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post devel
|
||||
%install_info libconfig.info
|
||||
|
||||
@@ -85,7 +78,6 @@ sed -i '/^\/ID /d' %{buildroot}%{_defaultdocdir}/libconfig/libconfig.pdf
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
#%{_bindir}/libconfig_tests
|
||||
%{_includedir}/libconfig.h*
|
||||
%{_libdir}/libconfig*.so
|
||||
%{_libdir}/pkgconfig/libconfig++.pc
|
||||
@@ -93,7 +85,7 @@ sed -i '/^\/ID /d' %{buildroot}%{_defaultdocdir}/libconfig/libconfig.pdf
|
||||
%{_libdir}/cmake/libconfig++/libconfig++Config.cmake
|
||||
%{_libdir}/cmake/libconfig/libconfigConfig.cmake
|
||||
%{_defaultdocdir}/libconfig/libconfig.pdf
|
||||
%{_infodir}/libconfig.info.gz
|
||||
%{_infodir}/libconfig.info*
|
||||
%doc ChangeLog README TODO
|
||||
|
||||
%files static
|
||||
@@ -101,6 +93,18 @@ sed -i '/^\/ID /d' %{buildroot}%{_defaultdocdir}/libconfig/libconfig.pdf
|
||||
%{_libdir}/libconfig*.*a
|
||||
|
||||
%changelog
|
||||
* Fri May 30 2025 Automatic Build System <autodist@openmamba.org> 1.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 30 2025 Automatic Build System <autodist@openmamba.org> 1.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 20 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.3-2mamba
|
||||
- added debug package; updated URL; closes #1
|
||||
|
||||
* Sun Jun 20 2021 Automatic Build System <autodist@mambasoft.it> 1.7.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 24 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.2-1mamba
|
||||
- update to 1.7.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user