]> git.pld-linux.org Git - packages/dillo.git/blame - dillo.spec
- typo in %%Source
[packages/dillo.git] / dillo.spec
CommitLineData
34d9e99b 1Summary: DILLO - The GTK Web Browser.
2Summary(pl): DILLO - Przegladarka sieci.
3Name: dillo
4Version: 0.3.2
5Release: 1
6Copyright: GPL
7Group: X11/Application/Networking
8Group(pl): X11/Aplikacje/Sieciowe
0c828f86 9Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tag.gz
34d9e99b 10#BuildRequires:
11#Requires:
12Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%define _prefix /usr/X11R6
15
16%description
17
18%description -l pl
19
20%prep
21%setup -q
22
23#%patch
24
25%build
26./configure --prefix=%{_prefix}
27%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
28
29%install
30rm -rf $RPM_BUILD_ROOT
31%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
32
33%post
34%postun
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%doc
42%attr(,,)
This page took 0.090888 seconds and 4 git commands to generate.