packages: pkgconfig/pkgconfig.spec, libgssglue/libgssglue.spec, libisofs/li...
sparky
sparky at pld-linux.org
Sat Nov 28 03:17:52 CET 2009
Author: sparky Date: Sat Nov 28 02:17:51 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- %undefine __cxx - to prevent configure from looking for c++ compiler
---- Files affected:
packages/pkgconfig:
pkgconfig.spec (1.48 -> 1.49)
packages/libgssglue:
libgssglue.spec (1.24 -> 1.25)
packages/libisofs:
libisofs.spec (1.5 -> 1.6)
packages/libmspack:
libmspack.spec (1.10 -> 1.11)
packages/libnfsidmap:
libnfsidmap.spec (1.16 -> 1.17)
packages/libnscd:
libnscd.spec (1.6 -> 1.7)
packages/libopenspc:
libopenspc.spec (1.4 -> 1.5)
packages/libxcrypt:
libxcrypt.spec (1.2 -> 1.3)
packages/libgdiplus:
libgdiplus.spec (1.59 -> 1.60)
---- Diffs:
================================================================
Index: packages/pkgconfig/pkgconfig.spec
diff -u packages/pkgconfig/pkgconfig.spec:1.48 packages/pkgconfig/pkgconfig.spec:1.49
--- packages/pkgconfig/pkgconfig.spec:1.48 Sat Feb 9 23:34:59 2008
+++ packages/pkgconfig/pkgconfig.spec Sat Nov 28 03:17:46 2009
@@ -17,6 +17,8 @@
Provides: pkg-config = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%undefine __cxx
+
# NOTE: don't try to use system popt - it BREAKS things.
# See http://bugzilla.gnome.org/show_bug.cgi?id=63208.
# Always use internal (modified) copy of popt) --misiek
@@ -78,6 +80,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.49 2009/11/28 02:17:46 sparky
+- %undefine __cxx - to prevent configure from looking for c++ compiler
+
Revision 1.48 2008/02/09 22:34:59 qboosh
- updated to 0.23
================================================================
Index: packages/libgssglue/libgssglue.spec
diff -u packages/libgssglue/libgssglue.spec:1.24 packages/libgssglue/libgssglue.spec:1.25
--- packages/libgssglue/libgssglue.spec:1.24 Thu Jan 1 02:20:56 2009
+++ packages/libgssglue/libgssglue.spec Sat Nov 28 03:17:46 2009
@@ -13,6 +13,8 @@
Obsoletes: libgssapi
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%undefine __cxx
+
%description
This library exports a GSSAPI interface, but doesn't implement any
GSSAPI mechanisms itself; instead it calls GSSAPI routines in other
@@ -81,7 +83,7 @@
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog README
%attr(755,root,root) /%{_lib}/libgssglue.so.*.*
-%ghost %attr(755,root,root) /%{_lib}/libgssglue.so.?
+%attr(755,root,root) %ghost /%{_lib}/libgssglue.so.?
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gssapi_mech.conf
%files devel
@@ -101,6 +103,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2009/11/28 02:17:46 sparky
+- %undefine __cxx - to prevent configure from looking for c++ compiler
+
Revision 1.24 2009/01/01 01:20:56 baggins
- rel 2
- fixed b0rken sed expression
================================================================
Index: packages/libisofs/libisofs.spec
diff -u packages/libisofs/libisofs.spec:1.5 packages/libisofs/libisofs.spec:1.6
--- packages/libisofs/libisofs.spec:1.5 Wed Jun 10 10:49:31 2009
+++ packages/libisofs/libisofs.spec Sat Nov 28 03:17:47 2009
@@ -13,6 +13,8 @@
BuildRequires: libburn-devel >= 0.5.6
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%undefine __cxx
+
%description
libisofs is the library to pack up hard disk files and directories
into a ISO 9660 disk image.
@@ -88,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2009/11/28 02:17:47 sparky
+- %undefine __cxx - to prevent configure from looking for c++ compiler
+
Revision 1.5 2009/06/10 08:49:31 amateja
- updated to 0.6.20
================================================================
Index: packages/libmspack/libmspack.spec
diff -u packages/libmspack/libmspack.spec:1.10 packages/libmspack/libmspack.spec:1.11
--- packages/libmspack/libmspack.spec:1.10 Sun Jan 27 22:48:02 2008
+++ packages/libmspack/libmspack.spec Sat Nov 28 03:17:47 2009
@@ -16,6 +16,8 @@
BuildRequires: gcc >= 5:3.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%undefine __cxx
+
%description
The purpose of libmspack is to provide compressors and decompressors,
archivers and dearchivers for Microsoft compression formats: CAB, CHM,
@@ -97,6 +99,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2009/11/28 02:17:47 sparky
+- %undefine __cxx - to prevent configure from looking for c++ compiler
+
Revision 1.10 2008/01/27 21:48:02 qboosh
- updated Source URL
================================================================
Index: packages/libnfsidmap/libnfsidmap.spec
diff -u packages/libnfsidmap/libnfsidmap.spec:1.16 packages/libnfsidmap/libnfsidmap.spec:1.17
--- packages/libnfsidmap/libnfsidmap.spec:1.16 Mon Jul 6 01:31:58 2009
+++ packages/libnfsidmap/libnfsidmap.spec Sat Nov 28 03:17:47 2009
@@ -8,15 +8,17 @@
Group: Libraries
Source0: http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/%{name}-%{version}.tar.gz
# Source0-md5: 56b05e30645353befbf73bd905270d4b
-URL: http://www.citi.umich.edu/projects/nfsv4/linux/
Patch0: %{name}-idmapd.conf.patch
Patch1: %{name}-default-domain.patch
Patch2: %{name}-nss-localrealms.patch
Patch3: %{name}-user at domain.patch
+URL: http://www.citi.umich.edu/projects/nfsv4/linux/
BuildRequires: openldap-devel
Obsoletes: nfsidmap
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%undefine __cxx
+
%description
Library to help mapping id's, mainly for NFSv4.
@@ -117,6 +119,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2009/11/28 02:17:47 sparky
+- %undefine __cxx - to prevent configure from looking for c++ compiler
+
Revision 1.16 2009/07/05 23:31:58 aredridel
- add user at domain patch to make users with a posix userid including @domain work
================================================================
Index: packages/libnscd/libnscd.spec
diff -u packages/libnscd/libnscd.spec:1.6 packages/libnscd/libnscd.spec:1.7
--- packages/libnscd/libnscd.spec:1.6 Tue Feb 13 07:46:51 2007
+++ packages/libnscd/libnscd.spec Sat Nov 28 03:17:48 2009
@@ -11,6 +11,8 @@
BuildRequires: automake
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%undefine __cxx
+
%description
This library provides an easy interface for normal programs to
communicate with the nscd daemon from the GNU C Library.
@@ -85,6 +87,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2009/11/28 02:17:48 sparky
+- %undefine __cxx - to prevent configure from looking for c++ compiler
+
Revision 1.6 2007/02/13 06:46:51 glen
- tabs in preamble
================================================================
Index: packages/libopenspc/libopenspc.spec
diff -u packages/libopenspc/libopenspc.spec:1.4 packages/libopenspc/libopenspc.spec:1.5
--- packages/libopenspc/libopenspc.spec:1.4 Thu Sep 6 17:24:58 2007
+++ packages/libopenspc/libopenspc.spec Sat Nov 28 03:17:48 2009
@@ -1,9 +1,9 @@
# $Revision$, $Date$
+%define snap 20050926
Summary: OpenSPC - SPC file player
Summary(pl.UTF-8): OpenSPC - odtwarzacz plików SPC
Name: libopenspc
Version: 0.3.99
-%define snap 20050926
Release: 0.%{snap}.2
# SNEeSe in on other, GPL-compatible license, but interface part implies LGPL
License: LGPL v2+
@@ -14,6 +14,8 @@
BuildRequires: zlib-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%undefine __cxx
+
%description
OpenSPC - SPC file player.
@@ -89,6 +91,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2009/11/28 02:17:48 sparky
+- %undefine __cxx - to prevent configure from looking for c++ compiler
+
Revision 1.4 2007/09/06 15:24:58 baggins
- rel .2
================================================================
Index: packages/libxcrypt/libxcrypt.spec
diff -u packages/libxcrypt/libxcrypt.spec:1.2 packages/libxcrypt/libxcrypt.spec:1.3
--- packages/libxcrypt/libxcrypt.spec:1.2 Wed Nov 26 14:21:21 2008
+++ packages/libxcrypt/libxcrypt.spec Sat Nov 28 03:17:48 2009
@@ -9,6 +9,8 @@
# Source0-md5: 56cf4285086f26649b8792b53fe8b00f
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%undefine __cxx
+
%description
Libxcrypt is a replacement for libcrypt, which comes with the GNU C
Library. It supports DES crypt, MD5, and passwords with blowfish
@@ -84,6 +86,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2009/11/28 02:17:48 sparky
+- %undefine __cxx - to prevent configure from looking for c++ compiler
+
Revision 1.2 2008/11/26 13:21:21 arekm
- fixup for la files
================================================================
Index: packages/libgdiplus/libgdiplus.spec
diff -u packages/libgdiplus/libgdiplus.spec:1.59 packages/libgdiplus/libgdiplus.spec:1.60
--- packages/libgdiplus/libgdiplus.spec:1.59 Sat Jul 11 21:55:38 2009
+++ packages/libgdiplus/libgdiplus.spec Sat Nov 28 03:17:49 2009
@@ -43,6 +43,8 @@
%{?with_pango:Requires: pango >= 1:1.10}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%undefine __cxx
+
%description
An Open Source implementation of the GDI+ API.
@@ -147,6 +149,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.60 2009/11/28 02:17:49 sparky
+- %undefine __cxx - to prevent configure from looking for c++ compiler
+
Revision 1.59 2009/07/11 19:55:38 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pkgconfig/pkgconfig.spec?r1=1.48&r2=1.49&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgssglue/libgssglue.spec?r1=1.24&r2=1.25&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libisofs/libisofs.spec?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libmspack/libmspack.spec?r1=1.10&r2=1.11&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libnfsidmap/libnfsidmap.spec?r1=1.16&r2=1.17&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libnscd/libnscd.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libopenspc/libopenspc.spec?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libxcrypt/libxcrypt.spec?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgdiplus/libgdiplus.spec?r1=1.59&r2=1.60&f=u
More information about the pld-cvs-commit
mailing list