From 409831eb29acc27746d44baa5b7456e9d765c864 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:57:54 +0100 Subject: [PATCH] automatic version update by autodist [release 1.16-1mamba;Thu Feb 11 2021] --- README.md | 2 -- libtrio.spec | 37 ++++++++++++++++++++++--------------- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 6b1125a..1847567 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,10 @@ Trio is a fully matured and stable set of printf and string functions designed be used by applications with focus on portability or with the need for additional features that are not supported by standard stdio implementation. - There are several cases where you may want to consider using trio: * Portability across heterogeneous platforms. * Embedded systems without stdio support. * Extendability of unsupported features. * Your native version doesn't do everything you need. - Trio fully implements the C99 (ISO/IEC 9899:1999) and UNIX98) standards, as well as many features from other implemenations, e.g. the GNU libc and BSD4. diff --git a/libtrio.spec b/libtrio.spec index 37a3df2..0311838 100644 --- a/libtrio.spec +++ b/libtrio.spec @@ -1,46 +1,47 @@ Name: libtrio -Version: 1.14 +Version: 1.16 Release: 1mamba Summary: Portable and extendable printf and string functions Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Tiziana Ferro -URL: http://daniel.haxx.se/projects/trio/ -Source: http://switch.dl.sourceforge.net/sourceforge/ctrio/trio-%{version}.tar.gz +URL: https://daniel.haxx.se/projects/trio/ +Source: https://downloads.sourceforge.net/sourceforge/ctrio/trio-%{version}.tar.gz License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: ldconfig +## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Trio is a fully matured and stable set of printf and string functions designed be used by applications with focus on portability or with the need for additional features that are not supported by standard stdio implementation. - There are several cases where you may want to consider using trio: * Portability across heterogeneous platforms. * Embedded systems without stdio support. * Extendability of unsupported features. * Your native version doesn't do everything you need. - Trio fully implements the C99 (ISO/IEC 9899:1999) and UNIX98) standards, as well as many features from other implemenations, e.g. the GNU libc and BSD4. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} -#Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Trio is a fully matured and stable set of printf and string functions designed be used by applications with focus on portability or with the need for additional features that are not supported by standard stdio implementation. - There are several cases where you may want to consider using trio: * Portability across heterogeneous platforms. * Embedded systems without stdio support. * Extendability of unsupported features. * Your native version doesn't do everything you need. - Trio fully implements the C99 (ISO/IEC 9899:1999) and UNIX98) standards, as well as many features from other implemenations, e.g. the GNU libc and BSD4. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q -n trio-%{version} @@ -53,24 +54,30 @@ This package contains static libraries and header files need for development. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeoldinstall +ln -s libtrio.so.2.0.0 %{buildroot}%{_libdir}/libtrio.so +chmod +x %{buildroot}%{_libdir}/libtrio.so.* + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -#%post -p /sbin/ldconfig -#%postun -p /sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig -#%files -#%defattr(-,root,root) -#%{_libdir}/*.so.* -#%doc CHANGES README +%files +%defattr(-,root,root) +%{_libdir}/libtrio.so.* %files devel %defattr(-,root,root) %{_includedir}/*.h %{_libdir}/libtrio.a +%{_libdir}/libtrio.so %doc CHANGES README %changelog +* Thu Feb 11 2021 Automatic Build System 1.16-1mamba +- automatic version update by autodist + * Tue May 11 2010 Automatic Build System 1.14-1mamba - automatic update by autodist