Browse Source

source and version changes

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2 years ago
parent
commit
0cdfb50951
  1. 8
      SPECS/eid-mw.spec

8
SPECS/eid-mw.spec

@ -6,9 +6,8 @@ Release: 1%{?dist} @@ -6,9 +6,8 @@ Release: 1%{?dist}
License: LGPL
Group: Applications/Communications
URL: https://eid.belgium.be/
Source: eid-mw-%{mainversion}-%{version}.tar.gz
Source: https://dist.eid.belgium.be/continuous/sources/eid-mw-%{mainversion}-v%{version}.tar.gz
Source1: baselibs.conf
#BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk3-devel
BuildRequires: desktop-file-utils
BuildRequires: p11-kit-devel
@ -84,7 +83,7 @@ checks the certificate against the government's Trust Service. @@ -84,7 +83,7 @@ checks the certificate against the government's Trust Service.


%prep
%setup -n eid-mw-%{version}-%{revision}
%setup -n eid-mw-%{mainversion}-v%{version}


%build
@ -108,7 +107,6 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications --vendor fedict @@ -108,7 +107,6 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications --vendor fedict

%post
/sbin/ldconfig
### Notify user if an action is required for the eID plugin to work.
if /usr/bin/pgrep 'chrome' &>/dev/null; then
echo "INFO: You may have to restart Chrome for the Belgium eID add-on to work." >&2
fi
@ -122,7 +120,6 @@ fi @@ -122,7 +120,6 @@ fi

%postun
/sbin/ldconfig
### Make pcscd reread configuration and rescan USB bus.
if /sbin/service pcscd status &>/dev/null; then
%{_sbindir}/pcscd -H &>/dev/null || :
fi
@ -130,7 +127,6 @@ fi @@ -130,7 +127,6 @@ fi

%files
%defattr(-, root, root, 0755)
### Include license files
%{_datadir}/mozilla/
%exclude %{_libdir}/*.la


Loading…
Cancel
Save