automatic version update by autodist [release 0.20.5-1mamba;Sat Feb 26 2022]
This commit is contained in:
parent
5e2b68f71b
commit
5b098b184f
@ -1,27 +1,20 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libsecret
|
||||
Version: 0.20.4
|
||||
Version: 0.20.5
|
||||
Release: 1mamba
|
||||
Summary: GObject based library for accessing the Secret Service API
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://live.gnome.org
|
||||
URL: https://wiki.gnome.org/
|
||||
Source: http://ftp.acc.umu.se/pub/GNOME/sources/libsecret/%{majver}/libsecret-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
GObject based library for accessing the Secret Service API.
|
||||
@ -30,8 +23,7 @@ GObject based library for accessing the Secret Service API.
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
## note: you can add this requirement if .pc files are provided by this package
|
||||
#Requires: pkg-config
|
||||
Requires: pkg-config
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
@ -59,12 +51,13 @@ This package includes the %{name} API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc
|
||||
%make -j1
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
@ -79,22 +72,19 @@ This package includes the %{name} API documentation.
|
||||
%{_libdir}/libsecret-1.so.*
|
||||
%{_libdir}/girepository-1.0/Secret-1.typelib
|
||||
#%{_libdir}/girepository-1.0/SecretUnstable-0.typelib
|
||||
%doc AUTHORS COPYING
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libsecret-1
|
||||
%dir %{_includedir}/libsecret-1/libsecret
|
||||
%{_includedir}/libsecret-1/libsecret/*.h
|
||||
%{_libdir}/libsecret-1.a
|
||||
%{_libdir}/libsecret-1.la
|
||||
%{_libdir}/libsecret-1.so
|
||||
%{_datadir}/gir-1.0/Secret-1.gir
|
||||
%{_datadir}/vala/vapi/*
|
||||
%{_libdir}/pkgconfig/libsecret-1.pc
|
||||
%{_libdir}/pkgconfig/libsecret-unstable.pc
|
||||
%{_datadir}/gir-1.0/Secret-1.gir
|
||||
#%{_datadir}/gir-1.0/SecretUnstable-0.gir
|
||||
%{_datadir}/vala/vapi/*
|
||||
%doc ChangeLog NEWS README
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
@ -103,10 +93,13 @@ This package includes the %{name} API documentation.
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/libsecret-1
|
||||
%{_datadir}/gtk-doc/html/libsecret-1/*
|
||||
%dir %{_docdir}/libsecret-1
|
||||
%{_docdir}/libsecret-1/*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 26 2022 Automatic Build System <autodist@mambasoft.it> 0.20.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 14 2020 Automatic Build System <autodist@mambasoft.it> 0.20.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user