- 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
|
Name: libvisual
|
||||||
Version: 0.2.0
|
Version: 0.4.0
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Abstraction library for audio visualisation plugins
|
Summary: Abstraction library for audio visualisation plugins
|
||||||
|
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: LGPL
|
License: LGPL
|
||||||
URL: http://libvisual.sf.net
|
URL: http://libvisual.sf.net
|
||||||
Source0: http://dl.sf.net/libvisual/libvisual-0.2.0.tar.gz
|
Source0: http://dl.sf.net/libvisual/libvisual-0.4.0.tar.gz
|
||||||
Patch0: libvisual-0.2.0-ifdef.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: xorg-x11-proto-devel
|
BuildRequires: xorg-x11-proto-devel
|
||||||
|
|
||||||
@ -38,7 +39,6 @@ This package contains the files needed to build an application with libvisual.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch i386
|
%ifarch i386
|
||||||
@ -54,6 +54,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||||
|
|
||||||
|
%find_lang %{name}-%{smallversion}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -64,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files -f %{name}-%{smallversion}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
@ -74,10 +76,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc README NEWS TODO AUTHORS
|
%doc README NEWS TODO AUTHORS
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_includedir}/%{name}
|
%{_includedir}/%{name}-%{smallversion}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 0.2.0-8
|
||||||
- fix dependency for modular X
|
- fix dependency for modular X
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user