Author: qboosh                       Date: Tue May  3 11:59:47 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/servicelog:
   servicelog.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/servicelog/servicelog.spec
diff -u /dev/null packages/servicelog/servicelog.spec:1.1
--- /dev/null   Tue May  3 13:59:47 2011
+++ packages/servicelog/servicelog.spec Tue May  3 13:59:41 2011
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+Summary:       Servicelog tools
+Summary(pl.UTF-8):     Narzędzia do obsługi logu serwisowego
+Name:          servicelog
+Version:       1.1.9
+Release:       1
+License:       GPL v2+
+Group:         Applications/System
+Source0:       
http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
+# Source0-md5: 6a548c51c6273f2cfe97205a66f9f9c2
+URL:           http://linux-diag.sourceforge.net/servicelog/
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake
+BuildRequires: libservicelog-devel
+BuildRequires: libtool
+# relies on ppc-specific libservicelog
+ExclusiveArch: ppc ppc64
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Command-line interfaces for viewing and manipulating the contents of
+the servicelog database. Servicelog 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.
+
+%description -l pl.UTF-8
+Działające z linii poleceń narzędzia do przeglądania i obróbki
+zawartości bazy danych logu serwisowego (servicelog). Baza ta zawiera
+wpisy przydatne przy wykonywaniu operacji serwisowych oraz udostępnia
+historię operacji serwisowych wykonywanych w systemie.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS
+%attr(755,root,root) %{_bindir}/log_repair_action
+%attr(755,root,root) %{_bindir}/servicelog
+%attr(755,root,root) %{_bindir}/servicelog_manage
+%attr(755,root,root) %{_bindir}/servicelog_notify
+%attr(755,root,root) %{_bindir}/v1_servicelog
+%attr(755,root,root) %{_bindir}/v29_servicelog
+%attr(755,root,root) %{_sbindir}/slog_common_event
+%{_mandir}/man8/log_repair_action.8*
+%{_mandir}/man8/servicelog.8*
+%{_mandir}/man8/servicelog_notify.8*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/05/03 11:59:41  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to