rpms/libewf/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 libewf.spec, 1.5, 1.6

Chauvet (kwizart) fedora-extras-commits at redhat.com
Thu Mar 27 20:02:22 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/libewf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18389

Modified Files:
	.cvsignore sources libewf.spec 
Log Message:
- Update to 20080322 (Stable)
- License update: the BSD advertisement clause was removed.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	18 Mar 2008 11:58:49 -0000	1.3
+++ .cvsignore	27 Mar 2008 20:01:40 -0000	1.4
@@ -1 +1 @@
-libewf-beta-20080315.tar.gz
+libewf-20080322.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	18 Mar 2008 11:58:49 -0000	1.3
+++ sources	27 Mar 2008 20:01:40 -0000	1.4
@@ -1 +1 @@
-bce6cfaed1bad90852ef1a7806a4029c  libewf-beta-20080315.tar.gz
+982c932a8bfd5f6a2b79b5770de43604  libewf-20080322.tar.gz


Index: libewf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/devel/libewf.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libewf.spec	18 Mar 2008 11:58:49 -0000	1.5
+++ libewf.spec	27 Mar 2008 20:01:40 -0000	1.6
@@ -1,15 +1,14 @@
 Name:           libewf
-Version:        20080315
+Version:        20080322
 Release:        1%{?dist}
 Summary:        Library for the Expert Witness Compression Format (EWF)
 
 Group:          System Environment/Libraries
-License:        BSD with advertising
+License:        BSD
 URL:            https://www.uitwisselplatform.nl/projects/libewf/
-Source0:        https://www.uitwisselplatform.nl/frs/download.php/486/libewf-beta-%{version}.tar.gz
+Source0:        https://www.uitwisselplatform.nl/frs/download.php/487/libewf-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# Need to be compatible with "BSD with advertising"
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
@@ -20,13 +19,16 @@
 it support both the SMART format (EWF-S01) and the EnCase format (EWF-E01). 
 Libewf allows you to read and write media information within the EWF files.
 
+
 %package -n     ewftools
 Summary:        Utilities for %{name}
 Group:          Applications/System
 Requires:       %{name} = %{version}-%{release}
+Provides:       %{name}-tools = %{version}-%{release}
+Obsoletes:      %{name}-tools <= %{version}-%{release}
 
 %description -n ewftools
-The %{name}-utils package contains utilities for using %{name}.
+The ewftools package contains tools for %{name}.
 
 %package        devel
 Summary:        Development files for %{name}
@@ -47,6 +49,10 @@
 %build
 %configure --disable-static --enable-wide-character-type
 
+# Remove rpath from libtool
+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
+
 # clean unused-direct-shlib-dependencies
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 
@@ -75,6 +81,8 @@
 
 %files -n ewftools
 %defattr(-,root,root,-)
+### Exclude experimental files ###
+%exclude %{_bindir}/ewfalter
 %{_bindir}/ewf*
 %{_mandir}/man1/*.gz
 
@@ -87,6 +95,10 @@
 %{_mandir}/man3/*.gz
 
 %changelog
+* Wed Mar 26 2008 kwizart < kwizart at gmail.com > - 20080322-1
+- Update to 20080322 (Stable)
+- License update: the BSD advertisement clause was removed.
+
 * Mon Mar 17 2008 kwizart < kwizart at gmail.com > - 20080315-1
 - Update to 20080315 (beta)
 - Change versionning scheme (use date for version).




More information about the fedora-extras-commits mailing list