automatic version update by autodist [release 1.3.3-1mamba;Wed Aug 28 2019]
This commit is contained in:
parent
cfee446a18
commit
a15671ee02
21
libflac.spec
21
libflac.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libflac
|
Name: libflac
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Free Lossless Audio Codec (FLAC)
|
Summary: Free Lossless Audio Codec (FLAC)
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
@ -92,7 +92,7 @@ This package contains the Flac plugin for XMMS.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n flac-%{version}
|
%setup -q -n flac-%{version}
|
||||||
%patch2 -p1
|
#%patch2 -p1
|
||||||
#%patch3 -p1
|
#%patch3 -p1
|
||||||
#%patch4 -p1
|
#%patch4 -p1
|
||||||
#%patch5 -p0
|
#%patch5 -p0
|
||||||
@ -113,8 +113,8 @@ This package contains the Flac plugin for XMMS.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
cp AUTHORS COPYING* README \
|
#cp AUTHORS COPYING* README \
|
||||||
%{buildroot}%{_datadir}/doc/flac-%{version}
|
# %{buildroot}%{_datadir}/doc/flac-%{version}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -129,10 +129,7 @@ cp AUTHORS COPYING* README \
|
|||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_mandir}/man1/flac.*
|
%{_mandir}/man1/flac.*
|
||||||
%{_mandir}/man1/metaflac.*
|
%{_mandir}/man1/metaflac.*
|
||||||
%dir %{_datadir}/doc/flac-%{version}
|
%doc AUTHORS COPYING.*
|
||||||
%{_datadir}/doc/flac-%{version}/AUTHORS
|
|
||||||
%{_datadir}/doc/flac-%{version}/COPYING*
|
|
||||||
%{_datadir}/doc/flac-%{version}/README
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -153,9 +150,8 @@ cp AUTHORS COPYING* README \
|
|||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/doc/flac-%{version}
|
%dir %{_datadir}/doc/flac
|
||||||
%{_datadir}/doc/flac-%{version}/FLAC.tag
|
%{_datadir}/doc/flac/*
|
||||||
%{_datadir}/doc/flac-%{version}/html/*
|
|
||||||
|
|
||||||
#%if "%{stage1}" != "1"
|
#%if "%{stage1}" != "1"
|
||||||
#%files plugins-xmms
|
#%files plugins-xmms
|
||||||
@ -165,6 +161,9 @@ cp AUTHORS COPYING* README \
|
|||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Feb 03 2017 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
* Fri Feb 03 2017 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user