0.12.8, use license
This commit is contained in:
parent
1919deb8ee
commit
9cce6a6d53
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/gupnp-av-0.*.tar.xz
|
/gupnp-av-0.*.tar.xz
|
||||||
|
/gupnp-0.20.16.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: gupnp-av
|
Name: gupnp-av
|
||||||
Version: 0.12.7
|
Version: 0.12.8
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A collection of helpers for building UPnP AV applications
|
Summary: A collection of helpers for building UPnP AV applications
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -66,7 +66,9 @@ make check %{?_smp_mflags} V=1
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING README
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING
|
||||||
|
%doc AUTHORS README
|
||||||
%{_libdir}/libgupnp-av-1.0.so.*
|
%{_libdir}/libgupnp-av-1.0.so.*
|
||||||
%{_libdir}/girepository-1.0/GUPnPAV-1.0.typelib
|
%{_libdir}/girepository-1.0/GUPnPAV-1.0.typelib
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
@ -82,6 +84,11 @@ make check %{?_smp_mflags} V=1
|
|||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 11 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.8-1
|
||||||
|
- 0.12.8 release
|
||||||
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.8.news
|
||||||
|
- Use %%license
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.7-3
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.7-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user