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