Accepting request 109402 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/109402 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcr?expand=0&rev=4
This commit is contained in:
commit
2f49b5b1c5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71288811c82ffb11e3522cfb2952882b845f0392d247bf171dbf470812f2cd82
|
|
||||||
size 1331108
|
|
3
gcr-3.3.90.tar.xz
Normal file
3
gcr-3.3.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d827f1447af270f9e35319502b1001883283758db26b17395b3b6a6063c82301
|
||||||
|
size 1334060
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 1 16:44:43 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.90:
|
||||||
|
+ Expose the secure memory API
|
||||||
|
- Remove xz BuildRequires now that it comes for free in the build
|
||||||
|
system.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 10 17:01:44 UTC 2012 - dimstar@opensuse.org
|
Fri Feb 10 17:01:44 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
6
gcr.spec
6
gcr.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gcr
|
Name: gcr
|
||||||
Version: 3.3.5
|
Version: 3.3.90
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: Verify if parallel build works again. Last checked in version 3.3.2
|
# FIXME: Verify if parallel build works again. Last checked in version 3.3.2
|
||||||
Summary: Library for Crypto UI related task
|
Summary: Library for Crypto UI related task
|
||||||
@ -35,8 +35,6 @@ BuildRequires: libgcrypt-devel >= 1.2.2
|
|||||||
# We need the %%mime_database_* macros
|
# We need the %%mime_database_* macros
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.30.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.30.0
|
||||||
@ -162,6 +160,7 @@ make
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
# Cleanup installed test modules
|
# Cleanup installed test modules
|
||||||
rm %{buildroot}%{_libdir}/libmock-test-module.so
|
rm %{buildroot}%{_libdir}/libmock-test-module.so
|
||||||
|
%suse_update_desktop_file gcr-prompter
|
||||||
%suse_update_desktop_file gcr-viewer
|
%suse_update_desktop_file gcr-viewer
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -209,6 +208,7 @@ rm %{buildroot}%{_libdir}/libmock-test-module.so
|
|||||||
%files prompter
|
%files prompter
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libexecdir}/gcr-prompter
|
%{_libexecdir}/gcr-prompter
|
||||||
|
%{_datadir}/applications/gcr-prompter.desktop
|
||||||
%{_datadir}/dbus-1/services/org.gnome.keyring.PrivatePrompter.service
|
%{_datadir}/dbus-1/services/org.gnome.keyring.PrivatePrompter.service
|
||||||
%{_datadir}/dbus-1/services/org.gnome.keyring.SystemPrompter.service
|
%{_datadir}/dbus-1/services/org.gnome.keyring.SystemPrompter.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user