From 51ddcb72bd08fc525aa800cc4748df2dad95b8d0 Mon Sep 17 00:00:00 2001 From: Aurelien Bompard Date: Sat, 8 Jul 2006 09:30:11 +0000 Subject: [PATCH] - version 0.4.0 --- .cvsignore | 2 +- libvisual.spec | 20 +++++++++++++------- sources | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2977feb..86db05a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libvisual-0.2.0.tar.gz +libvisual-0.4.0.tar.gz diff --git a/libvisual.spec b/libvisual.spec index d1ade0c..84cf3f9 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -1,13 +1,14 @@ +%define smallversion 0.4 + Name: libvisual -Version: 0.2.0 -Release: 8%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Abstraction library for audio visualisation plugins Group: Applications/Multimedia License: LGPL URL: http://libvisual.sf.net -Source0: http://dl.sf.net/libvisual/libvisual-0.2.0.tar.gz -Patch0: libvisual-0.2.0-ifdef.patch +Source0: http://dl.sf.net/libvisual/libvisual-0.4.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xorg-x11-proto-devel @@ -38,7 +39,6 @@ This package contains the files needed to build an application with libvisual. %prep %setup -q -%patch0 -p1 %build %ifarch i386 @@ -54,6 +54,8 @@ make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' +%find_lang %{name}-%{smallversion} + %clean rm -rf $RPM_BUILD_ROOT @@ -64,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig -%files +%files -f %{name}-%{smallversion}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_libdir}/*.so.* @@ -74,10 +76,14 @@ rm -rf $RPM_BUILD_ROOT %doc README NEWS TODO AUTHORS %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc -%{_includedir}/%{name} +%{_includedir}/%{name}-%{smallversion} %changelog +* Thu Jul 06 2006 Aurelien Bompard 0.4.0-1 +- version 0.4.0 +- drop Patch0 (applied upstream) + * Tue Feb 21 2006 Aurelien Bompard 0.2.0-8 - fix dependency for modular X diff --git a/sources b/sources index 6cf71a7..9d800c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -668236dcbd252c70f1beff551f36b8b3 libvisual-0.2.0.tar.gz +f4e78547c79ea8a8ad111cf8b85011bb libvisual-0.4.0.tar.gz