]> git.pld-linux.org Git - packages/lessfs.git/commitdiff
- init PLD spec
authorareq <areq@pld-linux.org>
Mon, 7 Sep 2009 20:51:24 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lessfs.spec -> 1.1

lessfs.spec [new file with mode: 0644]

diff --git a/lessfs.spec b/lessfs.spec
new file mode 100644 (file)
index 0000000..04136ae
--- /dev/null
@@ -0,0 +1,50 @@
+Summary:       Lessfs is an inline data deduplicating filesystem
+Summary(pl.UTF-8):     Lessfs is an inline data deduplicating filesystem.
+Name:          lessfs
+Version:       0.6.1
+Release:       0.1
+License:       GPL v3
+Group:         Applications
+Source0:       http://dl.sourceforge.net/lessfs/%{name}-%{version}.tar.gz
+# Source0-md5: 792f3012eae343bc04314b868f6fd1b9
+URL:           http://www.lessfs.com/
+BuildRequires: libfuse-devel >= 2.8.0
+BuildRequires: tokyocabinet-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Lessfs is an inline data deduplicating filesystem.
+
+%description -l pl.UTF-8
+Lessfs is an inline data deduplicating filesystem.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --with-crypto
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install -D etc/lessfs.cfg $RPM_BUILD_ROOT%{_sysconfdir}/lessfs.cfg
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc FAQ ChangeLog COPYING README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/lessfs.1*
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lessfs.cfg
This page took 0.061114 seconds and 4 git commands to generate.