]> git.pld-linux.org Git - packages/ekgedit.git/blob - ekgedit.spec
- initial
[packages/ekgedit.git] / ekgedit.spec
1 Summary:        Program to edit ekg user list
2 Summary(pl):    Program do edycji list znajmoych z ekg
3 Name:           ekgedit
4 Version:        0.0.1
5 Vendor:         Grzegorz Moskal <g.moskal@opengroup.org>
6 Release:        1
7 License:        GPL v2
8 Group:          Applications/Communications
9 Requires:       ekg
10 Requires:       otak
11 URL:            http://otak.k-k.pl/ekgedit/
12 Source0:        http://otak.k-k.pl/%{name}/%{name}-sources/%{name}-%{version}.tar.gz
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15
16 %description
17 Program to edit user list from ekg.
18
19 %description -l pl
20 Program do edycji listy znajmoych z ekg.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 %{__make} install \
31         prefix=/usr \
32         DESTDIR=$RPM_BUILD_ROOT \
33         DESTFIR=$RPM_BUILD_ROOT # typo
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README-pl NEWS
41 %attr(755,root,root) %{_bindir}/*
42 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/otak/*
This page took 0.099513 seconds and 4 git commands to generate.