[libmatekeyring] Update to latest upstrem release

Dan Mashal vicodan at fedoraproject.org
Mon Mar 25 18:39:52 UTC 2013


commit 63e818675ce7474afc8e376778d9a52d9e0605cf
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Mon Mar 25 11:39:39 2013 -0700

    Update to latest upstrem release

 .gitignore          |    1 +
 libmatekeyring.spec |   39 +++++++++++++++++----------------------
 sources             |    2 +-
 3 files changed, 19 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e8e7d0..eda623d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /libmatekeyring-1.4.0.tar.xz
 /libmatekeyring-1.5.0.tar.xz
+/libmatekeyring-1.5.1.tar.xz
diff --git a/libmatekeyring.spec b/libmatekeyring.spec
index f3ccef8..5285952 100644
--- a/libmatekeyring.spec
+++ b/libmatekeyring.spec
@@ -1,19 +1,17 @@
 Summary:	Framework for managing passwords and other secrets
 Name:		libmatekeyring
-Version:	1.5.0
-Release:	2%{?dist}
+Version:	1.5.1
+Release:	1%{?dist}
 License:	GPLv2+ and LGPLv2+
-Group:		System Environment/Libraries
 Source:		http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
 URL:		http://mate-desktop.org
 
-BuildRequires:	pkgconfig(glib-2.0)
-BuildRequires:	pkgconfig(dbus-1)
-BuildRequires:	libgcrypt-devel >= %{gcrypt_version}
-BuildRequires:	intltool
-BuildRequires:	mate-common
-BuildRequires:	pkgconfig(gtk-doc)
-
+BuildRequires:	dbus-devel
+BuildRequires:	glib2-devel
+BuildRequires:  gtk-doc
+BuildRequires:	libgcrypt-devel
+BuildRequires:  mate-common
+BuildRequires:  mate-doc-utils
 
 %description
 libmatekeyring is a program that keep password and other secrets for
@@ -37,19 +35,13 @@ header files needed to develop applications that use libmate-keyring.
 NOCONFIGURE=1 ./autogen.sh
 
 %build
-%configure --disable-gtk-doc
-	
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-
-# avoid unneeded direct dependencies
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-
-make %{?_smp_mflags}
+%configure --enable-gtk-doc-html  
+ 
+make %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-rm $RPM_BUILD_ROOT%{_libdir}/*.la
+make DESTDIR=%{buildroot} install 
+rm %{buildroot}%{_libdir}/*.la
 
 %find_lang %{name}
 
@@ -67,9 +59,12 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*
 %{_includedir}/*
-%doc %{_datadir}/gtk-doc/html/*
+%{_datadir}/gtk-doc/html/*
 
 %changelog
+* Mon Mar 25 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.1-1
+- Update to latest upstream release.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index c99ae95..9874e46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e118c73d6d0a6208039df377bb501241  libmatekeyring-1.5.0.tar.xz
+846f5370e793f519bd5f68ab912eb3a5  libmatekeyring-1.5.1.tar.xz


More information about the scm-commits mailing list