SPECS (AC-branch): libvisual.spec - merged from HEAD

baggins baggins at pld-linux.org
Mon May 15 19:53:00 CEST 2006


Author: baggins                      Date: Mon May 15 17:53:00 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- merged from HEAD

---- Files affected:
SPECS:
   libvisual.spec (1.15 -> 1.15.2.1) 

---- Diffs:

================================================================
Index: SPECS/libvisual.spec
diff -u SPECS/libvisual.spec:1.15 SPECS/libvisual.spec:1.15.2.1
--- SPECS/libvisual.spec:1.15	Thu May  5 14:01:21 2005
+++ SPECS/libvisual.spec	Mon May 15 19:52:55 2006
@@ -2,20 +2,19 @@
 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
+Patch0:		%{name}-link.patch
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake >= 1:1.7
 BuildRequires:	libtool
 BuildRequires:	pkgconfig >= 1:0.14
+Obsoletes:	libvisual-tools
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,45 +49,27 @@
 %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
 %patch0 -p1
-%endif
-%patch1 -p1
 
 %build
 %{__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 +77,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 +99,18 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15.2.1  2006/05/15 17:52:55  baggins
+- merged from HEAD
+
+Revision 1.18  2006/03/22 20:37:08  qboosh
+- Obsoletes: libvisual-tools (present for a while for 0.1.6 snap)
+
+Revision 1.17  2006/03/22 19:46:10  qboosh
+- dropped ppc patch (altivec detection works when run on fixed kernel)
+
+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.15.2.1&f=u



More information about the pld-cvs-commit mailing list