automatic version update by autodist [release 4.2.6-1mamba;Mon Feb 17 2025]
This commit is contained in:
parent
295d671ae1
commit
f638b33099
@ -1,5 +1,5 @@
|
|||||||
Name: libiniparser
|
Name: libiniparser
|
||||||
Version: 4.2.1
|
Version: 4.2.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free stand-alone ini file parsing library
|
Summary: A free stand-alone ini file parsing library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -25,31 +25,22 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
Libiniparser offers parsing of ini files from the C level.
|
Libiniparser offers parsing of ini files from the C level.
|
||||||
This package contains static libraries and header files needed for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n iniparser-%{version}
|
%setup -q -n iniparser-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
%cmake
|
||||||
%make check
|
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
install -d %{buildroot}%{_includedir} \
|
%cmake_install
|
||||||
%{buildroot}%{_libdir}
|
|
||||||
|
|
||||||
install -m 0755 libiniparser.{a,so.1} %{buildroot}%{_libdir}
|
|
||||||
install -m 0644 src/{dictionary,iniparser}.h %{buildroot}%{_includedir}
|
|
||||||
ln -s libiniparser.so.1 %{buildroot}%{_libdir}/libiniparser.so
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libiniparser.so.*
|
%{_libdir}/libiniparser.so.*
|
||||||
@ -57,12 +48,27 @@ ln -s libiniparser.so.1 %{buildroot}%{_libdir}/libiniparser.so
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/dictionary.h
|
%dir %{_includedir}/iniparser
|
||||||
%{_includedir}/iniparser.h
|
%{_includedir}/iniparser/*.h
|
||||||
%{_libdir}/libiniparser.a
|
%{_libdir}/libiniparser.a
|
||||||
%{_libdir}/libiniparser.so
|
%{_libdir}/libiniparser.so
|
||||||
|
%dir %{_libdir}/cmake/iniparser
|
||||||
|
%{_libdir}/cmake/iniparser/iniparser*.cmake
|
||||||
|
%{_libdir}/pkgconfig/iniparser.pc
|
||||||
|
#%dir %{_docdir}/iniparser
|
||||||
|
#%dir %{_docdir}/iniparser/html
|
||||||
|
#%{_docdir}/iniparser/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 17 2025 Automatic Build System <autodist@openmamba.org> 4.2.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jan 07 2025 Automatic Build System <autodist@openmamba.org> 4.2.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jan 03 2025 Automatic Build System <autodist@openmamba.org> 4.2.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu May 16 2024 Automatic Build System <autodist@openmamba.org> 4.2.1-1mamba
|
* Thu May 16 2024 Automatic Build System <autodist@openmamba.org> 4.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user