]> git.pld-linux.org Git - packages/birthday.git/blame - birthday.spec
-nyf
[packages/birthday.git] / birthday.spec
CommitLineData
207a7390 1Summary: Display birthdays
2Name: birthday
3Version: 1.5
4Release: 1
5License: Gnu GPL
6Group: qq
7Vendor: Andy Mortimer <andy.mortimer@zetnet.co.uk>
8Source: %{name}-%{version}.tar.gz
9#URL:
10BuildRoot: %{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
23rm -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
36rm -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.067759 seconds and 4 git commands to generate.