]> git.pld-linux.org Git - packages/fusecompress.git/commitdiff
- completed BRs, GPL version, verbose man files
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 May 2013 15:59:24 +0000 (17:59 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 May 2013 15:59:24 +0000 (17:59 +0200)
fusecompress.spec

index d228df0fcf1e5a46dc61bbf3225776372551213b..1a323cbb3af92d85f8a1535ffafc6c8d32831022 100644 (file)
@@ -4,22 +4,22 @@ Summary(pl.UTF-8):    System plików z przezroczystą kompresją danych
 Name:          fusecompress
 Version:       2.6
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         Applications/System
 Source0:       https://github.com/tex/fusecompress/archive/2.6.tar.gz
 # Source0-md5: 923688bd13b9d87fb74a0449bdf86724
 Patch0:                fusecompress-git.patch
 URL:           https://code.google.com/p/fusecompress/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.59
 BuildRequires: automake
-BuildRequires: boost-devel
+BuildRequires: boost-devel >= 1.33.1
 BuildRequires: bzip2-devel
-BuildRequires: libfuse-devel
+BuildRequires: libfuse-devel >= 2.6
 BuildRequires: libmagic-devel
-BuildRequires: lzma-devel
-BuildRequires: lzo-devel
+BuildRequires: lzo-devel >= 2
 BuildRequires: libstdc++-devel
 BuildRequires: rlog-devel >= 1.3
+BuildRequires: xz-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -47,18 +47,20 @@ install -d ld-dir
 PATH=$(pwd)/ld-dir:$PATH
 %{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --bindir=%{_sbindir} \
        --with-boost-libdir=%{_libdir} \
-       --with-boost-serialization=boost_serialization \
+       --with-boost-filesystem=boost_filesystem \
        --with-boost-iostreams=boost_iostreams \
        --with-boost-program-options=boost_program_options \
-       --with-boost-filesystem=boost_filesystem \
+       --with-boost-serialization=boost_serialization \
        --with-boost-system=boost_system \
-       --with-lzma \
-       --with-z \
        --with-bz2 \
-       --with-lzo2
+       --with-lzma \
+       --with-lzo2 \
+       --with-z
 %{__make}
 
 %install
@@ -67,17 +69,18 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT%{_sbindir}/{print_compress,fusecompress_print_compress}
-rm $RPM_BUILD_ROOT%{_sbindir}/xattrs
+%{__mv} $RPM_BUILD_ROOT%{_sbindir}/{print_compress,fusecompress_print_compress}
+%{__rm} $RPM_BUILD_ROOT%{_sbindir}/xattrs
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README TODO
+%doc AUTHORS LICENSE NEWS README TODO
 %attr(755,root,root) %{_sbindir}/mount.fusecompress
 %attr(755,root,root) %{_sbindir}/%{name}
 %attr(755,root,root) %{_sbindir}/%{name}_offline
 %attr(755,root,root) %{_sbindir}/%{name}_print_compress
-%{_mandir}/man1/*.1*
+%{_mandir}/man1/fusecompress.1*
+%{_mandir}/man1/fusecompress_offline.1*
This page took 0.089564 seconds and 4 git commands to generate.