2024-01-06 04:25:40 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f 1-2)
|
2024-06-23 13:45:57 +02:00
|
|
|
%define git_commit %(echo %version | cut -d+ -f2 | cut -d. -f2)
|
2024-01-06 04:25:40 +01:00
|
|
|
|
|
|
|
Name: libgnome-keyring
|
2024-06-23 13:45:57 +02:00
|
|
|
Version: 3.12.0+20210618git.23438cc7
|
|
|
|
Release: 1mamba
|
2024-01-06 04:25:40 +01:00
|
|
|
Summary: A library used by applications to integrate with the gnome keyring system.
|
|
|
|
Group: Graphical Desktop/Libraries/GNOME
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-06-23 13:45:57 +02:00
|
|
|
URL: https://www.gnome.org/
|
|
|
|
Source: https://gitlab.gnome.org/Archive/libgnome-keyring.git/master@%{git_commit}/libgnome-keyring-%{version}.tar.bz2
|
2024-01-06 04:25:40 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libdbus-devel
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
|
|
|
%description
|
|
|
|
gnome-keyring is a program that keep password and other secrets for users. The library libgnome-keyring is used by applications to integrate with the gnome keyring system.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
gnome-keyring is a program that keep password and other secrets for users. The library libgnome-keyring is used by applications to integrate with the gnome keyring system.
|
2024-01-06 04:25:40 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 04:25:40 +01:00
|
|
|
|
|
|
|
%package apidocs
|
2024-06-23 13:45:57 +02:00
|
|
|
Summary: %{name} API documentation
|
2024-01-06 04:25:40 +01:00
|
|
|
Group: Documentation
|
|
|
|
Requires: gtk-doc
|
|
|
|
|
|
|
|
%description apidocs
|
2024-06-23 13:45:57 +02:00
|
|
|
%{name} API documentation.
|
2024-01-06 04:25:40 +01:00
|
|
|
|
2024-01-06 04:25:40 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 04:25:40 +01:00
|
|
|
%prep
|
2024-06-23 13:45:57 +02:00
|
|
|
%setup -q
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2024-01-06 04:25:40 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-gtk-doc
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%makeinstall
|
|
|
|
|
2024-06-23 13:45:57 +02:00
|
|
|
%find_lang %{name}
|
2024-01-06 04:25:40 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2024-06-23 13:45:57 +02:00
|
|
|
%files -f %{name}.lang
|
2024-01-06 04:25:40 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libgnome-keyring.so.*
|
|
|
|
%{_libdir}/girepository-1.0/GnomeKeyring-1.0.typelib
|
2024-01-06 04:25:40 +01:00
|
|
|
%doc AUTHORS COPYING COPYING.GPL
|
2024-01-06 04:25:40 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/gnome-keyring-1
|
|
|
|
%{_includedir}/gnome-keyring-1/*.h
|
2024-06-23 13:45:57 +02:00
|
|
|
%{_libdir}/libgnome-keyring.so
|
|
|
|
%{_datadir}/gir-1.0/GnomeKeyring-1.0.gir
|
2024-01-06 04:25:40 +01:00
|
|
|
%{_datadir}/vala/vapi/gnome-keyring-1.vapi
|
|
|
|
%{_libdir}/pkgconfig/gnome-keyring-1.pc
|
2024-01-06 04:25:40 +01:00
|
|
|
%doc NEWS README
|
2024-01-06 04:25:40 +01:00
|
|
|
|
2024-06-23 13:45:57 +02:00
|
|
|
#%files apidocs
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
#%{_datadir}/gtk-doc/html/gnome-keyring/
|
|
|
|
|
2024-01-06 04:25:40 +01:00
|
|
|
%changelog
|
2024-06-23 13:45:57 +02:00
|
|
|
* Sat Jun 22 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.0+20210618git.23438cc7-1mamba
|
|
|
|
- update to 3.12.0+20210618git.23438cc7
|
|
|
|
|
2024-01-06 04:25:40 +01:00
|
|
|
* Tue Dec 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.0-2mamba
|
|
|
|
- rebuilt with debug package
|
|
|
|
|
2024-01-06 04:25:40 +01:00
|
|
|
* Sun Mar 23 2014 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 16 2014 Automatic Build System <autodist@mambasoft.it> 3.11.92-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:25:40 +01:00
|
|
|
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 06 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8.0-2mamba
|
|
|
|
- gir typelib files moved from devel to main library package
|
|
|
|
|
|
|
|
* Wed Mar 27 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 27 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 16 2012 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 01 2012 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
|
|
|
- update to 3.4.0
|
|
|
|
|
|
|
|
* Mon Nov 14 2011 Automatic Build System <autodist@mambasoft.it> 3.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 28 2011 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu May 26 2011 Automatic Build System <autodist@mambasoft.it> 3.0.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun May 22 2011 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu May 12 2011 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 05 2011 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 29 2010 Automatic Build System <autodist@mambasoft.it> 2.32.0-1mamba
|
|
|
|
- automatic update to 2.32.0 by autodist
|
|
|
|
|
|
|
|
* Sun May 30 2010 Automatic Build System <autodist@mambasoft.it> 2.30.1-1mamba
|
|
|
|
- automatic update to 2.30.1 by autodist
|
|
|
|
- reflected upstream split of sources into gnome-keyring and libgnome-keyring
|
|
|
|
|
|
|
|
* Mon Jan 25 2010 Automatic Build System <autodist@mambasoft.it> 2.28.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 18 2009 Automatic Build System <autodist@mambasoft.it> 2.28.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Sep 25 2009 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
|
|
|
- automatic update to 2.28.0 by autodist
|
|
|
|
|
|
|
|
* Wed Jul 15 2009 Automatic Build System <autodist@mambasoft.it> 2.26.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 24 2009 Automatic Build System <autodist@mambasoft.it> 2.26.1-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Fri May 29 2009 Automatic Build System <autodist@mambasoft.it> 2.26.1-1mamba
|
|
|
|
- update to 2.26.1
|
|
|
|
|
|
|
|
* Fri May 29 2009 Automatic Build System <autodist@mambasoft.it> 2.24.0-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Tue Oct 07 2008 gil <puntogil@libero.it> 2.24.0-1mamba
|
|
|
|
- update to 2.24.0
|
|
|
|
|
|
|
|
* Tue Apr 10 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 0.8.0-1mamba
|
|
|
|
- update to version 0.8.0
|
|
|
|
|
|
|
|
* Wed Jan 10 2007 Davide Madrisan <davide.madrisan@qilinux.it> 0.6.0-2qilnx
|
|
|
|
- updated specfile to permit automatic building
|
|
|
|
- new subpackage apidocs with API documentation
|
|
|
|
|
|
|
|
* Sun Sep 17 2006 Tiziano Pratellesi <info@mycare.it> 0.6.0-1qilnx
|
|
|
|
- update to version 0.6.0
|
|
|
|
|
|
|
|
* Mon Aug 16 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.2-1qilnx
|
|
|
|
- package creation
|