Summary: A mixer library for MATE desktop Name: libmatemixer Version: 1.12.1 Release: 1%{?_dist_release} Source0: http://pub.mate-desktop.org/releases/1.12/%{name}-%{version}.tar.xz License: GPLv2 Group: System Environment/Libraries URL: http://mate-desktop.org/ BuildRequires: mate-common BuildRequires: glib2-devel BuildRequires: pulseaudio-libs-devel BuildRequires: alsa-lib-devel BuildRequires: gtk-doc BuildRequires: autoconf BuildRequires: automake Requires(posttrans,postun): glib2 Requires(post,postun): gtk2 BuildRoot: %{_tmppath}/%{name}-%{version}-root Vendor: Project Vine Distribution: Vine Linux Packager: Takemikaduchi %description libmateweather is a library to access weather information from online services for numerous locations. %package devel Summary: Development tools for libmateweather Summary(ja): libmateweather の開発環境 Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel Header files and libraries for building a extension library for the libmateweather. %package docs Summary: Documentation for libmateweather Summary(ja): libmateweather 用のドキュメント Group: Documentation Requires: %{name} = %{version}-%{release} BuildArch: noarch %description docs This package contains documentation for libmateweather. %prep %setup -q %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi) %configure \ --disable-static \ --enable-pulseaudio \ --enable-alsa \ --disable-oss %{__make} %{?_smp_mflags} %install %{__rm} -rf ${RPM_BUILD_ROOT} %{__make} install DESTDIR=${RPM_BUILD_ROOT} find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \; find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; %find_lang %{name} %clean %{__rm} -rf ${RPM_BUILD_ROOT} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING ChangeLog NEWS README %{_libdir}/%{name}.so.* %{_libdir}/%{name}/libmatemixer-alsa.so %{_libdir}/%{name}/libmatemixer-null.so %{_libdir}/%{name}/libmatemixer-pulse.so %files devel %defattr(-,root,root,-) %{_includedir}/mate-mixer/%{name} %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc %files docs %defattr(-,root,root,-) %{_datadir}/gtk-doc/html/%{name} %changelog * Tue Dec 01 2015 Yoji TOYODA 1.12.1-1 - new upstream release * Sat Nov 07 2015 Yoji TOYODA 1.12.0-1 - new upstream release * Sat May 09 2015 Yoji TOYODA 1.10.0-1 - initial build