automatic version update by autodist [release 0.9.5-1mamba;Mon Mar 22 2021]
This commit is contained in:
parent
211eed9ace
commit
5089192eb1
@ -1,5 +1,5 @@
|
|||||||
Name: uriparser
|
Name: uriparser
|
||||||
Version: 0.9.4
|
Version: 0.9.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A strictly RFC 3986 compliant URI parsing and handling library written in C89 ("ANSI C")
|
Summary: A strictly RFC 3986 compliant URI parsing and handling library written in C89 ("ANSI C")
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -15,7 +15,6 @@ BuildRequires: ldconfig
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89 ("ANSI C").
|
uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89 ("ANSI C").
|
||||||
@ -74,12 +73,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/cmake/uriparser-%{version}/uriparser*.cmake
|
%{_libdir}/cmake/uriparser-%{version}/uriparser*.cmake
|
||||||
%{_libdir}/liburiparser.so
|
%{_libdir}/liburiparser.so
|
||||||
%{_libdir}/pkgconfig/liburiparser.pc
|
%{_libdir}/pkgconfig/liburiparser.pc
|
||||||
%{_datadir}/doc/uriparser/uriparser-0.9.4.qch
|
%{_datadir}/doc/uriparser/uriparser-%{version}.qch
|
||||||
%dir %{_docdir}/uriparser
|
%dir %{_docdir}/uriparser
|
||||||
%dir %{_docdir}/uriparser/html
|
%dir %{_docdir}/uriparser/html
|
||||||
%{_datadir}/doc/uriparser/html/*
|
%{_datadir}/doc/uriparser/html/*
|
||||||
%doc ChangeLog README.md
|
%doc ChangeLog README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jan 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4-1mamba
|
* Thu Jan 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user