From 06797683839cf772e9377208610d8c41bff16108 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Jun 17 2008 09:07:47 +0000 Subject: - version upgrade --- diff --git a/.cvsignore b/.cvsignore index 20f906e..0a5b097 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dynamite-0.1.tar.gz +libdynamite-0.1.1.tar.gz diff --git a/dynamite-m4.patch b/dynamite-m4.patch deleted file mode 100644 index e2ee74b..0000000 --- a/dynamite-m4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- dynamite.m4.orig 2008-03-28 16:00:43.000000000 +0100 -+++ dynamite.m4 2008-03-28 16:01:13.000000000 +0100 -@@ -1,7 +1,7 @@ - dnl $Id: dynamite.m4,v 1.1 2003/08/22 12:31:05 twogood Exp $ vim: syntax=config - dnl Check for libdynamite - --AC_DEFUN(AM_PATH_LIBDYNAMITE, [ -+AC_DEFUN([AM_PATH_LIBDYNAMITE], [ - - AC_ARG_WITH(libdynamite, - AC_HELP_STRING( diff --git a/dynamite.spec b/dynamite.spec index 7318d8f..3180f29 100644 --- a/dynamite.spec +++ b/dynamite.spec @@ -1,17 +1,16 @@ Name: dynamite -Version: 0.1 -Release: 9%{?dist} +Version: 0.1.1 +Release: 1%{?dist} Summary: Extract data compressed with PKWARE Data Compression Library Group: Applications/Communications License: MIT URL: http://synce.sourceforge.net/ -Source0: http://dl.sf.net/synce/dynamite-0.1.tar.gz -# fix #435583 Underquoted definition of AM_PATH_LIBDYNAMITE -Patch0: %{name}-m4.patch - +Source0: http://dl.sf.net/synce/libdynamite-0.1.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: libtool + %description %{summary} @@ -19,24 +18,24 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Group: Development/Libraries Summary: Files needed for software development with %{name} Requires: %{name} = %{version}-%{release} +Requires: pkgconfig %description devel The %{name}-devel package contains the files needed for development with %{name} %prep -%setup -q -%patch0 +%setup -q -n libdynamite-%{version} %build %configure --disable-static --disable-rpath -make %{?_smp_mflags} +make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/libdynamite.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libdynamite.{l,}a %clean rm -rf $RPM_BUILD_ROOT @@ -49,23 +48,24 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc LICENSE %{_libdir}/libdynamite.so.* -#this is broken -%exclude %{_bindir}/dynamite +%{_bindir}/dynamite +%{_mandir}/man1/dynamite.1.gz %files devel %defattr(-,root,root,-) %{_libdir}/libdynamite.so %{_includedir}/libdynamite.h -%{_datadir}/aclocal/dynamite.m4 +%{_libdir}/pkgconfig/libdynamite.pc %changelog +* Tue Jun 17 2008 Andreas Bierfert +- 0.1.1-1 +- version upgrade + * Fri Mar 28 2008 Andreas Bierfert -- 0.1-9 +- 0.1-8 - fix #435583 Underquoted definition of AM_PATH_LIBDYNAMITE -* Mon Feb 11 2008 Andreas Bierfert - 0.1-8 -- Rebuilt for gcc43 - * Wed Aug 22 2007 Andreas Bierfert - 0.1-7 - rebuild for buildid diff --git a/sources b/sources index 369ee3c..03f3b4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e99d9172f60b8084cc6f6ba1a8c8261 dynamite-0.1.tar.gz +238bf243dba2166a2e0e141b18065235 libdynamite-0.1.1.tar.gz