Compare commits
4 Commits
1.7.2-1mam
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cc9350ab2 | |||
| 9fb4e18024 | |||
| 146341fc29 | |||
| 11d19d2357 |
@@ -1,22 +1,20 @@
|
|||||||
Name: libconfig
|
Name: libconfig
|
||||||
Version: 1.7.2
|
Version: 1.8.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: C/C++ Configuration File Library
|
Summary: C/C++ Configuration File Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.hyperrealm.com/libconfig/
|
URL: https://www.hyperrealm.com/libconfig/
|
||||||
Source: https://github.com/hyperrealm/libconfig.git/v%{version}/libconfig-%{version}.tar.bz2
|
Source: https://github.com/hyperrealm/libconfig.git/v%{version}/libconfig-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Requires(post):%{__install_info}
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
%{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
|
Group: Development/Libraries
|
||||||
Summary: Libraries and headers for %{name}
|
Summary: Libraries and headers for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires(post):%{__install_info}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
C/C++ Configuration File Library
|
C/C++ Configuration File Library
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@@ -38,18 +36,17 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description static
|
%description static
|
||||||
C/C++ Configuration File Library
|
C/C++ Configuration File Library
|
||||||
|
This package contains static libraries needed for development.
|
||||||
|
|
||||||
This package contains static libraries need for development.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
iconv -f iso-8859-1 -t utf-8 -o AUTHORS{.utf8,}
|
iconv -f iso-8859-1 -t utf-8 -o AUTHORS{.utf8,}
|
||||||
mv AUTHORS{.utf8,}
|
mv AUTHORS{.utf8,}
|
||||||
|
|
||||||
%build
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
|
%build
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
make pdf
|
make pdf
|
||||||
@@ -68,10 +65,6 @@ sed -i '/^\/ID /d' %{buildroot}%{_defaultdocdir}/libconfig/libconfig.pdf
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%install_info libconfig.info
|
%install_info libconfig.info
|
||||||
|
|
||||||
@@ -85,7 +78,6 @@ sed -i '/^\/ID /d' %{buildroot}%{_defaultdocdir}/libconfig/libconfig.pdf
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_bindir}/libconfig_tests
|
|
||||||
%{_includedir}/libconfig.h*
|
%{_includedir}/libconfig.h*
|
||||||
%{_libdir}/libconfig*.so
|
%{_libdir}/libconfig*.so
|
||||||
%{_libdir}/pkgconfig/libconfig++.pc
|
%{_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++/libconfig++Config.cmake
|
||||||
%{_libdir}/cmake/libconfig/libconfigConfig.cmake
|
%{_libdir}/cmake/libconfig/libconfigConfig.cmake
|
||||||
%{_defaultdocdir}/libconfig/libconfig.pdf
|
%{_defaultdocdir}/libconfig/libconfig.pdf
|
||||||
%{_infodir}/libconfig.info.gz
|
%{_infodir}/libconfig.info*
|
||||||
%doc ChangeLog README TODO
|
%doc ChangeLog README TODO
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
@@ -101,6 +93,18 @@ sed -i '/^\/ID /d' %{buildroot}%{_defaultdocdir}/libconfig/libconfig.pdf
|
|||||||
%{_libdir}/libconfig*.*a
|
%{_libdir}/libconfig*.*a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Mar 24 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.2-1mamba
|
||||||
- update to 1.7.2
|
- update to 1.7.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user