rpms/dar/F-9 .cvsignore,1.5,1.6 dar.spec,1.11,1.12 sources,1.5,1.6

Marcin Garski (mgarski) fedora-extras-commits at redhat.com
Mon Aug 4 17:41:27 UTC 2008


Author: mgarski

Update of /cvs/pkgs/rpms/dar/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12107

Modified Files:
	.cvsignore dar.spec sources 
Log Message:
* Mon Aug 04 2008 Marcin Garski <mgarski[AT]post.pl> 2.3.8-1
- Update to 2.3.8 (#434519, #438953)
- Own dar's include directory
- Remove Rpath
- Update BR's
- Update license tag



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dar/F-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	18 Nov 2007 08:33:24 -0000	1.5
+++ .cvsignore	4 Aug 2008 17:40:57 -0000	1.6
@@ -1 +1 @@
-dar-2.3.6.tar.gz
+dar-2.3.8.tar.gz


Index: dar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dar/F-9/dar.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dar.spec	20 Feb 2008 08:19:56 -0000	1.11
+++ dar.spec	4 Aug 2008 17:40:57 -0000	1.12
@@ -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 @@
 %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 @@
 
 %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 @@
 %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 @@
 
 %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 @@
 
 %files -n libdar-devel
 %defattr(-,root,root,-)
-%{_includedir}/*
+%{_includedir}/dar/
 %{_libdir}/*.so
 
 ################################################################################
@@ -192,10 +197,16 @@
 %endif
 
 %changelog
+* Mon Aug 04 2008 Marcin Garski <mgarski[AT]post.pl> 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 <rel-eng at fedoraproject.org> - 2.3.6-4
 - Autorebuild for GCC 4.3
 
-
 * Wed Dec 05 2007 Chris Petersen <rpm at forevermore.net>                  2.3.6-3
 - Add openssl requirement
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dar/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	18 Nov 2007 08:33:24 -0000	1.5
+++ sources	4 Aug 2008 17:40:57 -0000	1.6
@@ -1 +1 @@
-de290b9d4ff93838be0779a6daa66fff  dar-2.3.6.tar.gz
+6c0d383c22df0e1816e860153f60d746  dar-2.3.8.tar.gz




More information about the fedora-extras-commits mailing list