fix/update URL/Source0, move xml interface files to -devel, Provides: signond, use %license

epel9
Rex Dieter 9 years ago
parent 55c69e1cb7
commit 58221936be

1
.gitignore vendored

@ -1 +1,2 @@
/signon-8.57.tar.bz2
/signond-8.57.tar.gz

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

@ -1 +1 @@
9afb31332df8afffd8923f0079967d31 signon-8.57.tar.bz2
1418ff44a4127c28bda101997abe320a signond-8.57.tar.gz

Loading…
Cancel
Save