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