Mailinglist Archive: opensuse-commit (1130 mails)
| < Previous | Next > |
commit encfs for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 30 Aug 2011 10:41:40 +0200
- Message-id: <20110830084140.340BF202CA@hilbert.suse.de>
Hello community,
here is the log from the commit of package encfs for openSUSE:Factory
checked in at Tue Aug 30 10:41:40 CEST 2011.
--------
--- encfs/encfs.changes 2010-12-03 14:28:40.000000000 +0100
+++ /mounts/work_src_done/STABLE/encfs/encfs.changes 2011-08-30
03:01:18.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug 30 00:59:55 UTC 2011 - crrodriguez@xxxxxxxxxxxx
+
+- Fix build, axing all m4 macros was a bad idea...
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ encfs.spec ++++++
--- /var/tmp/diff_new_pack.giSD3C/_old 2011-08-30 10:41:02.000000000 +0200
+++ /var/tmp/diff_new_pack.giSD3C/_new 2011-08-30 10:41:02.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package encfs (Version 1.7.4)
+# spec file for package encfs
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
Requires: fuse
Summary: Userspace Encrypted File System
Version: 1.7.4
-Release: 1
+Release: 10
License: GPLv2+ ; GPLv3+
Group: System/Filesystems
Source: %{name}-%{version}.tar.bz2
@@ -60,18 +60,12 @@
%prep
%setup
%patch -p1
-%{?suse_update_config:%{suse_update_config -f}}
-rm -f m4/*.m4
%build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and
the line below.
-export SUSE_ASNEEDED=0
-autoreconf -fi
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir}
--with-boost-libdir=%{_libdir}
-make
+autoreconf -fiv
+
+%configure --with-boost-libdir=%{_libdir}
+%{__make} %{?_smp_flags}
%install
make DESTDIR="$RPM_BUILD_ROOT" install
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |