]> git.pld-linux.org Git - packages/birthday.git/commitdiff
- cleanups, pl description
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Nov 2002 23:27:38 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    birthday.spec -> 1.2

birthday.spec

index 71bd95298b2d9801f1fca96c6e4285d77b4cf53e..91baa03b26429ec04a504d4cecea44246cbb2a7b 100644 (file)
@@ -1,41 +1,55 @@
 Summary:       Display birthdays
+Summary(pl):   Wi¶wietlanie urodzin
 Name:          birthday
 Version:       1.5
 Release:       1
-License:       Gnu GPL
-Group:         qq
+License:       GPL
 Vendor:                Andy Mortimer <andy.mortimer@zetnet.co.uk>
-Source:        %{name}-%{version}.tar.gz
+Group:         Applications
+Source:                %{name}-%{version}.tar.gz
 #URL:          
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+This is a little program which was originally written when the author
+was learning C, some time ago now. It has gone through a couple of total
+re-writes, the last of which was four or five years ago now, but he
+still finds it a useful program.
+
+It displays a list of events which are coming up in the near future,
+based on a config file (~/.birthdays) in the user's home directory.
+It can be included it in .profile, so user gets the list every time he
+logs on. See the manpage for more details of this format.
+
+%description -l pl
+To jest ma³y program napisany oryginalnie wtedy, gdy autor uczy³ siê
+C, jaki¶ czas temu. Od tamtego czasu zosta³ wiele razy przepisany od
+nowa, ostatni raz jakie¶ cztery czy piêæ lat temu - ale nadal
+pozostaje u¿yteczny wed³ug autora.
+
+Program wy¶wietla listê zdarzeñ, które maj± nast±piæ w najbli¿szej
+przysz³o¶ci, w oparciu o plik konfiguracyjny (~/.birthdays) w katalogu
+domowym u¿ytkownika. Program mo¿e byæ w³±czony do .profile, dziêki
+czemu u¿ytkownik widzi listê przy ka¿dym logowaniu. Szczegó³owy opis
+formatu pliku znajduje siê w manualu.
 
 %prep
 %setup  -q
 
 %build
-
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT SHARE=/share
-
-%pre
-
-%preun
-
-%post
-
-%postun
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       SHARE=/share
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-/usr/bin/birthday
-/usr/share/man/man1/*
+%attr(755,root,root) %{_bindir}/birthday
+%{_mandir}/man1/*
This page took 0.069096 seconds and 4 git commands to generate.