]> git.pld-linux.org Git - packages/ekglog.git/commitdiff
- initial import
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 21 Oct 2003 15:19:30 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- not finished yet - doesn't even build ...

Changed files:
    ekglog.spec -> 1.1

ekglog.spec [new file with mode: 0644]

diff --git a/ekglog.spec b/ekglog.spec
new file mode 100644 (file)
index 0000000..42a4ccf
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       ekg logs viewer
+Summary(pl):   przegl±darka logów ekg.
+Name:          ekglog
+Version:       20031019
+Release:       0.1
+License:       GPL
+Group:         Applications/Console
+Source0:       http://dom.comernet.pl/ekglog/%{name}-%{version}.tar.bz2
+# Source0-md5: 90efecd0890e4a878faecd733709b598
+Patch0:                %{name}-includes_fix.patch
+Patch1:                %{name}-ncurses_fix.patch
+URL:           http://dom.comernet.pl/ekglog/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ekglog can be used to view logfiles created by ekg.
+
+%description -l pl
+Program ekglog s³u¿y do przegl±dania logów z ekg.
+
+%prep
+%setup -q -c
+%patch0 -p0
+# This patch is ugly, I just wanted to go step further with the compilation...
+%patch1 -p0
+
+%build
+cd src/
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install src/ekglog $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Docs/*
+%attr(755,root,root) %{_bindir}/*
This page took 0.075506 seconds and 4 git commands to generate.