Blame SPECS/telepathy-logger.spec

d5a993
Name:           telepathy-logger
d5a993
Version:        0.8.0
2bda13
Release:        5%{?dist}
d5a993
Summary:        Telepathy framework logging daemon
d5a993
d5a993
Group:          Applications/Communications
d5a993
License:        LGPLv2+
d5a993
URL:            http://telepathy.freedesktop.org/wiki/Logger
d5a993
Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.bz2
d5a993
d5a993
BuildRequires:  dbus-devel >= 1.1.0
d5a993
BuildRequires:  dbus-glib-devel >= 0.82
d5a993
BuildRequires:  telepathy-glib-devel >= 0.19.2
d5a993
BuildRequires:  glib2-devel >= 2.25.11
d5a993
BuildRequires:  sqlite-devel
d5a993
BuildRequires:  libxml2-devel
d5a993
BuildRequires:	gnome-doc-utils
d5a993
BuildRequires:	intltool
d5a993
BuildRequires:  gobject-introspection-devel
d5a993
## Build Requires needed for tests.
d5a993
#BuildRequires:	python
d5a993
#BuildRequires:	python-twisted
d5a993
d5a993
Requires:       telepathy-filesystem
d5a993
d5a993
%description
d5a993
%{name} is a headless Observer client that logs information
d5a993
received by the Telepathy framework. It features pluggable
d5a993
backends to log different sorts of messages, in different formats.
d5a993
d5a993
d5a993
%package        devel
d5a993
Summary:        Development files for %{name}
d5a993
Group:          Development/Libraries
d5a993
Requires:       %{name}%{?_isa} = %{version}-%{release}
d5a993
d5a993
%description devel
d5a993
The %{name}-devel package contains libraries and header files for
d5a993
developing applications that use %{name}.
d5a993
d5a993
d5a993
%prep
d5a993
%setup -q
d5a993
d5a993
# more rpath hacks
d5a993
%if "%{_libdir}" != "/usr/lib"
d5a993
sed -i.rpath -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
d5a993
%endif
d5a993
d5a993
d5a993
%build
d5a993
%configure --disable-static --enable-introspection=yes
d5a993
#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
d5a993
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
d5a993
make %{?_smp_mflags} V=1
d5a993
d5a993
d5a993
%install
d5a993
make install DESTDIR=$RPM_BUILD_ROOT
d5a993
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
d5a993
d5a993
2bda13
%check
2bda13
make check
d5a993
d5a993
d5a993
%post -p /sbin/ldconfig
d5a993
d5a993
d5a993
%postun
d5a993
/sbin/ldconfig
d5a993
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &>/dev/null ||:
d5a993
d5a993
d5a993
%posttrans
d5a993
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &>/dev/null ||:
d5a993
d5a993
d5a993
%files
d5a993
%defattr(-,root,root,-)
d5a993
%doc COPYING NEWS README
d5a993
%{_libexecdir}/%{name}
d5a993
%{_libdir}/libtelepathy-logger.so.3*
d5a993
%{_datadir}/glib-2.0/schemas/org.freedesktop.Telepathy.Logger.gschema.xml
d5a993
%{_datadir}/telepathy/clients/Logger.client
d5a993
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service
d5a993
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Logger.service
d5a993
%{_libdir}/girepository-1.0/TelepathyLogger-0.2.typelib
d5a993
d5a993
d5a993
%files devel
d5a993
%defattr(-,root,root,-)
d5a993
%doc %{_datadir}/gtk-doc/html/%{name}/
d5a993
%{_libdir}/libtelepathy-logger.so
d5a993
%{_libdir}/pkgconfig/telepathy-logger-0.2.pc
d5a993
%dir %{_includedir}/telepathy-logger-0.2
d5a993
%{_includedir}/telepathy-logger-0.2/telepathy-logger/
d5a993
%{_datadir}/gir-1.0/TelepathyLogger-0.2.gir
d5a993
d5a993
d5a993
%changelog
2bda13
* Wed Feb 12 2014 Matěj Cepl <mcepl@redhat.com> - 0.8.0-5
2bda13
- Enable %check section.
2bda13
  Resolves: #1064378
