forked from pool/libsecret
Accepting request 586258 from home:jengelh:branches:GNOME:Factory
- SRPM group fix. Update summaries. - Remove duplicate commands. Limit fdupes to /usr. OBS-URL: https://build.opensuse.org/request/show/586258 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsecret?expand=0&rev=34
This commit is contained in:
parent
bfb05144bc
commit
dbfc2e7a99
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 10 00:23:06 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- SRPM group fix. Update summaries.
|
||||||
|
- Remove duplicate commands. Limit fdupes to /usr.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 28 16:36:16 UTC 2018 - dimstar@opensuse.org
|
Wed Feb 28 16:36:16 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@ Version: 0.18.5
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for accessing the Secret Service API
|
Summary: Library for accessing the Secret Service API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/GNOME
|
||||||
URL: https://wiki.gnome.org/Projects/Libsecret
|
Url: https://wiki.gnome.org/Projects/Libsecret
|
||||||
Source0: http://download.gnome.org/sources/libsecret/0.18/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/libsecret/0.18/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM libsecret-secret-size.patch bgo#778357 dimstar@opensuse.org -- Ensure that generated secret occupies the same number of bytes as prime.
|
# PATCH-FIX-UPSTREAM libsecret-secret-size.patch bgo#778357 dimstar@opensuse.org -- Ensure that generated secret occupies the same number of bytes as prime.
|
||||||
@ -61,7 +61,7 @@ libsecret is a library for storing and retrieving passwords and other
|
|||||||
secrets. It communicates with the "Secret Service" using DBus.
|
secrets. It communicates with the "Secret Service" using DBus.
|
||||||
|
|
||||||
%package -n typelib-1_0-Secret-1
|
%package -n typelib-1_0-Secret-1
|
||||||
Summary: Library for accessing the Secret Service API -- Introspection bindings
|
Summary: Introspection bindings for the Secret Service API library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-Secret-1
|
%description -n typelib-1_0-Secret-1
|
||||||
@ -71,7 +71,7 @@ secrets. It communicates with the "Secret Service" using DBus.
|
|||||||
This package provides the GObject Introspection bindings for libsecret.
|
This package provides the GObject Introspection bindings for libsecret.
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Library for accessing the Secret Service API -- Tools
|
Summary: Tools from the Secret Service API library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
@ -79,7 +79,7 @@ libsecret is a library for storing and retrieving passwords and other
|
|||||||
secrets. It communicates with the "Secret Service" using DBus.
|
secrets. It communicates with the "Secret Service" using DBus.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Library for accessing the Secret Service API -- Development Files
|
Summary: Development files for the Secret Service API library
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: libsecret-1-0 = %{version}
|
Requires: libsecret-1-0 = %{version}
|
||||||
Requires: typelib-1_0-Secret-1 = %{version}
|
Requires: typelib-1_0-Secret-1 = %{version}
|
||||||
@ -103,7 +103,6 @@ translation-update-upstream
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static
|
||||||
#make %{?_smp_mflags} V=1
|
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -112,7 +111,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%if %{have_lang}
|
%if %{have_lang}
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%endif
|
%endif
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
%post -n libsecret-1-0 -p /sbin/ldconfig
|
%post -n libsecret-1-0 -p /sbin/ldconfig
|
||||||
%postun -n libsecret-1-0 -p /sbin/ldconfig
|
%postun -n libsecret-1-0 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user