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