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