]> git.pld-linux.org Git - packages/ekgedit.git/blob - ekgedit.spec
- tabs in preamble
[packages/ekgedit.git] / ekgedit.spec
1 Summary:        Program to edit ekg user list
2 Summary(pl.UTF-8):      Program do edycji list znajomych z ekg
3 Name:           ekgedit
4 Version:        0.0.3
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Communications
8 Source0:        http://otak.k-k.pl/ekgedit/ekgedit-sources/%{name}-%{version}.tar.gz
9 # Source0-md5:  86beee54373caea6842b17f398f709b1
10 URL:            http://otak.k-k.pl/ekgedit/
11 Requires:       ekg
12 Requires:       otak
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.UTF-8
20 Program do edycji listy znajomych z ekg.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32         prefix=%{_prefix} \
33         DESTDIR=$RPM_BUILD_ROOT
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 mtime size) %{_sysconfdir}/otak/*
This page took 0.07367 seconds and 3 git commands to generate.