]> git.pld-linux.org Git - packages/captive.git/blob - captive.spec
- cleanups, desc from URL, pl
[packages/captive.git] / captive.spec
1
2 # TODO: rename spec to captive
3
4 #
5 ## %_bcond_without      gnome   # don't build gnome-vfs support
6 %bcond_without  lufs    # don't build LUFS support
7 #
8 Summary:        Captive - NTFS read/write filesystem for Linux
9 Summary(pl):    Captive - obs³uga NTFS dla Linuksa z odczytem i zapisem
10 Name:           captive
11 Version:        1.1.5
12 Release:        0.1
13 License:        GPL
14 Group:          Base/Kernel
15 Source0:        http://www.jankratochvil.net/project/captive/dist/%{name}-%{version}.tar.gz
16 # Source0-md5:  dfb7ce617745695e7a908609b9370fd6
17 URL:            http://www.jankratochvil.net/project/captive/
18 BuildRequires:  ORBit2-devel
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 %configure
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %doc AUTHORS NEWS README THANKS TODO
This page took 0.048491 seconds and 4 git commands to generate.