SPECS: alsa-tools.spec - updated to 1.0.13 - added liblo10k1 and l...

qboosh qboosh at pld-linux.org
Thu Oct 5 00:21:23 CEST 2006


Author: qboosh                       Date: Wed Oct  4 22:21:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.13
- added liblo10k1 and liblo10k1-devel packages

---- Files affected:
SPECS:
   alsa-tools.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/alsa-tools.spec
diff -u SPECS/alsa-tools.spec:1.20 SPECS/alsa-tools.spec:1.21
--- SPECS/alsa-tools.spec:1.20	Sat Aug 26 17:17:51 2006
+++ SPECS/alsa-tools.spec	Thu Oct  5 00:21:18 2006
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-# TODO: make description true (i.e. separate GUIs, maybe liblo10k1{,-devel})
+# TODO: make description true (i.e. separate GUIs)
 # echomixer,envy24control,rmedigicontrol use GTK+ 2
 # hdspconf,hdspmixer use FLTK
 # qlo10k1 uses Qt 3
@@ -7,12 +7,12 @@
 Summary:	Advanced Linux Sound Architecture (ALSA) - tools
 Summary(pl):	Advanced Linux Sound Architecture (ALSA) - narzędzia
 Name:		alsa-tools
-Version:	1.0.12
+Version:	1.0.13
 Release:	1
 License:	GPL
 Group:		Applications/Sound
 Source0:	ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
-# Source0-md5:	6523e051ef49ea58899215c1a32f5ca7
+# Source0-md5:	3f30a884848a21910195a3c77f1dbde2
 Patch0:		%{name}-asneeded.patch
 Patch1:		%{name}-sh.patch
 Patch2:		%{name}-csp.patch
@@ -29,6 +29,8 @@
 BuildRequires:	pkgconfig
 BuildRequires:	qt-devel
 BuildRequires:	sed >= 4.0
+# for lo10k1, qlo10k1
+Requires:	liblo10k1 = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # ac3dec skipped - see ac3dec.spec
@@ -55,6 +57,42 @@
 Wsparcie hotpluga do urządzeń USB Tascam, narzędzie do ładowania
 firmware'u.
 
+%package -n liblo10k1
+Summary:	liblo10k1 library
+Summary(pl):	Biblioteka liblo10k1
+Group:		Libraries
+Conflicts:	alsa-tools < 1.0.13
+
+%description -n liblo10k1
+liblo10k1 library.
+
+%description -n liblo10k1 -l pl
+Biblioteka liblo10k1.
+
+%package -n liblo10k1-devel
+Summary:	Header files for liblo10k1 library
+Summary(pl):	Pliki nagłówkowe biblioteki liblo10k1
+Group:		Development/Libraries
+Requires:	liblo10k1 = %{version}-%{release}
+
+%description -n liblo10k1-devel
+Header files for liblo10k1 library.
+
+%description -n liblo10k1-devel -l pl
+Pliki nagłówkowe biblioteki liblo10k1.
+
+%package -n liblo10k1-static
+Summary:	Static liblo10k1 library
+Summary(pl):	Statyczna biblioteka liblo10k1
+Group:		Development/Libraries
+Requires:	liblo10k1-devel = %{version}-%{release}
+
+%description -n liblo10k1-static
+Static liblo10k1 library.
+
+%description -n liblo10k1-static -l pl
+Statyczna biblioteka liblo10k1.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -124,8 +162,8 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p /sbin/ldconfig
-%postun	-p /sbin/ldconfig
+%post	-n liblo10k1 -p /sbin/ldconfig
+%postun	-n liblo10k1 -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -133,13 +171,14 @@
 # alsamixer/TODO.* 
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
-%attr(755,root,root) %{_libdir}/liblo10k1.so.*.*.*
 %{_datadir}/ld10k1
 %{_mandir}/man?/*
 %{_desktopdir}/hdspconf.desktop
 %{_desktopdir}/hdspmixer.desktop
 %{_pixmapsdir}/hdspconf.png
 %{_pixmapsdir}/hdspmixer.png
+# for sbiload
+%{_datadir}/sounds/opl3
 
 %files tascam
 %defattr(644,root,root,755)
@@ -147,14 +186,20 @@
 %attr(755,root,root) %{_sysconfdir}/hotplug/usb/tascam_fw
 %{_sysconfdir}/hotplug/usb/tascam_fw.usermap
 
-# [lib]lo10k1-devel ?
-#%attr(755,root,root) %{_libdir}/liblo10k1.so
-#%{_libdir}/liblo10k1.la
-#%{_includedir}/lo10k1
-#%{_aclocaldir}/ld10k1.m4
+%files -n liblo10k1
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/liblo10k1.so.*.*.*
 
-# ?
-#%{_datadir}/sounds/opl3
+%files -n liblo10k1-devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/liblo10k1.so
+%{_libdir}/liblo10k1.la
+%{_includedir}/lo10k1
+%{_aclocaldir}/ld10k1.m4
+
+#%files -n liblo10k1-static
+#%defattr(644,root,root,755)
+#%{_libdir}/liblo10k1.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -162,6 +207,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/10/04 22:21:18  qboosh
+- updated to 1.0.13
+- added liblo10k1 and liblo10k1-devel packages
+
 Revision 1.20  2006/08/26 15:17:51  qboosh
 - updated to 1.0.12, updated asneeded patch
 - added csp, enabled sb16_csp utility patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/alsa-tools.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list