diff --git a/pipewire.spec b/pipewire.spec index 0b04768..e69b505 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -1,5 +1,5 @@ Name: pipewire -Version: 0.2.6 +Version: 0.2.7 Release: 1mamba Summary: Multimedia processing graphs Group: Applications/Multimedia @@ -60,7 +60,7 @@ This package contains libraries and header files for developing applications tha [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %meson_install -%find_lang %{name} || touch %{name}.lang +#%find_lang %{name} || touch %{name}.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -68,7 +68,8 @@ This package contains libraries and header files for developing applications tha %post -n lib%{name} -p /sbin/ldconfig %postun -n lib%{name} -p /sbin/ldconfig -%files -f %{name}.lang +%files +#-f %{name}.lang %defattr(-,root,root) %{_sysconfdir}/pipewire/pipewire.conf %{_bindir}/pipewire @@ -101,5 +102,8 @@ This package contains libraries and header files for developing applications tha %doc NEWS README %changelog +* Fri Oct 04 2019 Automatic Build System 0.2.7-1mamba +- automatic version update by autodist + * Sat Jul 06 2019 Silvan Calarco 0.2.6-1mamba - package created using the webbuild interface