]> git.pld-linux.org Git - packages/captive.git/blob - captive.spec
- BR: ac,am; config.sub is refreshed by automake - removed redundancy
[packages/captive.git] / captive.spec
1 #
2 # Conditional build:
3 #%%bcond_without        gnome   # don't build gnome-vfs support
4 %bcond_without  lufs    # don't build LUFS support
5 #
6 Summary:        Captive - NTFS read/write filesystem for Linux
7 Summary(pl):    Captive - obs³uga NTFS dla Linuksa z odczytem i zapisem
8 Name:           captive
9 Version:        1.1.5
10 Release:        0.1
11 License:        GPL
12 Group:          Base/Kernel
13 Source0:        http://www.jankratochvil.net/project/captive/dist/%{name}-%{version}.tar.gz
14 # Source0-md5:  dfb7ce617745695e7a908609b9370fd6
15 URL:            http://www.jankratochvil.net/project/captive/
16 BuildRequires:  ORBit2-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  gnome-vfs2-devel >= 2.0
20 BuildRequires:  libxml2-devel >= 2.5.9
21 %{?with_lufs:BuildRequires:     lufs-devel}
22 BuildRequires:  openssl-devel
23 BuildRequires:  pkgconfig
24 Requires:       ntfsprogs >= 1.8.0
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Captive project implements the first full read/write free access to
29 NTFS disk drives. You can mount your Microsoft Windows NT, 200x or XP
30 partition as a transparently accessible volume for your GNU/Linux.
31
32 This compatibility was achieved in the Wine way by using the original
33 Microsoft Windows ntfs.sys driver. It emulates the required subsystems
34 of the Microsoft Windows kernel by reusing one of the original
35 ntoskrnl.exe, ReactOS parts, or this project's own reimplementations,
36 on a case by case basis. Project includes the first open source
37 MS-Windows kernel API for Free operating systems. Involvement of the
38 original driver files was chosen to achieve the best and unprecedented
39 filesystem compatibility and safety.
40
41 %description -l pl
42 Projekt Captive implementuje pierwszy pe³ny, swobodny dostêp z
43 odczytem i zapisem do partycji NTFS. Pozwala zamontowaæ partycje z
44 Microsoft Windows NT, 200x i XP jako dostêpny w sposób przezroczysty
45 wolumen pod Linuksem.
46
47 Kompatybilno¶æ osi±gniêto metod± Wine poprzez u¿ycie oryginalnego
48 sterownika ntfs.sys. Captive emuluje wymagane podsystemy j±dra
49 Microsoft Windows poprzez wykorzystanie oryginalnego ntoskrnl.exe,
50 czê¶ci ReactOS-a lub w³asne implementacje z tego projektu w zale¿no¶ci
51 od danego przypadku. Projekt zawiera pierwsze API j±dra MS-Windows z
52 otwartymi ¼ród³ami dla wolnodostêpnych systemów operacyjnych. Wybrano
53 wykorzystanie plików oryginalnego sterownika aby osi±gn±æ lepsz±
54 kompatybilno¶æ i bezpieczeñstwo.
55
56 %prep
57 %setup -q
58
59 %build
60 %{__aclocal}
61 %{__autoconf}
62 %{__autoheader}
63 %{__automake}
64 %configure
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 %{__make} install \
71         DESTDIR=$RPM_BUILD_ROOT
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644,root,root,755)
78 %doc AUTHORS NEWS README THANKS TODO
This page took 0.062385 seconds and 4 git commands to generate.