]> git.pld-linux.org Git - packages/birthday.git/blob - birthday.spec
- tabs in preamble
[packages/birthday.git] / birthday.spec
1 Summary:        Display birthdays
2 Summary(pl.UTF-8):      Wyświetlanie urodzin
3 Name:           birthday
4 Version:        1.5
5 Release:        1
6 License:        GPL
7 Vendor:         Andy Mortimer <andy.mortimer@zetnet.co.uk>
8 Group:          Applications
9 Source0:        %{name}-%{version}.tar.gz
10 # Source0-md5:  d2ceb7ca58d998645a4bdc04d986139c
11 #URL:
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This is a little program which was originally written when the author
16 was learning C, some time ago now. It has gone through a couple of total
17 re-writes, the last of which was four or five years ago now, but he
18 still finds it a useful program.
19
20 It displays a list of events which are coming up in the near future,
21 based on a config file (~/.birthdays) in the user's home directory.
22 It can be included it in .profile, so user gets the list every time he
23 logs on. See the manpage for more details of this format.
24
25 %description -l pl.UTF-8
26 To jest mały program napisany oryginalnie wtedy, gdy autor uczył się
27 C, jakiś czas temu. Od tamtego czasu został wiele razy przepisany od
28 nowa, ostatni raz jakieś cztery czy pięć lat temu - ale nadal
29 pozostaje użyteczny według autora.
30
31 Program wyświetla listę zdarzeń, które mają nastąpić w najbliższej
32 przyszłości, w oparciu o plik konfiguracyjny (~/.birthdays) w katalogu
33 domowym użytkownika. Program może być włączony do .profile, dzięki
34 czemu użytkownik widzi listę przy każdym logowaniu. Szczegółowy opis
35 formatu pliku znajduje się w manualu.
36
37 %prep
38 %setup  -q
39
40 %build
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT \
48         SHARE=/share
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %attr(755,root,root) %{_bindir}/birthday
56 %{_mandir}/man1/*
This page took 0.069115 seconds and 4 git commands to generate.