Accepting request 312673 from security:privacy
- fix install-info for clean uninstall [boo#935339] OBS-URL: https://build.opensuse.org/request/show/312673 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=61
This commit is contained in:
parent
cba329dd7d
commit
de4801e4b1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 19 08:08:55 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
- fix install-info for clean uninstall [boo#935339]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 8 13:39:26 UTC 2015 - astieger@suse.com
|
Mon Jun 8 13:39:26 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
10
gpgme.spec
10
gpgme.spec
@ -32,7 +32,8 @@ Source99: %{name}.changes
|
|||||||
BuildRequires: gpg2 >= 2.0.10
|
BuildRequires: gpg2 >= 2.0.10
|
||||||
BuildRequires: libassuan-devel >= 2.0.2
|
BuildRequires: libassuan-devel >= 2.0.2
|
||||||
BuildRequires: libgpg-error-devel >= 1.11
|
BuildRequires: libgpg-error-devel >= 1.11
|
||||||
PreReq: %install_info_prereq
|
Requires(post): %{install_info_prereq}
|
||||||
|
Requires(preun): %{install_info_prereq}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -111,16 +112,13 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
# Do this now to make /usr/lib/rpm/brp-chuck-la happy:
|
# Do this now to make /usr/lib/rpm/brp-chuck-la happy:
|
||||||
rm %{buildroot}/%{_libdir}/*.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if ! 0%{?qemu_user_space_build}
|
%if ! 0%{?qemu_user_space_build}
|
||||||
#make check
|
#make check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -n libgpgme11 -p /sbin/ldconfig
|
%post -n libgpgme11 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgpgme11 -p /sbin/ldconfig
|
%postun -n libgpgme11 -p /sbin/ldconfig
|
||||||
@ -128,7 +126,7 @@ rm -rf %{buildroot}
|
|||||||
%post
|
%post
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/gpgme.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/gpgme.info.gz
|
||||||
|
|
||||||
%postun
|
%preun
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgme.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgme.info.gz
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user