Mailinglist Archive: opensuse-commit (1419 mails)
| < Previous | Next > |
commit pipslite
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 08 May 2008 00:29:42 +0200
- Message-id: <20080507222942.65E3E678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package pipslite
checked in at Thu May 8 00:29:42 CEST 2008.
--------
--- pipslite/pipslite.changes 2007-05-23 15:56:38.000000000 +0200
+++ pipslite/pipslite.changes 2008-05-07 17:09:28.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 7 17:09:21 CEST 2008 - schwab@xxxxxxx
+
+- Fix use of libltdl.
+
+-------------------------------------------------------------------
New:
----
makeinstall-Makefile.am.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pipslite.spec ++++++
--- /var/tmp/diff_new_pack.nI8309/_old 2008-05-08 00:26:54.000000000 +0200
+++ /var/tmp/diff_new_pack.nI8309/_new 2008-05-08 00:26:54.000000000 +0200
@@ -1,21 +1,21 @@
#
# spec file for package pipslite (Version 1.0.0)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
+
Name: pipslite
BuildRequires: cups-devel db1-devel e2fsprogs-devel esound-devel gcc-c++
gdk-pixbuf-devel gimp-devel gnome-common libjpeg-devel libtiff-devel
libxml-devel openssl-devel popt-devel sane-backends update-desktop-files
-URL: http://www.avasys.jp/english/linux_e/index.html
-License: GNU General Public License (GPL), GNU Library General Public
License v. 2.0 and 2.1 (LGPL)
+Url: http://www.avasys.jp/english/linux_e/index.html
+License: GPL v2 or later; LGPL v2.1 or later
Group: Hardware/Printing
-Autoreqprov: on
+AutoReqProv: on
Summary: Epson Photo Image Print System Lite
# URL for Source0: http://lx2.avasys.jp/pips/lite1.0.0/pipslite-1.0.0.tar.gz
# This source contains a binary-only library lib/liblite.so
@@ -25,7 +25,7 @@
# from the free sources so that there is no need for the proprietary stuff.
Source0: pipslite-1.0.0.tar.bz2
Version: 1.0.0
-Release: 77
+Release: 228
# Patch0 fixes GCC4 "invalid lvalue in assignment" errors:
Patch0: fix-invalid_lvalue_in_assignment.diff
# Patch1 fixes a "label at end of compound statement" error in ekpstm/main.c:
@@ -40,10 +40,13 @@
Patch6: src-Makefile.am.diff
# Patch7 removes text about binary-only sources and EAPL license from the
readmelite* files:
Patch7: adapt-readmelite-for-free.patch
+# Fix use of libltdl
+Patch8: makeinstall-Makefile.am.diff
# Install into this non-root directory (required when norootforbuild is used):
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Skip testing devel dependencies required by libtool .la files by the
following comment:
# skip-check-libtool-deps
+
%prep
# Be quiet when unpacking:
%setup -q
@@ -71,6 +74,8 @@
%patch6
# Patch7 removes text about binary-only sources and EAPL license from the
readmelite* files:
%patch7
+# Fix use of libltdl
+%patch8
%build
# Make sure config.rpath is present:
@@ -141,22 +146,23 @@
--------
EPSON AVASYS corporation. <http://www.avasys.jp/>
-
%changelog
-* Wed May 23 2007 - jsmeix@xxxxxxx
+* Wed May 07 2008 schwab@xxxxxxx
+- Fix use of libltdl.
+* Wed May 23 2007 jsmeix@xxxxxxx
- Use /usr/lib[64]/EPAva/ instead of /usr/share/EPAva/ to avoid
arch-dependent files (e.g. ELF binaries) in /usr/share/.
-* Mon Jan 29 2007 - jsmeix@xxxxxxx
+* Mon Jan 29 2007 jsmeix@xxxxxxx
- Package 'sane' was renamed to 'sane-backends'.
Adapted it so that it works with 'sane-backends'
-* Tue Oct 17 2006 - jsmeix@xxxxxxx
+* Tue Oct 17 2006 jsmeix@xxxxxxx
- Updated to latest available sources (same version number):
Some more supported printers.
-* Mon Oct 16 2006 - schwab@xxxxxxx
+* Mon Oct 16 2006 schwab@xxxxxxx
- Make sure config.rpath is present.
-* Wed Aug 02 2006 - schwab@xxxxxxx
+* Wed Aug 02 2006 schwab@xxxxxxx
- Fix duplicate source file.
-* Mon Jun 12 2006 - ro@xxxxxxx
+* Mon Jun 12 2006 ro@xxxxxxx
- remove unused gnome-vfs and oaf from BuildRequires
-* Wed Apr 05 2006 - jsmeix@xxxxxxx
+* Wed Apr 05 2006 jsmeix@xxxxxxx
- initial version
++++++ makeinstall-Makefile.am.diff ++++++
--- makeinstall/Makefile.am
+++ makeinstall/Makefile.am
@@ -29,8 +29,8 @@ pipslite_install_SOURCES = \
pipslite_install_LDADD = @GTK_LIBS@ \
$(INTLLIBS) \
- $(top_srcdir)/src/rscCtl.o \
- $(top_srcdir)/src/getstat.o \
- $(top_srcdir)/src/ekpcom.o \
- $(top_srcdir)/src/pipsError.o \
- $(top_srcdir)/libltdl/ltdl.o
+ $(top_builddir)/src/rscCtl.o \
+ $(top_builddir)/src/getstat.o \
+ $(top_builddir)/src/ekpcom.o \
+ $(top_builddir)/src/pipsError.o \
+ $(LIBLTDL)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |