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