]> git.pld-linux.org Git - packages/captive.git/blob - captive.spec
- STOPED.
[packages/captive.git] / captive.spec
1
2 #
3 ## %_bcond_without      gnome   # don't build gnome-vfs support
4 ## %_bcond_without lufs # don't build LUFS support
5
6 Summary:        Captive NTFS
7 Summary(pl):    Captive NTFS
8 Name:           captive
9 Version:        1.1.5
10 Release:        0
11 License:        GPL
12 Group:          Base/Kernel
13 Source0:        http://www.jankratochvil.net/project/%{name}/dist/%{name}-%{version}.tar.gz
14 # Source0-md5:  dfb7ce617745695e7a908609b9370fd6
15 BuildRequires:  gnome-vfs
16 Requires:       ntfsprogs >= 1.8.0
17 URL:            http://www.jankratochvil.net/project/%{name}
18 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 - -- empty --
22
23 %description -l pl
24 - -- pusty --
25
26 %prep
27 %setup -q -n %{name}-%{version}
28
29 #%patch
30
31 %build
32 ./configure --prefix=%{_prefix}
33 %{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
38
39 %post
40 %postun
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc
This page took 0.055043 seconds and 4 git commands to generate.