]> git.pld-linux.org Git - packages/ekgedit.git/blame_incremental - ekgedit.spec
- tabs in preamble
[packages/ekgedit.git] / ekgedit.spec
... / ...
CommitLineData
1Summary: Program to edit ekg user list
2Summary(pl.UTF-8): Program do edycji list znajomych z ekg
3Name: ekgedit
4Version: 0.0.3
5Release: 1
6License: GPL v2
7Group: Applications/Communications
8Source0: http://otak.k-k.pl/ekgedit/ekgedit-sources/%{name}-%{version}.tar.gz
9# Source0-md5: 86beee54373caea6842b17f398f709b1
10URL: http://otak.k-k.pl/ekgedit/
11Requires: ekg
12Requires: otak
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15
16%description
17Program to edit user list from ekg.
18
19%description -l pl.UTF-8
20Program do edycji listy znajomych z ekg.
21
22%prep
23%setup -q
24
25%build
26%{__make}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31%{__make} install \
32 prefix=%{_prefix} \
33 DESTDIR=$RPM_BUILD_ROOT
34
35%clean
36rm -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.088062 seconds and 4 git commands to generate.