X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=captive.spec.in;h=0fa48003f0dcca082cfb84ff91df64c986801cf5;hb=a089075dd3fe0752465e6b7205f4f54ac6f897ab;hp=537a13f3be79da256da98fd361cfad9ae89d1fa9;hpb=4b3e3a0f39d9cefcc7363eb11ce202ab5b2d4b48;p=captive.git diff --git a/captive.spec.in b/captive.spec.in index 537a13f..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 @@ -34,14 +34,15 @@ Name: @PACKAGE@ Version: @VERSION@ Release: %{release} Group: System Environment/Base -Packager: Jan Kratochvil +Packager: Jan Kratochvil Source: http://www.jankratochvil.net/project/captive/dist/@PACKAGE@-@VERSION@.tar.gz License: GPL BuildRoot: /var/tmp/@PACKAGE@-@VERSION@-%{release}-root BuildRequires: ORBit2-devel -# Due to --with-orbit-line=link +# >= 2.7.0 due to --with-orbit-line=link +# >= 2.8.3 due to Mandrake-9.2 bugreport. %if ! %{static} -Requires: ORBit2 >= 2.7.0 +Requires: ORBit2 >= 2.8.3 %endif BuildRequires: openssl-devel %if ! %{static} @@ -90,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. @@ -163,6 +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/staticbuild/include/gnome-vfs-module-2.0" %configure \ --disable-shared --enable-static \ --enable-standalone \