]> git.pld-linux.org Git - packages/dillo-config.git/blob - dillo-config.spec
- removed two lines with define
[packages/dillo-config.git] / dillo-config.spec
1 Summary:        Dillo configuration script
2 Summary(pl):    Skrypt configuruj±cy dillo
3 Name:           dillo-config
4 Version:        1.0
5 Release:        1
6 License:        Unknown
7 Group:          X11/Applications/Networking
8 Source0:        http://www.ee.ed.ac.uk/~rjt/dillo/%{name}
9 URL:            http://www.ee.ed.ac.uk/~rjt/dillo/config.html
10 Requires:       tk
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14
15 %description
16 Dillo configuration script, by Bob Thomson (rjt@ee.ed.ac.uk).
17
18 %description -l pl
19 Skrypt konfiguruj±cy dillo napisany przez Boba Thomsona
20 (rjt@ee.ed.ac.uk).
21
22 %prep
23 %setup -q -c -T
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT%{_bindir}
28
29 install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %attr(755,root,root) %{_bindir}/*
This page took 0.077465 seconds and 3 git commands to generate.