X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=captive.spec.in;h=0fa48003f0dcca082cfb84ff91df64c986801cf5;hb=2b07df1d701f3de9974ea6341cae714a9776d677;hp=54957f42a038a5858ba82d49b3e2cbd96be52a3f;hpb=6bf16c91512989744217a43a5e34dfff179f8b18;p=captive.git diff --git a/captive.spec.in b/captive.spec.in index 54957f4..0fa4800 100644 --- a/captive.spec.in +++ b/captive.spec.in @@ -17,7 +17,7 @@ # Build fully statically. -# /usr/local/devel-static is required to contain static libraries. +# /usr/local/staticbuild is required to contain static libraries. %define static 1 @@ -91,6 +91,8 @@ were analyzed and successfuly emulated in the GNU/Linux operating system. The implementation allows applications running under the GNU/Linux operating system to access NTFS drives. File system driver compatibility with VFAT, ISO9660 and EXT2 is also provided. + +http://www.jankratochvil.net/project/captive/ %if %{static} This packaging is a standalone static version, no other packages are needed. @@ -164,7 +166,7 @@ NTFS disks will become mount(8)able at directories: /mnt/captive-VOLUME_NAME %endif # 'define' of rpm(1) does not accept line-continuation backslashes ('\'). %if %{static} -export CPPFLAGS="-I/usr/local/devel-static/include/gnome-vfs-module-2.0" +export CPPFLAGS="-I/usr/local/staticbuild/include/gnome-vfs-module-2.0" %configure \ --disable-shared --enable-static \ --enable-standalone \