Blame SPECS/servicelog.spec

39fb11
Name:           servicelog
39fb11
Version:        1.1.14
39fb11
Release:        3%{?dist}
39fb11
Summary:        Servicelog Tools
39fb11
39fb11
Group:          System Environment/Base
39fb11
License:        GPLv2
39fb11
URL:            http://linux-diag.sourceforge.net/servicelog
39fb11
Source0:        http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
39fb11
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
39fb11
39fb11
#Requires(pre):       shadow-utils
39fb11
39fb11
BuildRequires:  libservicelog-devel >= 1.1.9-2
39fb11
BuildRequires:  autoconf libtool help2man
39fb11
39fb11
# because of librtas-devel in libservicelog
39fb11
ExclusiveArch:  ppc64 ppc64le
39fb11
39fb11
%description
39fb11
Command-line interfaces for viewing and manipulating the contents of
39fb11
the servicelog database. Contains entries that are useful
39fb11
for performing system service operations, and for providing a history
39fb11
of service operations that have been performed on the system.
39fb11
39fb11
%prep
39fb11
%setup -q
39fb11
./bootstrap.sh
39fb11
39fb11
%build
39fb11
%configure
39fb11
%{__make} %{?_smp_mflags}
39fb11
39fb11
39fb11
%install
39fb11
%{__rm} -rf $RPM_BUILD_ROOT
39fb11
%{__make} install DESTDIR=$RPM_BUILD_ROOT
39fb11
help2man -s 8 -N $RPM_BUILD_ROOT/%{_sbindir}/slog_common_event > $RPM_BUILD_ROOT/%{_mandir}/man8/slog_common_event.8
39fb11
39fb11
%files
39fb11
%doc COPYING
39fb11
%{_bindir}/servicelog
39fb11
%{_bindir}/v1_servicelog
39fb11
%{_bindir}/v29_servicelog
39fb11
%{_bindir}/servicelog_notify
39fb11
%{_bindir}/log_repair_action
39fb11
%{_sbindir}/slog_common_event
39fb11
%{_bindir}/servicelog_manage
39fb11
%{_mandir}/man[18]/*.[18]*
39fb11
39fb11
%changelog
39fb11
* Thu May 05 2016 Sinny Kumari <skumari@redhat.com> - 1.1.14-3
39fb11
- Fix release number in Changelog and Release
39fb11
39fb11
* Thu May 05 2016 Sinny Kumari <skumari@redhat.com> - 1.1.14-1
39fb11
- Resolves: #1182028 - servicelog package update 
39fb11
39fb11
* Fri Sep 05 2014 Jakub Čajka <jcajka@redhat.com> - 1.1.13-2
39fb11
- Related: #1088495 - trimed buildRequires
39fb11
39fb11
* Thu Sep 04 2014 Jakub Čajka <jcajka@redhat.com> - 1.1.13-1
39fb11
- Related: #1088495 - [7.1 FEAT] servicelog package update - ppc64
39fb11
- Rebase to 1.1.13
39fb11
39fb11
* Thu Aug 21 2014 Jakub Čajka <jcajka@redhat.com> - 1.1.12-1
39fb11
- Resolves: #1124011 - servicelog needs ppc64le added to ExclusiveArch
39fb11
- Resolves: #1088495 - [7.1 FEAT] servicelog package update - ppc64
39fb11
39fb11
* Mon Apr 28 2014 Jakub Čajka <jcajka@redhat.com> - 1.1.11-3
39fb11
- Resolves: #1088413 - RHEL7.0 - servicelog: License: Grant permission to link with librtas library
39fb11
39fb11
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.1.11-2
39fb11
- Mass rebuild 2013-12-27
39fb11
39fb11
* Tue May 21 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.1.11
39fb11
- Update to latest upstream 1.1.11
39fb11
39fb11
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.10-3
39fb11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
39fb11
39fb11
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.10-2
39fb11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
39fb11
39fb11
* Tue May 08 2012 Karsten Hopp <karsten@redhat.com> 1.1.10-1
39fb11
- update to servicelog-1.1.10
39fb11
39fb11
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-2
39fb11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
39fb11
39fb11
* Tue Aug 09 2011 Jiri Skala <jskala@redhat.com> - 1.1.9-1
39fb11
- update to latest upstream 1.1.9
39fb11
39fb11
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.7-3
39fb11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
39fb11
39fb11
* Wed Jun 16 2010 Roman Rakus <rrakus@redhat.com> - 1.1.7-2
39fb11
- Generate missing man page from help (help2man)
39fb11
39fb11
* Tue May 18 2010 Roman Rakus <rrakus@redhat.com> - 1.1.7-1
39fb11
- Initial packaging
39fb11