automatic version update by autodist [release 1.0.3-1mamba;Sun Aug 22 2021]
This commit is contained in:
parent
131b62001d
commit
174071024f
28
gsound.spec
28
gsound.spec
@ -1,25 +1,20 @@
|
|||||||
Name: gsound
|
Name: gsound
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A small library for playing system sounds
|
Summary: A small library for playing system sounds
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://live.gnome.org
|
URL: https://wiki.gnome.org/
|
||||||
Source: http://ftp.acc.umu.se/pub/GNOME/sources/gsound/1.0/gsound-%{version}.tar.xz
|
Source: http://ftp.acc.umu.se/pub/GNOME/sources/gsound/1.0/gsound-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libcanberra-devel
|
BuildRequires: libcanberra-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libltdl-devel
|
|
||||||
BuildRequires: libogg-devel
|
|
||||||
BuildRequires: libtdb-devel
|
|
||||||
BuildRequires: libvorbis-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GSound is a small library for playing system sounds.
|
GSound is a small library for playing system sounds.
|
||||||
@ -55,12 +50,14 @@ This package includes the %{name} API documentation.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc
|
%meson \
|
||||||
%make
|
-Dgtk_doc=true
|
||||||
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -71,6 +68,7 @@ This package includes the %{name} API documentation.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gsound-play
|
%{_bindir}/gsound-play
|
||||||
|
%{_mandir}/man1/gsound-play.1*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -83,8 +81,6 @@ This package includes the %{name} API documentation.
|
|||||||
%{_includedir}/gsound-attr.h
|
%{_includedir}/gsound-attr.h
|
||||||
%{_includedir}/gsound-context.h
|
%{_includedir}/gsound-context.h
|
||||||
%{_includedir}/gsound.h
|
%{_includedir}/gsound.h
|
||||||
%{_libdir}/libgsound.a
|
|
||||||
%{_libdir}/libgsound.la
|
|
||||||
%{_libdir}/libgsound.so
|
%{_libdir}/libgsound.so
|
||||||
%{_libdir}/pkgconfig/gsound.pc
|
%{_libdir}/pkgconfig/gsound.pc
|
||||||
%{_datadir}/gir-1.0/GSound-1.0.gir
|
%{_datadir}/gir-1.0/GSound-1.0.gir
|
||||||
@ -94,10 +90,12 @@ This package includes the %{name} API documentation.
|
|||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/gtk-doc/html/gsound
|
%dir %{_datadir}/gtk-doc/html/gsound-%{version}
|
||||||
%{_datadir}/gtk-doc/html/gsound/*
|
%{_datadir}/gtk-doc/html/gsound-%{version}/*
|
||||||
%{_datadir}/gtk-doc/html/gsound/up.png
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 22 2021 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Oct 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
* Thu Oct 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user