update to 3.1 [release 3.1-1mamba;Thu Dec 07 2017]
This commit is contained in:
parent
2548891c3b
commit
2bc509d8d3
@ -1,5 +1,5 @@
|
|||||||
Name: libsearpc
|
Name: libsearpc
|
||||||
Version: 3.0.7
|
Version: 3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A simple C language RPC framework based on GObject system
|
Summary: A simple C language RPC framework based on GObject system
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,7 +8,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/haiwen/libsearpc
|
URL: https://github.com/haiwen/libsearpc
|
||||||
## GITSOURCE https://github.com/haiwen/libsearpc.git v3.0.4
|
## GITSOURCE https://github.com/haiwen/libsearpc.git v3.0.4
|
||||||
Source: https://github.com/haiwen/libsearpc.git/v%{version}/libsearpc-%{version}.tar.bz2
|
Source: https://github.com/haiwen/libsearpc.git/v%{version}-latest/libsearpc-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -67,13 +67,11 @@ This package contains utility applications for %{name}.
|
|||||||
%{python_sitearch}/pysearpc/client.py*
|
%{python_sitearch}/pysearpc/client.py*
|
||||||
%{python_sitearch}/pysearpc/common.py*
|
%{python_sitearch}/pysearpc/common.py*
|
||||||
%{python_sitearch}/pysearpc/server.py*
|
%{python_sitearch}/pysearpc/server.py*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS LICENSE.txt
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/searpc-client.h
|
%{_includedir}/searpc-*.h
|
||||||
%{_includedir}/searpc-server.h
|
|
||||||
%{_includedir}/searpc-utils.h
|
|
||||||
%{_includedir}/searpc.h
|
%{_includedir}/searpc.h
|
||||||
%{_libdir}/libsearpc.a
|
%{_libdir}/libsearpc.a
|
||||||
%{_libdir}/libsearpc.la
|
%{_libdir}/libsearpc.la
|
||||||
@ -86,6 +84,9 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/searpc-codegen.py
|
%{_bindir}/searpc-codegen.py
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1-1mamba
|
||||||
|
- update to 3.1
|
||||||
|
|
||||||
* Fri Apr 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.7-1mamba
|
* Fri Apr 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.7-1mamba
|
||||||
- update to 3.0.7
|
- update to 3.0.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user