automatic version update by autodist [release 4.0.1-1mamba;Tue Apr 07 2020]
This commit is contained in:
parent
0e4577052d
commit
4f6e3ff0f0
@ -1,5 +1,5 @@
|
|||||||
Name: audacious
|
Name: audacious
|
||||||
Version: 3.10.1
|
Version: 4.0.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Media player which uses a skinned interface
|
Summary: Media player which uses a skinned interface
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -85,27 +85,19 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
Development files for Audacious.
|
Development files for Audacious.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# Read xmms skins directory
|
|
||||||
#%patch0 -p1 -b .xmms-skins
|
|
||||||
# Use AbsoluteE as default skin
|
|
||||||
#%patch1 -p1 -b .default-skin
|
|
||||||
# Relative symlink paths
|
|
||||||
#%patch2 -p1 -b .relative-links
|
|
||||||
# Filename id3tag
|
|
||||||
#%patch3 -p1 -b .id3tag-close-file
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --prefix=%{_prefix} \
|
%configure \
|
||||||
--datadir=%{_datadir} \
|
--prefix=%{_prefix} \
|
||||||
--enable-samplerate \
|
--datadir=%{_datadir} \
|
||||||
--enable-ipv6 \
|
--enable-samplerate \
|
||||||
--enable-chardet
|
--enable-ipv6 \
|
||||||
|
--enable-chardet
|
||||||
|
|
||||||
## --disable-dependency-tracking \
|
|
||||||
## --disable-gnome-vfs \
|
|
||||||
## --disable-rpath \
|
|
||||||
%make GLIB_LIBS="`pkg-config --libs glib-2.0` `pkg-config --libs gmodule-2.0`"
|
%make GLIB_LIBS="`pkg-config --libs glib-2.0` `pkg-config --libs gmodule-2.0`"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -130,15 +122,14 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/audacious
|
%{_bindir}/audacious
|
||||||
%{_bindir}/audtool
|
%{_bindir}/audtool
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libaudcore.so.*
|
||||||
|
%{_libdir}/libaudqt.so.*
|
||||||
|
%{_libdir}/libaudtag.so.*
|
||||||
%attr(755,root,root) %{_datadir}/audacious
|
%attr(755,root,root) %{_datadir}/audacious
|
||||||
%attr(755,root,root) %{_datadir}/xmms/Skins
|
%attr(755,root,root) %{_datadir}/xmms/Skins
|
||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
#%{_datadir}/pixmaps/audacious2.png
|
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/audacious.png
|
%{_datadir}/icons/hicolor/48x48/apps/audacious.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/audacious.svg
|
%{_datadir}/icons/hicolor/scalable/apps/audacious.svg
|
||||||
#%{_datadir}/pixmaps/audacious.png
|
|
||||||
#%{_datadir}/pixmaps/audacious.svg
|
|
||||||
%{_mandir}/man1/*.1.gz
|
%{_mandir}/man1/*.1.gz
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
@ -148,15 +139,18 @@ done
|
|||||||
%{_includedir}/audacious/*
|
%{_includedir}/audacious/*
|
||||||
%dir %{_includedir}/libaudcore
|
%dir %{_includedir}/libaudcore
|
||||||
%{_includedir}/libaudcore/*.h
|
%{_includedir}/libaudcore/*.h
|
||||||
%dir %{_includedir}/libaudgui
|
%dir %{_includedir}/libaudqt
|
||||||
%{_includedir}/libaudgui/*.h
|
%{_includedir}/libaudqt/*.h
|
||||||
#%{_includedir}/libaudtag/*.h
|
%{_libdir}/libaudcore.so
|
||||||
#%{_includedir}/libSAD
|
%{_libdir}/libaudqt.so
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libaudtag.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
#%doc NEWS README
|
#%doc NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 07 2020 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jan 02 2019 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
* Wed Jan 02 2019 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user