]> git.pld-linux.org Git - packages/lessfs.git/blob - lessfs.spec
- up to 1.5.3
[packages/lessfs.git] / lessfs.spec
1 Summary:        Lessfs is an inline data deduplicating filesystem
2 Summary(pl.UTF-8):      Lessfs is an inline data deduplicating filesystem.
3 Name:           lessfs
4 Version:        1.5.3
5 Release:        1
6 License:        GPL v3
7 Group:          Applications
8 Source0:        http://downloads.sourceforge.net/lessfs/%{name}-%{version}.tar.gz
9 # Source0-md5:  3d93decd87b7d89500ed6c8658bab851
10 URL:            http://www.lessfs.com/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  bzip2-devel
14 BuildRequires:  libfuse-devel >= 2.8.0
15 BuildRequires:  libtool
16 BuildRequires:  mhash-devel
17 BuildRequires:  openssl-devel
18 BuildRequires:  pkgconfig
19 BuildRequires:  tokyocabinet-devel >= 1.4.21
20 BuildRequires:  zlib-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Lessfs is an inline data deduplicating filesystem.
25
26 %description -l pl.UTF-8
27 Lessfs is an inline data deduplicating filesystem.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__libtoolize}
34 %{__aclocal}
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38 %configure \
39         --with-crypto
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc FAQ ChangeLog README* etc/lessfs.cfg
54 %attr(755,root,root) %{_bindir}/*
55 %attr(755,root,root) %{_sbindir}/*
56 %{_mandir}/man1/lessfs.1*
57 %{_mandir}/man1/replogtool.1*
This page took 0.06938 seconds and 3 git commands to generate.