SPECS: libvisual.spec - updated to 0.4.0, updated link patch
qboosh
qboosh at pld-linux.org
Wed Mar 22 19:43:17 CET 2006
Author: qboosh Date: Wed Mar 22 18:43:17 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.4.0, updated link patch
---- Files affected:
SPECS:
libvisual.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/libvisual.spec
diff -u SPECS/libvisual.spec:1.15 SPECS/libvisual.spec:1.16
--- SPECS/libvisual.spec:1.15 Thu May 5 14:01:21 2005
+++ SPECS/libvisual.spec Wed Mar 22 19:43:12 2006
@@ -2,16 +2,15 @@
Summary: Abstraction library that comes between applications and audio visualisation plugins
Summary(pl): Abstrakcyjna biblioteka pomiędzy aplikacjami a wtyczkami wizualizacji audio
Name: libvisual
-Version: 0.2.0
-Release: 4
+Version: 0.4.0
+Release: 1
License: GPL
Group: Libraries
-Source0: http://dl.sourceforge.net/libvisual/%{name}-%{version}.tar.gz
-# Source0-md5: 668236dcbd252c70f1beff551f36b8b3
+Source0: http://dl.sourceforge.net/libvisual/%{name}-%{version}.tar.bz2
+# Source0-md5: d0f987abd0845e725743605fd39ef73f
URL: http://libvisual.sourceforge.net/
Patch0: %{name}-ppc.patch
Patch1: %{name}-link.patch
-#Buildrequires: SDL-devel >= 1.2.0
BuildRequires: autoconf >= 2.57
BuildRequires: automake >= 1:1.7
BuildRequires: libtool
@@ -50,21 +49,10 @@
%description static -l pl
Statyczna biblioteka libvisual.
-#%package tools
-#Summary: Utilities for libvisual library
-#Summary(pl): Narzędzia dla biblioteki libvisual
-#Group: Development/Libraries
-#Requires: %{name}-devel = %{version}-%{release}
-#
-#%description tools
-#Utilities for libvisual library.
-#
-#%description static -l pl
-#Narzędzia dla biblioteki libvisual.
-
%prep
%setup -q
%ifarch ppc ppc64
+# XXX: is it needed anyway?
%patch0 -p1
%endif
%patch1 -p1
@@ -73,22 +61,19 @@
%{__libtoolize}
%{__aclocal}
%{__autoconf}
+%{__autoheader}
%{__automake}
%configure \
--enable-static
-#cp -f lvconfig.h libvisual
%{__make}
-#%{__make} -C tools \
-# LDFLAGS="%{rpmldflags} -L../libvisual"
-
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-#%{__make} -C tools install \
-# DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}-0.4
%clean
rm -rf $RPM_BUILD_ROOT
@@ -96,26 +81,21 @@
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
-%files
+%files -f %{name}-0.4.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libvisual-*.so.*.*.*
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/%{name}
-#%{_includedir}/*.h
+%attr(755,root,root) %{_libdir}/libvisual-*.so
+%{_libdir}/libvisual-*.la
+%{_includedir}/libvisual-*
%{_pkgconfigdir}/*.pc
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
-
-#%files tools
-#%defattr(644,root,root,755)
-#%attr(755,root,root) %{_bindir}/*
+%{_libdir}/libvisual-*.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -123,6 +103,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2006/03/22 18:43:12 qboosh
+- updated to 0.4.0, updated link patch
+
Revision 1.15 2005/05/05 12:01:21 pluto
- release 4 for Th.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libvisual.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list