diff --git a/README.md b/README.md index 9055910..6d60bb0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # libvisual +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. + diff --git a/libvisual.spec b/libvisual.spec new file mode 100644 index 0000000..3a49e34 --- /dev/null +++ b/libvisual.spec @@ -0,0 +1,84 @@ +%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 +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 0.4.0-4mamba +- split libvisual and libvisual-plugins source packages + +* Wed Dec 12 2007 Aleph0 0.4.0-3mamba +- updated specfile + +* Tue Feb 27 2007 Silvan Calarco 0.4.0-2qilnx +- rebuilt + +* Thu Jun 15 2006 Stefano Cotta Ramusino 0.4.0-1qilnx +- update to version 0.4.0 by autospec + +* Tue Aug 09 2005 Davide Madrisan 0.2.0-2qilnx +- added libvisual plugins + +* Mon Feb 21 2005 Davide Madrisan 0.2.0-1qilnx +- update to version 0.2.0 by autospec + +* Thu Sep 30 2004 Davide Madrisan 0.1.6-1qilnx +- package created by autospec