|
|
@ -1,14 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global commit0 aeb0cc3540507027ee2c66dd24e60f3cbf55fee4
|
|
|
|
|
|
|
|
|
|
|
|
Name: signon
|
|
|
|
Name: signon
|
|
|
|
Version: 8.57
|
|
|
|
Version: 8.57
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Summary: Accounts framework for Linux and POSIX based platforms
|
|
|
|
Summary: Accounts framework for Linux and POSIX based platforms
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
|
URL: https://code.google.com/p/accounts-sso
|
|
|
|
URL: https://gitlab.com/accounts-sso/signond
|
|
|
|
|
|
|
|
|
|
|
|
# Source available from https://drive.google.com/drive/#folders/0B8fX9XOwH_g4alFsYV8tZTI4VjQ
|
|
|
|
Source0: https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=%{version}#/signond-%{version}.tar.gz
|
|
|
|
# as per https://groups.google.com/forum/#!topic/accounts-sso-announce/8MserPgUV5M
|
|
|
|
|
|
|
|
Source0: signon-%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# cmake config files still define SIGNONQT_LIBRARIES_STATIC, but meh, anyone who
|
|
|
|
# cmake config files still define SIGNONQT_LIBRARIES_STATIC, but meh, anyone who
|
|
|
|
# tries to use that deserves what they get
|
|
|
|
# tries to use that deserves what they get
|
|
|
@ -23,6 +24,9 @@ BuildRequires: libproxy-devel
|
|
|
|
Obsoletes: signon-qt5 < 8.57-5
|
|
|
|
Obsoletes: signon-qt5 < 8.57-5
|
|
|
|
Provides: signon-qt5 = %{version}-%{release}
|
|
|
|
Provides: signon-qt5 = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# upstream name: signond
|
|
|
|
|
|
|
|
Provides: signond = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
Requires: dbus
|
|
|
|
Requires: dbus
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -35,7 +39,8 @@ client library for applications to communicate with this system.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
# upstream name: signond
|
|
|
|
|
|
|
|
Provides: signond-devel = %{version}-%{release}
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
@ -49,7 +54,7 @@ The %{name}-doc package contains documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n signon-%{version}
|
|
|
|
%setup -q -n signond-%{version}-%{commit0}
|
|
|
|
|
|
|
|
|
|
|
|
%patch1 -p1 -b .no_static
|
|
|
|
%patch1 -p1 -b .no_static
|
|
|
|
|
|
|
|
|
|
|
@ -79,7 +84,8 @@ mkdir -p %{buildroot}%{_libdir}/extensions/
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc README TODO NOTES COPYING
|
|
|
|
%doc README TODO NOTES
|
|
|
|
|
|
|
|
%license COPYING
|
|
|
|
%config(noreplace) %{_sysconfdir}/signond.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/signond.conf
|
|
|
|
%{_bindir}/signond
|
|
|
|
%{_bindir}/signond
|
|
|
|
%{_bindir}/signonpluginprocess
|
|
|
|
%{_bindir}/signonpluginprocess
|
|
|
@ -88,10 +94,10 @@ mkdir -p %{buildroot}%{_libdir}/extensions/
|
|
|
|
%{_libdir}/libsignon-plugins.so.1*
|
|
|
|
%{_libdir}/libsignon-plugins.so.1*
|
|
|
|
%{_libdir}/libsignon-qt5.so.1*
|
|
|
|
%{_libdir}/libsignon-qt5.so.1*
|
|
|
|
%{_libdir}/signon/
|
|
|
|
%{_libdir}/signon/
|
|
|
|
%{_datadir}/dbus-1/interfaces/*.xml
|
|
|
|
|
|
|
|
%{_datadir}/dbus-1/services/*.service
|
|
|
|
%{_datadir}/dbus-1/services/*.service
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
|
|
|
|
%{_datadir}/dbus-1/interfaces/*.xml
|
|
|
|
%{_includedir}/signon-extension/
|
|
|
|
%{_includedir}/signon-extension/
|
|
|
|
%{_includedir}/signon-plugins/
|
|
|
|
%{_includedir}/signon-plugins/
|
|
|
|
%{_includedir}/signon-qt5/
|
|
|
|
%{_includedir}/signon-qt5/
|
|
|
@ -115,6 +121,9 @@ mkdir -p %{buildroot}%{_libdir}/extensions/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 21 2015 Rex Dieter <rdieter@fedoraproject.org> 8.57-8
|
|
|
|
|
|
|
|
- fix/update URL/Source0, move xml interface files to -devel, Provides: signond, use %%license
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.57-7
|
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.57-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|