Blame SPECS/dleyna-core.spec

35f8a6
%define api 1.0
35f8a6
35f8a6
Name:           dleyna-core
35f8a6
Version:        0.6.0
35f8a6
Release:        2%{?dist}
35f8a6
Summary:        Utilities for higher level dLeyna libraries
35f8a6
35f8a6
License:        LGPLv2
35f8a6
URL:            https://01.org/dleyna/
35f8a6
Source0:        https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar_3.gz
35f8a6
35f8a6
BuildRequires:  autoconf
35f8a6
BuildRequires:  automake
35f8a6
BuildRequires:  libtool
35f8a6
BuildRequires:  pkgconfig
35f8a6
BuildRequires:  pkgconfig(gio-2.0)
35f8a6
BuildRequires:  pkgconfig(glib-2.0)
35f8a6
BuildRequires:  pkgconfig(gmodule-2.0)
35f8a6
BuildRequires:  pkgconfig(gupnp-1.0)
35f8a6
35f8a6
%description
35f8a6
A set of utility functions that are used by the higher level dLeyna libraries
35f8a6
to communicate with DLNA devices. It provides APIs for logging, error, settings
35f8a6
and task management, and an IPC abstraction.
35f8a6
35f8a6
%package        devel
35f8a6
Summary:        Development files for %{name}
35f8a6
Requires:       %{name}%{?_isa} = %{version}-%{release}
35f8a6
35f8a6
%description    devel
35f8a6
The %{name}-devel package contains libraries and header files for
35f8a6
developing applications that use %{name}.
35f8a6
35f8a6
35f8a6
%prep
35f8a6
%setup -q
35f8a6
35f8a6
35f8a6
%build
35f8a6
autoreconf -f -i
35f8a6
%configure \
35f8a6
  --disable-silent-rules \
35f8a6
  --disable-static
35f8a6
35f8a6
make %{?_smp_mflags}
35f8a6
35f8a6
35f8a6
%install
35f8a6
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
35f8a6
find $RPM_BUILD_ROOT -name '*.la' -delete
35f8a6
35f8a6
%post -p /sbin/ldconfig
35f8a6
35f8a6
%postun -p /sbin/ldconfig
35f8a6
35f8a6
35f8a6
%files
35f8a6
%license COPYING
35f8a6
%doc AUTHORS
35f8a6
%doc ChangeLog
35f8a6
%doc README
35f8a6
%{_libdir}/libdleyna-core-%{api}.so.*
35f8a6
35f8a6
%files devel
35f8a6
%{_libdir}/libdleyna-core-%{api}.so
35f8a6
%{_libdir}/pkgconfig/%{name}-%{api}.pc
35f8a6
35f8a6
%dir %{_includedir}/dleyna-%{api}
35f8a6
%dir %{_includedir}/dleyna-%{api}/libdleyna
35f8a6
%{_includedir}/dleyna-%{api}/libdleyna/core
35f8a6
35f8a6
35f8a6
%changelog
35f8a6
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
35f8a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
35f8a6
35f8a6
* Thu Oct 05 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.6.0-1
35f8a6
- Update to 0.6.0
35f8a6
35f8a6
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-7
35f8a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
35f8a6
35f8a6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-6
35f8a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
35f8a6
35f8a6
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-5
35f8a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
35f8a6
35f8a6
* Thu Sep 15 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.5.0-4
35f8a6
- Don't schedule dleyna_task_processor_t->on_quit_cb more than once
35f8a6
  (RH #1251366)
35f8a6
- Remove all queues before dleyna_task_processor_t->on_quit_cb is run
35f8a6
  (RH #1205574, #1360209)
35f8a6
35f8a6
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
35f8a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
35f8a6
35f8a6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
35f8a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
35f8a6
35f8a6
* Wed May 06 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.5.0-1
35f8a6
- Update to 0.5.0
35f8a6
35f8a6
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-3
35f8a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
35f8a6
35f8a6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
35f8a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
35f8a6
35f8a6
* Wed Jan 15 2014 Bastien Nocera <bnocera@redhat.com> - 0.4.0-1
35f8a6
- Update to 0.4.0
35f8a6
35f8a6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2
35f8a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
35f8a6
35f8a6
* Wed Jun 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.1.0-1
35f8a6
- Initial spec.