]> git.pld-linux.org Git - packages/ekgedit.git/commitdiff
- initial
authorMichal Moskal <michal@moskal.me>
Sun, 24 Nov 2002 14:31:05 +0000 (14:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekgedit.spec -> 1.1

ekgedit.spec [new file with mode: 0644]

diff --git a/ekgedit.spec b/ekgedit.spec
new file mode 100644 (file)
index 0000000..5d98f5c
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       Program to edit ekg user list
+Summary(pl):   Program do edycji list znajmoych z ekg
+Name:          ekgedit
+Version:       0.0.1
+Vendor:                Grzegorz Moskal <g.moskal@opengroup.org>
+Release:       1
+License:       GPL v2
+Group:         Applications/Communications
+Requires:      ekg
+Requires:      otak
+URL:           http://otak.k-k.pl/ekgedit/
+Source0:       http://otak.k-k.pl/%{name}/%{name}-sources/%{name}-%{version}.tar.gz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+Program to edit user list from ekg.
+
+%description -l pl
+Program do edycji listy znajmoych z ekg.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       prefix=/usr \
+       DESTDIR=$RPM_BUILD_ROOT \
+       DESTFIR=$RPM_BUILD_ROOT # typo
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README-pl NEWS
+%attr(755,root,root) %{_bindir}/*
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/otak/*
This page took 0.06964 seconds and 4 git commands to generate.