Rex Dieter 9 years ago
parent 88b5ee6e81
commit 7afe8fa61d

1
.gitignore vendored

@ -1,3 +1,4 @@
/signon-8.57.tar.bz2 /signon-8.57.tar.bz2
/signond-8.57.tar.gz /signond-8.57.tar.gz
/signon-9fcfc9e.tar.gz /signon-9fcfc9e.tar.gz
/signon-8.59.tar.gz

@ -1,23 +1,28 @@
#global commit0 aeb0cc3540507027ee2c66dd24e60f3cbf55fee4 %global commit0 14f058c36208a551c80d0e98d76164fb87b2b8af
%global commit0 9fcfc9e35f9fcbf98e0732ca231fff8a49c152cf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global tag0 VERSION_%{version}
Name: signon Name: signon
Version: 8.58 Version: 8.59
Release: 0.2.%{shortcommit0}%{?dist} Release: 1%{?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://gitlab.com/accounts-sso/signond URL: https://gitlab.com/accounts-sso/signond
%if 0%{?tag0:1}
Source0: https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=%{tag0}#/%{name}-%{version}.tar.gz
%else
Source0: https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=%{commit0}#/%{name}-%{shortcommit0}.tar.gz Source0: https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=%{commit0}#/%{name}-%{shortcommit0}.tar.gz
%endif
# 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
Patch1: signon-8.57-no_static.patch Patch1: signon-8.57-no_static.patch
BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-devel
BuildRequires: dbus-x11
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: graphviz BuildRequires: graphviz
BuildRequires: libproxy-devel BuildRequires: libproxy-devel
@ -56,7 +61,7 @@ The %{name}-doc package contains documentation for %{name}.
%prep %prep
%setup -q -n signond-%{commit0}-%{commit0} %setup -q -n signond-%{tag0}-%{commit0}
%patch1 -p1 -b .no_static %patch1 -p1 -b .no_static
@ -82,6 +87,10 @@ make install INSTALL_ROOT=%{buildroot}
mkdir -p %{buildroot}%{_libdir}/extensions/ mkdir -p %{buildroot}%{_libdir}/extensions/
%check
make check ||:
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
@ -124,6 +133,9 @@ mkdir -p %{buildroot}%{_libdir}/extensions/
%changelog %changelog
* Tue Jun 07 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.59-1
- 8.59 (#1343792)
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 8.58-0.2.9fcfc9e * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 8.58-0.2.9fcfc9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
8186839ce3ca9e869fcc65d728c184dc signon-9fcfc9e.tar.gz 11b5a03c5e9ff2a2e9685cef989bac30 signon-8.59.tar.gz

Loading…
Cancel
Save