- version 0.4.0
This commit is contained in:
parent
ccbbf211cb
commit
51ddcb72bd
@ -1 +1 @@
|
||||
libvisual-0.2.0.tar.gz
|
||||
libvisual-0.4.0.tar.gz
|
||||
|
||||
@ -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 <abompard@fedoraproject.org> 0.4.0-1
|
||||
- version 0.4.0
|
||||
- drop Patch0 (applied upstream)
|
||||
|
||||
* Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 0.2.0-8
|
||||
- fix dependency for modular X
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user