]> git.pld-linux.org Git - packages/wtf.git/blob - wtf.spec
- initial
[packages/wtf.git] / wtf.spec
1 Summary:        translates acronyms for you
2 Name:           wtf
3 Version:        20051104
4 Release:        1
5 License:        Public domain
6 Group:          Applications/Games
7 Source0:        http://www.mu.org/~mux/wtf/%{name}-%{version}.tar.gz
8 # Source0-md5:  93ca90bef86d2f58da14ed0db87cbf78
9 Patch0:         %{name}-updates.patch
10 Requires:       grep
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Translates acronyms for you.
15
16 %prep
17 %setup -q
18 %patch0 -p1
19
20 %install
21 rm -rf $RPM_BUILD_ROOT
22 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/misc,%{_mandir}/man6}
23
24 install acronyms* $RPM_BUILD_ROOT%{_datadir}/misc
25 install %{name} $RPM_BUILD_ROOT%{_bindir}
26 install %{name}.6 $RPM_BUILD_ROOT%{_mandir}/man6
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %attr(755,root,root) %{_bindir}/*
34 %{_mandir}/man*/*
35 %{_datadir}/misc/acronyms*
This page took 0.069475 seconds and 4 git commands to generate.