Name: dar Summary: Dar is a shell command that makes backup of a directory tree and files Version: 2.3.0 Release: 10.1.rcn License: GPL Group: Applications/Archiving URL: http://dar.linux.free.fr/ Source0: %{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel BuildRequires: bzip2-devel BuildRequires: openssl-devel BuildRequires: upx BuildRequires: doxygen BuildRequires: groff BuildRequires: gnu.getopt BuildRequires: libattr-devel Requires: zlib Requires: bzip2 Requires: openssl Requires: libattr %description Dar is a shell command that makes backup of a directory tree and files. Its features include splitting archives over several files, CDs, ZIPs, or floppies, compression, full or differential backups, proper saving and restoration of hard links and extended attributes, remote backup using pipes and external command (such as ssh), and rearrangement of the "slices" of an existing archive. It can now run commands between slices, encrypt archives, and quickly retrieve individual files from differential and full backups. Dar also has external GUI like kdar for Linux, thanks to the well documented API. %package -n %{name}-devel Summary: Files required to compile software that uses %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description -n %{name}-devel This package includes the header files and libraries needed to link software with the %{name} libraries. %prep %setup -q -n %{name}-%{version} %build %configure \ --prefix=%{_prefix} \ --enable-examples # #--disable-dar-static # %{__make} %install %{__rm} -fr %{buildroot} %{__make} DESTDIR=%{buildroot} install %clean %{__rm} -fr %{buildroot} %post /sbin/ldconfig %postun /sbin/ldconfig %files %defattr(-, root, root, 0755) %doc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README THANKS TODO %{_bindir}/dar* %{_libdir}/libdar.so.* %{_datadir}/dar %{_datadir}/locale/*/LC_MESSAGES/dar.mo %{_mandir}/man1/dar* %files -n %{name}-devel %defattr(-, root, root, 0755) %{_includedir}/dar %{_libdir}/libdar.so %{_libdir}/libdar.a %exclude %{_libdir}/libdar.la %{_libdir}/pkgconfig/libdar.pc %changelog * Fri Mar 31 2006 Raoul - 2.3.0-10.1 - Initial spec file