rpms/servicelog/devel servicelog.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Roman Rakus rrakus at fedoraproject.org
Fri May 21 13:15:28 UTC 2010


Author: rrakus

Update of /cvs/pkgs/rpms/servicelog/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16990

Modified Files:
	.cvsignore sources 
Added Files:
	servicelog.spec 
Log Message:
Initial commit


--- NEW FILE servicelog.spec ---
Name:           servicelog
Version:        1.1.7
Release:        1%{?dist}
Summary:        Servicelog Tools

Group:          System Environment/Base
License:        GPLv2
URL:            http://linux-diag.sourceforge.net/servicelog
Source0:        http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#Requires(pre):       shadow-utils

BuildRequires:  libservicelog-devel >= 1.1.9-2
BuildRequires:  autoconf libtool librtas-devel

# because of librtas-devel in libservicelog
ExclusiveArch: ppc ppc64

%description
Command-line interfaces for viewing and manipulating the contents of
the servicelog database. Contains entries that are useful
for performing system service operations, and for providing a history
of service operations that have been performed on the system.

%prep
%setup -q -n %{name}-1.1

%build
autoreconf -fiv
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/servicelog
%{_bindir}/v1_servicelog
%{_bindir}/v29_servicelog
%{_bindir}/servicelog_notify
%{_bindir}/log_repair_action
%{_sbindir}/slog_common_event
%{_bindir}/servicelog_manage
%{_mandir}/man[18]/*.[18]*

%changelog
* Tue May 18 2010 Roman Rakus <rrakus at redhat.com> - 1.1.7-1
- Initial packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/servicelog/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 May 2010 19:47:11 -0000	1.1
+++ .cvsignore	21 May 2010 13:15:26 -0000	1.2
@@ -0,0 +1 @@
+servicelog-1.1.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/servicelog/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 May 2010 19:47:12 -0000	1.1
+++ sources	21 May 2010 13:15:27 -0000	1.2
@@ -0,0 +1 @@
+553be28e96aa2029690c08faa122e170  servicelog-1.1.7.tar.gz



More information about the scm-commits mailing list