]> git.pld-linux.org Git - packages/lessfs.git/blobdiff - lessfs.spec
- fix building with gcc 10+, rebuild with openssl 3.0.0, rel 2
[packages/lessfs.git] / lessfs.spec
index 99ecbaddabc00bf7c5197a801ccf03f897a54b17..2269411cc8c03e308639aa9556da6950059cbdfd 100644 (file)
@@ -1,12 +1,14 @@
 Summary:       Lessfs is an inline data deduplicating filesystem
 Summary(pl.UTF-8):     Lessfs is an inline data deduplicating filesystem.
 Name:          lessfs
-Version:       1.1.1
-Release:       1
+Version:       1.7.0
+Release:       2
 License:       GPL v3
 Group:         Applications
 Source0:       http://downloads.sourceforge.net/lessfs/%{name}-%{version}.tar.gz
-# Source0-md5: 98330cfc3d04d4f643cfd96260ec7b7f
+# Source0-md5: 8afdb925dba24a58b74fff74d7f3180e
+Patch0:                openssl.patch
+Patch1:                gcc10.patch
 URL:           http://www.lessfs.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -28,6 +30,8 @@ Lessfs is an inline data deduplicating filesystem.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -54,3 +58,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man1/lessfs.1*
+%{_mandir}/man1/replogtool.1*
This page took 0.072131 seconds and 4 git commands to generate.