Browse Source

dar-2.4.11

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7927 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 10 years ago
parent
commit
9473c3741b
1 changed files with 11 additions and 4 deletions
  1. 11 4
      d/dar/dar-vl.spec

+ 11 - 4
d/dar/dar-vl.spec

@@ -1,8 +1,8 @@
 Name:           dar
 Summary:        Disk ARchive: Backup directory tree and files
 Summary(ja):    ディスクアーカイブ: ディレクトリツリーとファイルをバックアップ
-Version:        2.3.10
-Release:        2%{?_dist_release}
+Version:        2.4.11
+Release:        1%{?_dist_release}
 
 Group:          Applications/Archiving
 License:        GPLv2+
@@ -13,6 +13,8 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  zlib-devel
 BuildRequires:  bzip2-devel
+BuildRequires:  lzo-devel
+BuildRequires:  libgcrypt-devel
 BuildRequires:  openssl-devel
 BuildRequires:  libattr-devel
 BuildRequires:  e2fsprogs-devel
@@ -88,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc html/ AUTHORS ChangeLog COPYING LICENSING_EXCEPTION_FOR_OPENSSL
+%doc html/ ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL
 %doc NEWS README THANKS TODO
 %{_bindir}/dar
 %{_bindir}/dar_cp
@@ -96,6 +98,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/dar_slave
 %{_bindir}/dar_xform
 %{_mandir}/man1/*
+%config(noreplace) %{_sysconfdir}/darrc
 
 %files -n libdar
 %defattr(-,root,root,-)
@@ -109,6 +112,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 24 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.4.11-1
+- new upstream release.
+- enabled lzo2 and strong encryption.
+
 * Sun Feb 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.3.10-2
 - rebuild with openssl-1.0.0c
 
@@ -167,7 +174,7 @@ rm -rf $RPM_BUILD_ROOT
 - Update README.Fedora with my name/date, as requested in the ticket
 - Add a patch to fix a funky character in man/dar.1
 
-* Fri Nov 04 2006 Chris Petersen <rpm@forevermore.net>                  2.3.1-2
+* Sat Nov 04 2006 Chris Petersen <rpm@forevermore.net>                  2.3.1-2
 - Add README.Fedora explaining why we do not include static binaries (upstream's request)
 - Add libdar-static-devel subpackage to hold the *.a files
 - Disable static subpackages by default, enabled via "--with static" for those who want to compile them