]> git.pld-linux.org Git - packages/calconsole.git/blame - calconsole.spec
- don't repeat %docs
[packages/calconsole.git] / calconsole.spec
CommitLineData
499a57d4 1Summary: Calconsole - a calendar and schedule in mode command line
11d19357 2Summary(pl.UTF-8): Calconsole - kalendarz i harmonogram zadań obsługiwany z linii poleceń
de978b07 3Name: calconsole
4Version: 0.3
5Release: 1
6License: GPL v2
7Group: Applications
8Source0: http://calconsole.losinvisibles.net/%{name}-%{version}.tar.gz
9# Source0-md5: abc17425cbeae6def877928ed1c50ad9
10Patch0: %{name}-DESTDIR.patch
11URL: http://calconsole.losinvisibles.net/
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Calconsole is a calendar and schedule in mode command line. Like a cal
16with schedule. Calconsole works with files ics.
17
f6535ae7
JR
18%description -l pl.UTF-8
19Calconsole jest kalendarzem i harmonogramem zadań obsługiwanym z linii
20poleceń. Jest podobny do polecenia cal, ale zawiera harmonogram zadań.
21Calconsole współpracuje z plikami ics.
de978b07 22
23%prep
24%setup -q
25%patch0 -p1
26
27%build
28%configure
29%{__make} \
30 CFLAGS="%{rpmcflags}" \
31 LDFLAGS="%{rpmldflags}"
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
70345332 44%doc README AUTHORS NEWS ChangeLog
de978b07 45%attr(755,root,root) %{_bindir}/*
aaf8cdcd 46%{_datadir}/zoneinfo/*/*.ics
47%{_datadir}/zoneinfo/*/*/*.ics
This page took 0.076419 seconds and 4 git commands to generate.