- version 0.2.0

- drop patch
This commit is contained in:
Aurelien Bompard 2005-02-10 18:27:17 +00:00
parent 01a706c589
commit 7da5fdc7fd
4 changed files with 13 additions and 22 deletions

View File

@ -1 +1 @@
libvisual-0.1.6.tar.gz
libvisual-0.2.0.tar.gz

View File

@ -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

View File

@ -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 <gauret[AT]free.fr> 0.2.0-1
- version 0.2.0
- drop patch
* Sat Nov 27 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.1.7-0.fdr.1
- version 0.1.7
* Thu Oct 21 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.1.6-0.fdr.2
- Apply Adrian Reber's suggestions in bug 2182

View File

@ -1 +1 @@
2b71b1c82b8a8bb36a79fbaf166ec430 libvisual-0.1.6.tar.gz
668236dcbd252c70f1beff551f36b8b3 libvisual-0.2.0.tar.gz