]> git.pld-linux.org Git - packages/lessfs.git/commitdiff
- move /etc/lessfs.cfg to doc as example auto/th/lessfs-0_6_1-1
authorareq <areq@pld-linux.org>
Sat, 19 Sep 2009 21:27:52 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 1, work

Changed files:
    lessfs.spec -> 1.2

lessfs.spec

index 04136ae80e815738647df2cf6e0874a0abf04414..1763e9edca115a2f3bb2f0a7333b8f5e0e20fffe 100644 (file)
@@ -2,7 +2,7 @@ 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
+Release:       1
 License:       GPL v3
 Group:         Applications
 Source0:       http://dl.sourceforge.net/lessfs/%{name}-%{version}.tar.gz
@@ -37,14 +37,11 @@ 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
+%doc FAQ ChangeLog COPYING README etc/lessfs.cfg
 %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.142095 seconds and 4 git commands to generate.