]> git.pld-linux.org Git - packages/birthday.git/blob - birthday.spec
71bd95298b2d9801f1fca96c6e4285d77b4cf53e
[packages/birthday.git] / birthday.spec
1 Summary:        Display birthdays
2 Name:           birthday
3 Version:        1.5
4 Release:        1
5 License:        Gnu GPL
6 Group:          qq
7 Vendor:         Andy Mortimer <andy.mortimer@zetnet.co.uk>
8 Source: %{name}-%{version}.tar.gz
9 #URL:           
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13
14 %prep
15 %setup  -q
16
17 %build
18
19
20 %{__make}
21
22 %install
23 rm -rf $RPM_BUILD_ROOT
24
25 %{__make} install DESTDIR=$RPM_BUILD_ROOT SHARE=/share
26
27 %pre
28
29 %preun
30
31 %post
32
33 %postun
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 /usr/bin/birthday
41 /usr/share/man/man1/*
This page took 0.059424 seconds and 3 git commands to generate.