Hello community,

here is the log from the commit of package ntfs-3g_ntfsprogs for 
openSUSE:Factory checked in at 2012-11-28 11:14:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ntfs-3g_ntfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.ntfs-3g_ntfsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ntfs-3g_ntfsprogs", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ntfs-3g_ntfsprogs/ntfs-3g_ntfsprogs.changes      
2012-06-05 15:33:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ntfs-3g_ntfsprogs.new/ntfs-3g_ntfsprogs.changes 
2012-11-28 11:14:56.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Sep 23 04:44:46 UTC 2012 - jeng...@inai.de
+
+- Avoid static and internal libraries - use system libfuse instead
+- Avoid %makeinstall to fix installation on non-SUSE
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ntfs-3g_ntfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.b9eJvI/_old  2012-11-28 11:14:57.000000000 +0100
+++ /var/tmp/diff_new_pack.b9eJvI/_new  2012-11-28 11:14:57.000000000 +0100
@@ -26,7 +26,12 @@
 Source1:        buildall.sh
 Source2:        21-storage-ntfs-3g.fdi
 Url:            http://ntfs-3g.org/
-BuildRequires:  pkg-config
+%if 0%{?sles_version}
+BuildRequires:  fuse-devel >= 2.6.0
+%else
+BuildRequires:  pkgconfig(fuse) >= 2.6.0
+%endif
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,11 +45,11 @@
 Group:          System/Filesystems
 Provides:       ntfsprogs-fuse = 1.13.1
 Obsoletes:      ntfsprogs-fuse < 1.13.1
+%if 0%{?suse_version}
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 # The build service fails to build the package because it doesn't really
 # understand Requires(post), so use PreReq too (see bnc#439232).
-%if %defined suse_version
 PreReq:         update-alternatives
 %endif
 %if 0%{?suse_version} > 1010
@@ -100,11 +105,12 @@
 # needs to be carefully reviewed and tested, so we do not change the code now:
 #
 export CFLAGS="$RPM_OPT_FLAGS -Wformat -Wformat-security -W -Wno-sign-compare"
-%configure --exec-prefix=/ --disable-static --with-pic --disable-ldconfig
+%configure --exec-prefix=/ --disable-static --with-pic --disable-ldconfig \
+       --with-fuse=external
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 %{__rm} -v %{buildroot}%{_libdir}/libntfs-3g.la
 # Hal stuff for mounting on hotplug.
 %{__mkdir_p} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to