Blame SPECS/dleyna-server.spec

605dba
%global api 1.0
605dba
605dba
Name:           dleyna-server
605dba
Version:        0.6.0
be1019
Release:        3%{?dist}
605dba
Summary:        Service for interacting with Digital Media Servers
605dba
605dba
License:        LGPLv2
605dba
URL:            https://01.org/dleyna/
605dba
Source0:        https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar_2.gz
605dba
be1019
# https://bugzilla.redhat.com/show_bug.cgi?id=1464902
be1019
Patch0:         dleyna-server-Avoid-possible-crash-when-getting-server-properties.patch
be1019
605dba
BuildRequires:  autoconf automake libtool
605dba
BuildRequires:  pkgconfig(dleyna-core-1.0) >= 0.5.0
605dba
BuildRequires:  pkgconfig(gio-2.0) >= 2.28
605dba
BuildRequires:  pkgconfig(glib-2.0) >= 2.28
605dba
BuildRequires:  pkgconfig(gobject-2.0) >= 2.28
605dba
BuildRequires:  pkgconfig(gssdp-1.0) >= 0.13.2
605dba
BuildRequires:  pkgconfig(gupnp-1.0) >= 0.20.3
605dba
BuildRequires:  pkgconfig(gupnp-av-1.0) >= 0.11.5
605dba
BuildRequires:  pkgconfig(gupnp-dlna-2.0) >= 0.9.4
605dba
BuildRequires:  pkgconfig(libsoup-2.4) >= 2.28.2
605dba
Requires:       dbus
605dba
Requires:       dleyna-connector-dbus%{?_isa}
605dba
605dba
%description
605dba
D-Bus service for clients to discover and manipulate DLNA Digital Media
605dba
Servers (DMSes).
605dba
605dba
605dba
%prep
605dba
%setup -q
be1019
%patch0 -p1
605dba
605dba
605dba
%build
605dba
autoreconf -fiv
605dba
%configure \
605dba
  --disable-silent-rules \
605dba
  --disable-static
605dba
605dba
# Omit unused direct shared library dependencies.
605dba
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
605dba
605dba
%make_build
605dba
605dba
605dba
%install
605dba
%make_install
605dba
find $RPM_BUILD_ROOT -name '*.la' -delete -print
605dba
605dba
# We don't need a -devel package because only the daemon is supposed to be
605dba
# using the library.
605dba
rm -rf $RPM_BUILD_ROOT/%{_includedir}
605dba
rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/libdleyna-server-%{api}.so
605dba
rm -rf $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
605dba
605dba
605dba
%files
605dba
%license COPYING
605dba
%doc AUTHORS
605dba
%doc ChangeLog
605dba
%doc README
605dba
%{_datadir}/dbus-1/services/com.intel.%{name}.service
605dba
605dba
%dir %{_libdir}/%{name}
605dba
%{_libdir}/%{name}/libdleyna-server-%{api}.so.*
605dba
605dba
%{_libexecdir}/%{name}-service
605dba
%config(noreplace) %{_sysconfdir}/%{name}-service.conf
605dba
605dba
605dba
%changelog
be1019
* Fri Dec 11 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.6.0-3
be1019
- Avoid crash when getting server properties
be1019
Resolves: #1464902
be1019
605dba
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
605dba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
605dba
605dba
* Fri Oct 06 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.6.0-1
605dba
- Update to 0.6.0
605dba
605dba
* Thu Oct 05 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.5.0-9
605dba
- Use arch-specific Requires on dleyna-connector-dbus
605dba
605dba
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-8
605dba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
605dba
605dba
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-7
605dba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
605dba
605dba
* Fri Mar 03 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.5.0-6
605dba
- Fix build failure due to missing header
605dba
605dba
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-5
605dba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
605dba
605dba
* Fri Sep 16 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.5.0-4
605dba
- Fix crash due to double-free when destroying the same dls_upnp_t or
605dba
  dls_manager_t twice (RH #1251365)
605dba
- Use make_build and make_install macros
605dba
- Update minimum required versions; use pkgconfig(...) for BRs
605dba
- Miscellaneous clean-ups
605dba
605dba
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
605dba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
605dba
605dba
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
605dba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
605dba
605dba
* Tue May 12 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.5.0-1
605dba
- Update to 0.5.0
605dba
605dba
* Mon May 11 2015 Nils Philippsen <nils@redhat.com> - 0.4.0-8
605dba
- rebuild for new dleyna-core
605dba
605dba
* Tue Feb 24 2015 Bastien Nocera <bnocera@redhat.com> 0.4.0-7
605dba
- Fix warning on totem startup
605dba
605dba
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-6
605dba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
605dba
605dba
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-5
605dba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
605dba
605dba
* Mon Feb 24 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.4.0-4
605dba
- Pass -v to autoreconf and -print to find
605dba
605dba
* Fri Feb 21 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.4.0-3
605dba
- Fix the Source0 as per
605dba
  https://fedoraproject.org/wiki/Packaging:SourceURL#Github
605dba
605dba
* Tue Feb 11 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.4.0-2
605dba
- Mention the full commit hash corresponding to the release as per
605dba
  https://fedoraproject.org/wiki/Packaging:SourceURL#Github
605dba
605dba
* Wed Jan 15 2014 Bastien Nocera <bnocera@redhat.com> - 0.4.0-1
605dba
- Initial version