From 7bed907c421e2c0ecd92f12a05ef97d52e10349b Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 28 2013 18:20:43 +0000 Subject: import libsecret-0.15-1.el7.src.rpm --- diff --git a/.libsecret.metadata b/.libsecret.metadata new file mode 100644 index 0000000..b6461aa --- /dev/null +++ b/.libsecret.metadata @@ -0,0 +1 @@ +da54ec18c3aa1581b4080237f082ce0105132eaf SOURCES/libsecret-0.15.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/libsecret.spec b/SPECS/libsecret.spec new file mode 100644 index 0000000..38bcfec --- /dev/null +++ b/SPECS/libsecret.spec @@ -0,0 +1,129 @@ +# first two digits of version +%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}') + +Name: libsecret +Version: 0.15 +Release: 1%{?dist} +Summary: Library for storing and retrieving passwords and other secrets + +License: LGPLv2+ +URL: https://live.gnome.org/Libsecret +Source0: http://download.gnome.org/sources/libsecret/%{release_version}/libsecret-%{version}.tar.xz + +BuildRequires: glib2-devel +BuildRequires: gobject-introspection-devel +BuildRequires: intltool +BuildRequires: libgcrypt-devel >= 1.2.2 +BuildRequires: vala-devel >= 0.17.2.12 +BuildRequires: vala-tools +BuildRequires: gtk-doc +BuildRequires: libxslt-devel +BuildRequires: docbook-style-xsl + +Provides: bundled(egglib) + +%description +libsecret is a library for storing and retrieving passwords and other secrets. +It communicates with the "Secret Service" using DBus. gnome-keyring and +KSecretService are both implementations of a Secret Service. + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%setup -q + + +%build +%configure --disable-static +make %{?_smp_mflags} + + +%install +make install DESTDIR=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + +%find_lang libsecret + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files -f libsecret.lang +%doc AUTHORS COPYING NEWS README +%{_bindir}/secret-tool +%{_libdir}/libsecret-1.so.* +%{_libdir}/girepository-1.0/Secret-1.typelib +%{_libdir}/girepository-1.0/SecretUnstable-0.typelib +%doc %{_mandir}/man1/secret-tool.1.gz + +%files devel +%{_includedir}/libsecret-1/ +%{_libdir}/libsecret-1.so +%{_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/libsecret-1.deps +%{_datadir}/vala/vapi/libsecret-1.vapi +%{_datadir}/vala/vapi/libsecret-unstable.deps +%{_datadir}/vala/vapi/libsecret-unstable.vapi +%{_datadir}/vala/vapi/mock-service-0.vapi +%doc %{_datadir}/gtk-doc/ + + +%changelog +* Wed Mar 20 2013 Kalev Lember - 0.15-1 +- Update to 0.15 + +* Wed Mar 06 2013 Debarshi Ray - 0.14-1 +- Update to 0.14 + +* Wed Feb 06 2013 Kalev Lember - 0.13-1 +- Update to 0.13 + +* Fri Nov 23 2012 Debarshi Ray - 0.12-1 +- Update to 0.12 + +* Tue Oct 16 2012 Kalev Lember - 0.11-1 +- Update to 0.11 + +* Wed Sep 19 2012 Tomas Bzatek - 0.10-1 +- Update to 0.10 +- Enable vala + +* Mon Aug 06 2012 Stef Walter - 0.8-1 +- Update to 0.8 + +* Thu Jul 19 2012 Fedora Release Engineering - 0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jul 16 2012 Debarshi Ray - 0.7-1 +- Update to 0.7 + +* Sat Jul 14 2012 Kalev Lember - 0.6-1 +- Update to 0.6 + +* Thu Jun 28 2012 Kalev Lember - 0.3-1 +- Update to 0.3 + +* Mon Apr 16 2012 Kalev Lember - 0.2-1 +- Update to 0.2 +- Enable parallel make + +* Fri Mar 30 2012 Kalev Lember - 0.1-2 +- Add provides bundled(egglib) (#808025) +- Use global instead of define + +* Thu Mar 29 2012 Kalev Lember - 0.1-1 +- Initial RPM release