automatic version update by autodist [release 1.16-1mamba;Thu Feb 11 2021]
This commit is contained in:
parent
9d9e337d01
commit
409831eb29
@ -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
|
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.
|
additional features that are not supported by standard stdio implementation.
|
||||||
|
|
||||||
There are several cases where you may want to consider using trio:
|
There are several cases where you may want to consider using trio:
|
||||||
* Portability across heterogeneous platforms.
|
* Portability across heterogeneous platforms.
|
||||||
* Embedded systems without stdio support.
|
* Embedded systems without stdio support.
|
||||||
* Extendability of unsupported features.
|
* Extendability of unsupported features.
|
||||||
* Your native version doesn't do everything you need.
|
* 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.
|
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.
|
||||||
|
|
||||||
|
37
libtrio.spec
37
libtrio.spec
@ -1,46 +1,47 @@
|
|||||||
Name: libtrio
|
Name: libtrio
|
||||||
Version: 1.14
|
Version: 1.16
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Portable and extendable printf and string functions
|
Summary: Portable and extendable printf and string functions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||||
URL: http://daniel.haxx.se/projects/trio/
|
URL: https://daniel.haxx.se/projects/trio/
|
||||||
Source: http://switch.dl.sourceforge.net/sourceforge/ctrio/trio-%{version}.tar.gz
|
Source: https://downloads.sourceforge.net/sourceforge/ctrio/trio-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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
|
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.
|
additional features that are not supported by standard stdio implementation.
|
||||||
|
|
||||||
There are several cases where you may want to consider using trio:
|
There are several cases where you may want to consider using trio:
|
||||||
* Portability across heterogeneous platforms.
|
* Portability across heterogeneous platforms.
|
||||||
* Embedded systems without stdio support.
|
* Embedded systems without stdio support.
|
||||||
* Extendability of unsupported features.
|
* Extendability of unsupported features.
|
||||||
* Your native version doesn't do everything you need.
|
* 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.
|
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
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
#Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%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
|
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.
|
additional features that are not supported by standard stdio implementation.
|
||||||
|
|
||||||
There are several cases where you may want to consider using trio:
|
There are several cases where you may want to consider using trio:
|
||||||
* Portability across heterogeneous platforms.
|
* Portability across heterogeneous platforms.
|
||||||
* Embedded systems without stdio support.
|
* Embedded systems without stdio support.
|
||||||
* Extendability of unsupported features.
|
* Extendability of unsupported features.
|
||||||
* Your native version doesn't do everything you need.
|
* 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.
|
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
|
%prep
|
||||||
%setup -q -n trio-%{version}
|
%setup -q -n trio-%{version}
|
||||||
@ -53,24 +54,30 @@ This package contains static libraries and header files need for development.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeoldinstall
|
%makeoldinstall
|
||||||
|
|
||||||
|
ln -s libtrio.so.2.0.0 %{buildroot}%{_libdir}/libtrio.so
|
||||||
|
chmod +x %{buildroot}%{_libdir}/libtrio.so.*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
#%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
#%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
#%files
|
%files
|
||||||
#%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_libdir}/*.so.*
|
%{_libdir}/libtrio.so.*
|
||||||
#%doc CHANGES README
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/libtrio.a
|
%{_libdir}/libtrio.a
|
||||||
|
%{_libdir}/libtrio.so
|
||||||
%doc CHANGES README
|
%doc CHANGES README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 11 2021 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue May 11 2010 Automatic Build System <autodist@mambasoft.it> 1.14-1mamba
|
* Tue May 11 2010 Automatic Build System <autodist@mambasoft.it> 1.14-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user