85 lines
2.5 KiB
RPMSpec
85 lines
2.5 KiB
RPMSpec
%define majversion %(echo %version | cut -d. -f 1-2)
|
|
|
|
Name: libvisual
|
|
Release: 4mamba
|
|
Version: 0.4.0
|
|
Summary: An abstraction library that comes between applications and audio visualisation plugins
|
|
Group: System/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Aleph0 <aleph0@openmamba.org>
|
|
URL: http://sourceforge.net/projects/libvisual/
|
|
Source0: http://downloads.sourceforge.net/libvisual/libvisual-%{version}.tar.bz2
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean
|
|
and easy to use API.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Static libraries and headers for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean
|
|
and easy to use API.
|
|
This package contains static libraries and header files need for development.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ %{buildroot} != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name}-%{majversion}
|
|
|
|
%clean
|
|
[ %{buildroot} != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files -f %{name}-%{majversion}.lang
|
|
%defattr(-,root,root)
|
|
%{_libdir}/*.so.*
|
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/%{name}-%{majversion}/%{name}/*.h
|
|
%{_libdir}/*.la
|
|
%{_libdir}/*.so
|
|
%{_libdir}/pkgconfig/%{name}-%{majversion}.pc
|
|
|
|
%changelog
|
|
* Tue Dec 14 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-4mamba
|
|
- split libvisual and libvisual-plugins source packages
|
|
|
|
* Wed Dec 12 2007 Aleph0 <aleph0@openmamba.org> 0.4.0-3mamba
|
|
- updated specfile
|
|
|
|
* Tue Feb 27 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-2qilnx
|
|
- rebuilt
|
|
|
|
* Thu Jun 15 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.4.0-1qilnx
|
|
- update to version 0.4.0 by autospec
|
|
|
|
* Tue Aug 09 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.2.0-2qilnx
|
|
- added libvisual plugins
|
|
|
|
* Mon Feb 21 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.2.0-1qilnx
|
|
- update to version 0.2.0 by autospec
|
|
|
|
* Thu Sep 30 2004 Davide Madrisan <davide.madrisan@qilinux.it> 0.1.6-1qilnx
|
|
- package created by autospec
|