Blame SPECS/dleyna-server.spec

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