automatic version update by autodist [release 3.10.1-1mamba;Mon Oct 28 2013]
This commit is contained in:
parent
58b790c4c6
commit
086b9b9bdd
@ -1,2 +1,4 @@
|
||||
# libgnome-keyring
|
||||
|
||||
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.
|
||||
|
||||
|
166
libgnome-keyring.spec
Normal file
166
libgnome-keyring.spec
Normal file
@ -0,0 +1,166 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
%define pkgname libgnome-keyring
|
||||
|
||||
Name: libgnome-keyring
|
||||
Version: 3.10.1
|
||||
Release: 1mamba
|
||||
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>
|
||||
URL: http://www.gnome.org
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/libgnome-keyring/%{majver}/%{pkgname}-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: eggdbus-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%package apidocs
|
||||
Summary: %{pkgname} API documentation
|
||||
Group: Documentation
|
||||
Requires: gtk-doc
|
||||
|
||||
%description apidocs
|
||||
%{pkgname} API documentation.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkgname}-%{version}
|
||||
|
||||
%build
|
||||
%configure --disable-gtk-doc
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{pkgname}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{pkgname}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgnome-keyring.so.*
|
||||
%{_libdir}/girepository-1.0/GnomeKeyring-1.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgnome-keyring.so
|
||||
%{_libdir}/libgnome-keyring.la
|
||||
%{_datadir}/gir-1.0/GnomeKeyring-1.0.gir
|
||||
%dir %{_includedir}/gnome-keyring-1
|
||||
%{_includedir}/gnome-keyring-1/*.h
|
||||
%{_datadir}/vala/vapi/gnome-keyring-1.vapi
|
||||
%{_libdir}/pkgconfig/gnome-keyring-1.pc
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/gnome-keyring/
|
||||
|
||||
%changelog
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user