Blame SPECS/dleyna-renderer.spec

90f887
%global api 1.0
90f887
90f887
Name:           dleyna-renderer
90f887
Version:        0.6.0
c04722
Release:        3%{?dist}
90f887
Summary:        Service for interacting with Digital Media Renderers
90f887
90f887
License:        LGPLv2
90f887
URL:            https://01.org/dleyna/
90f887
Source0:        https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar_2.gz
90f887
90f887
# https://bugzilla.gnome.org/show_bug.cgi?id=741257
90f887
Patch0:         0001-UPnP-Disconnect-signal-handlers-during-destruction.patch
90f887
c04722
# https://bugzilla.redhat.com/show_bug.cgi?id=1612579
c04722
Patch1:         0001-Add-a-manual.patch
c04722
90f887
BuildRequires:  autoconf
90f887
BuildRequires:  automake
c04722
BuildRequires:  docbook-style-xsl
90f887
BuildRequires:  libtool
c04722
BuildRequires:  libxslt
90f887
BuildRequires:  pkgconfig
90f887
BuildRequires:  pkgconfig(dleyna-core-1.0)
90f887
BuildRequires:  pkgconfig(gio-2.0)
90f887
BuildRequires:  pkgconfig(glib-2.0)
90f887
BuildRequires:  pkgconfig(gssdp-1.0)
90f887
BuildRequires:  pkgconfig(gupnp-1.0)
90f887
BuildRequires:  pkgconfig(gupnp-av-1.0)
90f887
BuildRequires:  pkgconfig(gupnp-dlna-2.0)
90f887
BuildRequires:  pkgconfig(libsoup-2.4)
90f887
Requires:       dbus
90f887
Requires:       dleyna-connector-dbus%{?_isa}
90f887
90f887
%description
90f887
D-Bus service for clients to discover and manipulate DLNA Digital Media
90f887
Renderers (DMRs).
90f887
90f887
90f887
%package        devel
90f887
Summary:        Development files for %{name}
90f887
Requires:       %{name}%{?_isa} = %{version}-%{release}
90f887
90f887
%description    devel
90f887
The %{name}-devel package contains libraries and header files for
90f887
developing applications that use %{name}.
90f887
90f887
90f887
%prep
90f887
%setup -q
90f887
%patch0 -p1
c04722
%patch1 -p1
90f887
90f887
90f887
%build
90f887
autoreconf -f -i
90f887
%configure \
90f887
  --disable-silent-rules \
90f887
  --disable-static
90f887
90f887
# Omit unused direct shared library dependencies.
90f887
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
90f887
90f887
make %{?_smp_mflags}
90f887
90f887
90f887
%install
90f887
%make_install
90f887
find $RPM_BUILD_ROOT -name '*.la' -delete
90f887
90f887
# We don't need to install the headers because only the daemon is supposed to be
90f887
# using the library.
90f887
rm -rf $RPM_BUILD_ROOT/%{_includedir}
90f887
rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/libdleyna-renderer-%{api}.so
90f887
90f887
90f887
%files
90f887
%license COPYING
90f887
%doc AUTHORS
90f887
%doc ChangeLog
90f887
%doc README
90f887
%{_datadir}/dbus-1/services/com.intel.%{name}.service
c04722
%{_datadir}/man/man5/%{name}-service.conf.5*
c04722
90f887
90f887
%dir %{_libdir}/%{name}
90f887
%{_libdir}/%{name}/libdleyna-renderer-%{api}.so.*
90f887
90f887
%{_libexecdir}/%{name}-service
90f887
%config(noreplace) %{_sysconfdir}/%{name}-service.conf
90f887
90f887
%files devel
90f887
%{_libdir}/pkgconfig/dleyna-renderer-service-%{api}.pc
90f887
90f887
90f887
%changelog
c04722
* Sun Aug 23 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.6.0-3
c04722
- Add a manual
c04722
Resolves: #1612579
c04722
90f887
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
90f887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
90f887
90f887
* Fri Oct 06 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.6.0-1
90f887
- Update to 0.6.0
90f887
90f887
* Fri Oct 06 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.5.0-9
90f887
- Use arch-specific Requires on dleyna-connector-dbus
90f887
90f887
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-8
90f887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
90f887
90f887
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-7
90f887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
90f887
90f887
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-6
90f887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
90f887
90f887
* Thu Sep 15 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.5.0-5
90f887
- Avoid any attempts to delete the same dlr_upnp_t twice (RH #1251366)
90f887
90f887
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4
90f887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
90f887
90f887
* Thu Jan 21 2016 Kalev Lember <klember@redhat.com> - 0.5.0-3
90f887
- Add -devel subpackage with the .pc file
90f887
- Use make_install macro
90f887
- Use license macro for COPYING
90f887
90f887
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
90f887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
90f887
90f887
* Thu May 07 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.5.0-1
90f887
- Update to 0.5.0
90f887
90f887
* Tue Jan 20 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.4.0-4
90f887
- Fix crash when spawned by a call to com.intel.dLeynaRenderer.Manager.Release
90f887
  (RH #1154788)
90f887
90f887
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-3
90f887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
90f887
90f887
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
90f887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
90f887
90f887
* Wed Jan 15 2014 Bastien Nocera <bnocera@redhat.com> - 0.4.0-1
90f887
- Update to 0.4.0
90f887
90f887
* Mon Sep 02 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.1.3-2
90f887
- Do not remove the rpaths anymore because the library has now been moved to a
90f887
  private location.
90f887
90f887
* Mon Sep 02 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.1.3-1
90f887
- Update to 0.1.3.
90f887
90f887
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-2
90f887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
90f887
90f887
* Wed Jun 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.1.1-1
90f887
- Initial spec.