2024-01-06 05:47:13 +01:00
|
|
|
Name: libsignon-glib
|
2024-01-06 05:47:13 +01:00
|
|
|
Version: 1.15
|
2024-01-06 05:47:13 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 05:47:13 +01:00
|
|
|
Summary: Glib binding for Single Sign-on library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://code.google.com/p/accounts-sso/
|
2024-01-06 05:47:13 +01:00
|
|
|
Source: https://gitlab.com/accounts-sso/libsignon-glib.git/VERSION_%{version}/libsignon-glib-%{version}.tar.bz2
|
2024-01-06 05:47:13 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
BuildRequires: libsignon-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: signon
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Glib binding for Single Sign-on library.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
## note: you can add this requirement if .pc files are provided by this package
|
|
|
|
#Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%package apidocs
|
|
|
|
Group: Documentation
|
|
|
|
Summary: %{name} API documentation
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: gtk-doc
|
|
|
|
|
|
|
|
%description apidocs
|
|
|
|
This package includes the %{name} API documentation.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 05:47:13 +01:00
|
|
|
./autogen.sh
|
2024-01-06 05:47:13 +01:00
|
|
|
%configure --enable-gtk-doc
|
|
|
|
%make -j1
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libsignon-glib.so.*
|
|
|
|
%{_libdir}/girepository-1.0/Signon-1.0.typelib
|
|
|
|
%{python_sitearch}/gi/overrides/Signon.py
|
|
|
|
%{python_sitearch}/gi/overrides/Signon.pyc
|
|
|
|
%{python_sitearch}/gi/overrides/Signon.pyo
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/libsignon-glib
|
|
|
|
%{_includedir}/libsignon-glib/signon-*.h
|
|
|
|
%{_libdir}/libsignon-glib.la
|
|
|
|
%{_libdir}/libsignon-glib.so
|
|
|
|
%{_libdir}/pkgconfig/libsignon-glib.pc
|
|
|
|
%{_datadir}/gir-1.0/Signon-1.0.gir
|
2024-01-06 05:47:13 +01:00
|
|
|
%{_datadir}/vala/vapi/libsignon-glib.vapi
|
2024-01-06 05:47:13 +01:00
|
|
|
%doc ChangeLog NEWS
|
2024-01-06 05:47:13 +01:00
|
|
|
|
|
|
|
%files apidocs
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_datadir}/gtk-doc/html/libsignon-glib
|
|
|
|
%{_datadir}/gtk-doc/html/libsignon-glib/*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 05:47:13 +01:00
|
|
|
* Sun Jul 29 2018 Automatic Build System <autodist@mambasoft.it> 1.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:47:13 +01:00
|
|
|
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14-1mamba
|
|
|
|
- update to 1.14
|
|
|
|
|
2024-01-06 05:47:13 +01:00
|
|
|
* Sat Oct 10 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12-1mamba
|
|
|
|
- update to 1.12
|
|
|
|
|
2024-01-06 05:47:13 +01:00
|
|
|
* Sun Jun 02 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 1.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|