From 7da5fdc7fde85407c2e40ebdba80ed952b98820f Mon Sep 17 00:00:00 2001 From: Aurelien Bompard Date: Thu, 10 Feb 2005 18:27:17 +0000 Subject: [PATCH] - version 0.2.0 - drop patch --- .cvsignore | 2 +- libvisual-0.1.6-destdir.diff | 13 ------------- libvisual.spec | 18 +++++++++++------- sources | 2 +- 4 files changed, 13 insertions(+), 22 deletions(-) delete mode 100644 libvisual-0.1.6-destdir.diff diff --git a/.cvsignore b/.cvsignore index f92e56d..2977feb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libvisual-0.1.6.tar.gz +libvisual-0.2.0.tar.gz diff --git a/libvisual-0.1.6-destdir.diff b/libvisual-0.1.6-destdir.diff deleted file mode 100644 index 99630b8..0000000 --- a/libvisual-0.1.6-destdir.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- ./Makefile.in.destdir 2004-09-28 10:36:36.783088158 +0200 -+++ ./Makefile.in 2004-09-28 10:39:32.114687891 +0200 -@@ -641,8 +641,8 @@ - - - install-exec-local: libvisual/lvconfig.h -- $(mkinstalldirs) $(prefix)/include/libvisual -- file=$(prefix)/include/libvisual/lvconfig.h; \ -+ $(mkinstalldirs) $(DESTDIR)$(prefix)/include/libvisual -+ file=$(DESTDIR)$(prefix)/include/libvisual/lvconfig.h; \ - if test -r $$file && cmp -s libvisual/lvconfig.h $$file; then :; \ - else $(INSTALL_DATA) libvisual/lvconfig.h $$file; fi - diff --git a/libvisual.spec b/libvisual.spec index c6b6089..6c4c433 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -1,14 +1,13 @@ Name: libvisual -Version: 0.1.6 -Release: 2 +Version: 0.2.0 +Release: 1 Epoch: 0 Summary: An abstraction library for audio visualisation plugins Group: Applications/Multimedia License: LGPL URL: http://libvisual.sf.net -Source0: http://dl.sf.net/libvisual/libvisual-0.1.6.tar.gz -Patch0: libvisual-0.1.6-destdir.diff +Source0: http://dl.sf.net/libvisual/libvisual-0.2.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xorg-x11-devel @@ -39,7 +38,6 @@ This package contains the files needed to build an application with libvisual. %prep %setup -q -%patch0 -b .destdir %build @@ -50,7 +48,6 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -rm -rf examples/.deps examples/Makefile* find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' @@ -71,13 +68,20 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc examples +%doc README NEWS TODO AUTHORS %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/%{name} %changelog +* Thu Feb 10 2005 Aurelien Bompard 0.2.0-1 +- version 0.2.0 +- drop patch + +* Sat Nov 27 2004 Aurelien Bompard 0:0.1.7-0.fdr.1 +- version 0.1.7 + * Thu Oct 21 2004 Aurelien Bompard 0:0.1.6-0.fdr.2 - Apply Adrian Reber's suggestions in bug 2182 diff --git a/sources b/sources index ca4b345..6cf71a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b71b1c82b8a8bb36a79fbaf166ec430 libvisual-0.1.6.tar.gz +668236dcbd252c70f1beff551f36b8b3 libvisual-0.2.0.tar.gz