diff --git a/.cvsignore b/.cvsignore index 099f55b..a2bdba3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dar-2.3.6.tar.gz +dar-2.3.8.tar.gz diff --git a/dar.spec b/dar.spec index f7ddcc8..5d16959 100644 --- a/dar.spec +++ b/dar.spec @@ -13,27 +13,29 @@ # Basic descriptive tags for this package: # Name: dar -Version: 2.3.6 -Release: 4%{?dist} +Version: 2.3.8 +Release: 1%{?dist} Summary: Software for making/restoring incremental CD/DVD backups -URL: http://dar.linux.free.fr/ -License: GPL Group: Applications/Archiving +License: GPLv2+ +URL: http://dar.linux.free.fr/ ################################################################################ -Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: README.Fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ################################################################################ +BuildRequires: zlib-devel BuildRequires: bzip2-devel BuildRequires: openssl-devel +BuildRequires: libattr-devel +BuildRequires: e2fsprogs-devel -Requires: openssl Requires: par2cmdline ################################################################################ @@ -52,7 +54,6 @@ and symbolic links. %package -n libdar Group: System Environment/Libraries Summary: Library providing support for the DAR API -Requires: openssl %description -n libdar Common library code for DAR. @@ -110,6 +111,10 @@ disks for easier file retrieval. %configure --disable-build-html $STATIC +# Remove Rpath +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + make %{?_smp_mflags} ################################################################################ @@ -120,8 +125,8 @@ make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} # Remove the libtool archive files +rm -rf $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la -rm -rf $RPM_BUILD_ROOT/%{_libdir}/pkgconfig # Delete the sample files that we can't seem to disable rm -rf $RPM_BUILD_ROOT/%{_datadir}/dar/ @@ -152,7 +157,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) -%doc html/ ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO README.Fedora +%doc html/ AUTHORS ChangeLog COPYING NEWS README THANKS TODO README.Fedora %{_bindir}/dar %{_bindir}/dar_cp @@ -171,7 +176,7 @@ rm -rf $RPM_BUILD_ROOT %files -n libdar-devel %defattr(-,root,root,-) -%{_includedir}/* +%{_includedir}/dar/ %{_libdir}/*.so ################################################################################ @@ -192,10 +197,16 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Aug 04 2008 Marcin Garski 2.3.8-1 +- Update to 2.3.8 (#434519, #438953) +- Own dar's include directory +- Remove Rpath +- Update BR's +- Update license tag + * Wed Feb 20 2008 Fedora Release Engineering - 2.3.6-4 - Autorebuild for GCC 4.3 - * Wed Dec 05 2007 Chris Petersen 2.3.6-3 - Add openssl requirement diff --git a/sources b/sources index 6cdd460..b398a37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de290b9d4ff93838be0779a6daa66fff dar-2.3.6.tar.gz +6c0d383c22df0e1816e860153f60d746 dar-2.3.8.tar.gz