2bda13
2bda13
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.8.0-4
2bda13
- Mass rebuild 2014-01-24
2bda13
2bda13
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.8.0-3
2bda13
- Mass rebuild 2013-12-27
2bda13
d5a993
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2
d5a993
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d5a993
d5a993
* Mon Jan 21 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.8.0-1
d5a993
- Update to 0.8.0
d5a993
d5a993
* Fri Nov 30 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.6.0-3
d5a993
- Rebuild.
d5a993
d5a993
* Wed Oct 31 2012 Rex Dieter <rdieter@fedoraproject.org> - 0.6.0-2
d5a993
- track sonames so bumps aren't a surprise
d5a993
- verbose build
d5a993
- rpath whack-a-mole
d5a993
d5a993
* Tue Oct 30 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.6.0-1
d5a993
- Update to 0.6.0
d5a993
- Bump minimum version of tp-glib needed.
d5a993
d5a993
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-4
d5a993
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d5a993
d5a993
* Thu Jun 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.4.0-3
d5a993
- Drop depreciated enable-call option.
d5a993
d5a993
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 0.4.0-2
d5a993
- Silence rpm scriptlet output
d5a993
d5a993
* Thu Apr  5 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.4.0-1
d5a993
- Update to 0.4.0.
d5a993
d5a993
* Tue Apr  3 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.2.13-1
d5a993
- Update to 0.2.13.
d5a993
d5a993
* Sun Jan 08 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.2.12-3
d5a993
- Rebuild for new gcc.
d5a993
d5a993
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.12-2
d5a993
- Enable call support again.
d5a993
d5a993
* Wed Nov  2 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.12-1
d5a993
- Update to 0.2.12.
d5a993
d5a993
* Mon Oct 31 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.11-1
d5a993
- Update to 0.2.11.
d5a993
d5a993
* Tue Aug 23 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.10-3
d5a993
- Disable call logging.
d5a993
d5a993
* Fri Jun 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.10-2
d5a993
- Enable call support.
d5a993
d5a993
* Thu May 26 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.10-1
d5a993
- Update to 0.2.10.
d5a993
d5a993
* Fri May  6 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.9-1
d5a993
- Update to 0.2.9.
d5a993
d5a993
* Thu Mar 31 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.8-1
d5a993
- Update to 0.2.8.
d5a993
- Bump minimum version of tp-glib needed.
d5a993
- Drop infinite loop patch. Fixed upstream.
d5a993
d5a993
* Wed Mar 30 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.7-2
d5a993
- Backport patch from upstream git for a change that wasn't included with original
d5a993
  tarball. Refer to http://lists.freedesktop.org/archives/telepathy/2011-March/005381.html
d5a993
d5a993
* Fri Mar 25 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.7-1
d5a993
- Update to 0.2.7.
d5a993
d5a993
* Tue Mar 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.6-1
d5a993
- Update to 0.2.6.
d5a993
- Enable gobject-introspection.
d5a993
d5a993
* Tue Mar  8 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.5-1
d5a993
- Update to 0.2.5.
d5a993
d5a993
* Tue Mar  1 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.4-1
d5a993
- Update to 0.2.4.
d5a993
d5a993
* Mon Feb 28 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.3-1
d5a993
- Update to 0.2.3.
d5a993
d5a993
* Mon Feb 28 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.2-1
d5a993
- Update to 0.2.2.
d5a993
d5a993
* Thu Feb 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.1-1
d5a993
- Update to 0.2.1.
d5a993
d5a993
* Thu Feb 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
d5a993
- Update to 0.2.0.
d5a993
d5a993
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.7-2
d5a993
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d5a993
d5a993
* Mon Nov 29 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.7-1
d5a993
- Update to 0.1.7.
d5a993
d5a993
* Wed Oct 13 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.6-1
d5a993
- Update to 0.1.6.
d5a993
d5a993
* Mon Aug 16 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.5-1
d5a993
- Update to 0.1.5.
d5a993
- Modify spec for change from GConf to gsettings.
d5a993
- Add BR on intltool.
d5a993
d5a993
* Fri Jul  9 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
d5a993
- Update to 0.1.4.
d5a993
d5a993
* Wed Jul  7 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-2
d5a993
- Remove unnecessary buildroot info.
d5a993
- Remove rpath.
d5a993
d5a993
* Mon Jun 28 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
d5a993
- Initial Fedora spec file.