rpms/libgpg-error/devel libgpg-error.spec,1.28,1.29

Nalin Dahyabhai nalin at fedoraproject.org
Mon Jan 11 21:50:24 UTC 2010


Author: nalin

Update of /cvs/extras/rpms/libgpg-error/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19482

Modified Files:
	libgpg-error.spec 
Log Message:
- fix use of macro in changelog (rpmlint)
- build with --disable-rpath (rpmlint)
- build with %%{?_smp_mflags}



Index: libgpg-error.spec
===================================================================
RCS file: /cvs/extras/rpms/libgpg-error/devel/libgpg-error.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- libgpg-error.spec	15 Oct 2009 14:47:11 -0000	1.28
+++ libgpg-error.spec	11 Jan 2010 21:50:23 -0000	1.29
@@ -1,7 +1,7 @@
 Summary: Library for error values used by GnuPG components
 Name: libgpg-error
 Version: 1.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: ftp://ftp.gnupg.org/gcrypt/libgpg-error/
 Source0: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
 Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
@@ -36,8 +36,8 @@ contains files necessary to develop appl
 sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' src/gpg-error-config.in
 
 %build
-%configure --disable-static
-make
+%configure --disable-static --disable-rpath
+make %{?_smp_mflags}
 
 %install
 rm -fr $RPM_BUILD_ROOT
@@ -98,6 +98,11 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/aclocal/gpg-error.m4
 
 %changelog
+* Mon Jan 11 2010 Nalin Dahyabhai <nalin at redhat.com> - 1.7-2
+- fix use of macro in changelog (rpmlint)
+- build with --disable-rpath (rpmlint)
+- build with %%{?_smp_mflags}
+
 * Thu Oct 15 2009 Nalin Dahyabhai <nalin at redhat.com> - 1.7-1
 - long-overdue update to 1.7
 - add a disttag
@@ -132,7 +137,7 @@ rm -fr $RPM_BUILD_ROOT
 - disable static libraries (part of #249815)
 
 * Fri Jul 27 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.5-2
-- move libgpg-error shared library to /%{_lib} (#249816)
+- move libgpg-error shared library to /%%{_lib} (#249816)
 
 * Thu Jul 19 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.5-1
 - update to 1.5



More information about the scm-commits mailing list