]> git.pld-linux.org Git - packages/fusecompress.git/blob - fusecompress.spec
bfa63dfadd90c8327aeec76eb051895ae53a6f83
[packages/fusecompress.git] / fusecompress.spec
1 Summary:        Transparent read-write compression filesystem
2 Summary(pl.UTF-8):      System plików z przezroczystą kompresją danych
3 Name:           fusecompress
4 Version:        1.99.19
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://miio.net/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  2d1e10397f888ac46697070790a06ddc
10 URL:            http://miio.net/fusecompress/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  bzip2-devel
14 BuildRequires:  libfuse-devel
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  rlog-devel
17 BuildRequires:  zlib-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 FuseCompress provides a mountable Linux filesystem which transparently
22 compress its content. Files stored in this filesystem are compressed
23 on the fly and Fuse allows to create a transparent interface between
24 compressed files and user applications.
25
26 %description -l pl.UTF-8
27 FuseCompress udostępnia montowalny system plików, który przezroczyście
28 kompresuje swoją zawartość. Pliki przechowywane na tym systemie plików
29 są kompresowane w locie, a Fuse pozwala utworzyć przezroczysty
30 interfejs między skompresowanymi plikami a aplikacjami użytkownika
31
32 %prep
33 %setup -q
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README TODO
55 %attr(755,root,root) %{_bindir}/%{name}
56 %attr(755,root,root) %{_bindir}/%{name}_offline
57 %{_mandir}/man1/*.1*
This page took 0.070531 seconds and 2 git commands to generate.