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
|
||||
Version: 3.10.1
|
||||
Version: 4.0.1
|
||||
Release: 1mamba
|
||||
Summary: Media player which uses a skinned interface
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@ -85,27 +85,19 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description devel
|
||||
Development files for Audacious.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%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
|
||||
%configure --prefix=%{_prefix} \
|
||||
--datadir=%{_datadir} \
|
||||
--enable-samplerate \
|
||||
--enable-ipv6 \
|
||||
--enable-chardet
|
||||
%configure \
|
||||
--prefix=%{_prefix} \
|
||||
--datadir=%{_datadir} \
|
||||
--enable-samplerate \
|
||||
--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`"
|
||||
|
||||
%install
|
||||
@ -130,15 +122,14 @@ done
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/audacious
|
||||
%{_bindir}/audtool
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libaudcore.so.*
|
||||
%{_libdir}/libaudqt.so.*
|
||||
%{_libdir}/libaudtag.so.*
|
||||
%attr(755,root,root) %{_datadir}/audacious
|
||||
%attr(755,root,root) %{_datadir}/xmms/Skins
|
||||
%{_datadir}/applications/*
|
||||
#%{_datadir}/pixmaps/audacious2.png
|
||||
%{_datadir}/icons/hicolor/48x48/apps/audacious.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/audacious.svg
|
||||
#%{_datadir}/pixmaps/audacious.png
|
||||
#%{_datadir}/pixmaps/audacious.svg
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
@ -148,15 +139,18 @@ done
|
||||
%{_includedir}/audacious/*
|
||||
%dir %{_includedir}/libaudcore
|
||||
%{_includedir}/libaudcore/*.h
|
||||
%dir %{_includedir}/libaudgui
|
||||
%{_includedir}/libaudgui/*.h
|
||||
#%{_includedir}/libaudtag/*.h
|
||||
#%{_includedir}/libSAD
|
||||
%{_libdir}/*.so
|
||||
%dir %{_includedir}/libaudqt
|
||||
%{_includedir}/libaudqt/*.h
|
||||
%{_libdir}/libaudcore.so
|
||||
%{_libdir}/libaudqt.so
|
||||
%{_libdir}/libaudtag.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
#%doc NEWS README
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user