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

Chauvet (kwizart) fedora-extras-commits at redhat.com
Tue Mar 18 11:59:24 UTC 2008


Author: kwizart

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

Modified Files:
	libewf.spec sources .cvsignore 
Log Message:
Update to 20080315



Index: libewf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/devel/libewf.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libewf.spec	9 Feb 2008 15:45:01 -0000	1.4
+++ libewf.spec	18 Mar 2008 11:58:49 -0000	1.5
@@ -1,14 +1,12 @@
-%define date 20070512
-
 Name:           libewf
-Version:        0
-Release:        4.%{date}%{?dist}
+Version:        20080315
+Release:        1%{?dist}
 Summary:        Library for the Expert Witness Compression Format (EWF)
 
 Group:          System Environment/Libraries
 License:        BSD with advertising
 URL:            https://www.uitwisselplatform.nl/projects/libewf/
-Source0:        https://www.uitwisselplatform.nl/frs/download.php/303/libewf-%{date}.tar.gz
+Source0:        https://www.uitwisselplatform.nl/frs/download.php/486/libewf-beta-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Need to be compatible with "BSD with advertising"
@@ -34,6 +32,7 @@
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:       zlib-devel
 Requires:       pkgconfig
 
 %description    devel
@@ -42,11 +41,15 @@
 
 
 %prep
-%setup -q -n %{name}-%{date}
+%setup -q
 
 
 %build
 %configure --disable-static --enable-wide-character-type
+
+# clean unused-direct-shlib-dependencies
+sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+
 make %{?_smp_mflags}
 
 
@@ -77,7 +80,6 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc TESTS
 %{_includedir}/libewf.h
 %{_includedir}/libewf/
 %{_libdir}/*.so
@@ -85,11 +87,9 @@
 %{_mandir}/man3/*.gz
 
 %changelog
-* Sat Feb  9 2008 kwizart < kwizart at gmail.com > - 0.4.20070512
-- Rebuild for gcc43
-
-* Wed Dec  5 2007 kwizart < kwizart at gmail.com > - 0-3.20070512
-- Rebuild against new openssl
+* Mon Mar 17 2008 kwizart < kwizart at gmail.com > - 20080315-1
+- Update to 20080315 (beta)
+- Change versionning scheme (use date for version).
 
 * Mon Nov  5 2007 kwizart < kwizart at gmail.com > - 0-2.20070512
 - Update License to BSD with advertising


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Nov 2007 13:26:38 -0000	1.2
+++ sources	18 Mar 2008 11:58:49 -0000	1.3
@@ -1 +1 @@
-5c09ed6478eadd020d6de0ea61569a8e  libewf-20070512.tar.gz
+bce6cfaed1bad90852ef1a7806a4029c  libewf-beta-20080315.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Nov 2007 13:26:38 -0000	1.2
+++ .cvsignore	18 Mar 2008 11:58:49 -0000	1.3
@@ -1 +1 @@
-libewf-20070512.tar.gz
+libewf-beta-20080315.tar.gz




More information about the fedora-extras-commits mailing list