Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit plptools
- From: root@xxxxxxx (h_root)
- Date: Tue, 29 Aug 2006 01:33:23 +0200 (CEST)
- Message-id: <20060828233323.D09619522E@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package plptools
checked in at Tue Aug 29 01:33:23 CEST 2006.
--------
--- plptools/plptools.changes 2006-05-27 21:10:06.000000000 +0200
+++ /work/users/ro/STABLE/plptools/plptools.changes 2006-08-29 01:19:55.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug 29 01:19:43 CEST 2006 - ro@xxxxxxx
+
+- work around MKINSTALLDIRS problem in configure.in
+
+-------------------------------------------------------------------
New:
----
plptools-0.13-mkinstalldirs.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plptools.spec ++++++
--- /var/tmp/diff_new_pack.iePbTZ/_old 2006-08-29 01:33:11.000000000 +0200
+++ /var/tmp/diff_new_pack.iePbTZ/_new 2006-08-29 01:33:11.000000000 +0200
@@ -17,7 +17,7 @@
Group: Hardware/Psion
Summary: The Psion Link Protocol and Tools
Version: 0.13
-Release: 22
+Release: 24
PreReq: %fillup_prereq %insserv_prereq
Source0: %{name}-%{version}.tar.bz2
Source1: sysconfig.plptools
@@ -33,6 +33,7 @@
Patch7: %{name}-%{version}-hu_transslation.diff
Patch9: %{name}-%{version}-libfix.diff
Patch10: %{name}-%{version}-gcc-inc.patch
+Patch11: %{name}-%{version}-mkinstalldirs.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package devel
Group: Hardware/Psion
@@ -143,9 +144,11 @@
%patch7
%patch9
%patch10
+%patch11
%build
%{?suse_update_config:%{suse_update_config -f conf }}
+cp /usr/share/automake-1.9/mkinstalldirs .
libtoolize -f
rm aclocal.m4
#mv aclocal.m4 acinclude.m4
@@ -276,6 +279,8 @@
%{kde_datadir}/locale/*/LC_MESSAGES/klipsi.mo
%changelog -n plptools
+* Tue Aug 29 2006 - ro@xxxxxxx
+- work around MKINSTALLDIRS problem in configure.in
* Sat May 27 2006 - schwab@xxxxxxx
- Use RPM_OPT_FLAGS.
- Don't strip binaries.
++++++ plptools-0.13-mkinstalldirs.diff ++++++
--- configure.in
+++ configure.in
@@ -20,6 +20,8 @@
dnl NLS support
ALL_LINGUAS="de sv"
AM_GNU_GETTEXT
+MKINSTALLDIRS="\$(top_builddir)/./mkinstalldirs"
+AC_SUBST(MKINSTALLDIRS)
dnl Additional glibc-intl checks
PLP_CHECK_INTL
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |