]> git.pld-linux.org Git - packages/downman.git/blob - downman.spec
b8aebd3944a7c53d506764f583a49efc04e4702b
[packages/downman.git] / downman.spec
1 Summary:        Download Manager is a suite of programs to download files
2 Summary(pl):    Download Manager jest zbiorem programów do ¶ciagania plików
3 Name:           downman
4 Version:        0.0.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  d9a4a9f9a958f88f43bf2a75d425a5da
10 Patch0:         %{name}-ac.patch
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gnome-vfs2-devel
14 BuildRequires:  libglade2-devel
15 BuildRequires:  libgnomeui-devel
16 BuildRequires:  libxml2-devel
17 URL:            http://downman.sourceforge.net/
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Download Manager is a suite of programs to download files.
22
23 %description -l pl
24 Download Manager jest zbiorem programów do ¶ciagania plików.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29
30 %build
31 rm -f missing
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS NEWS
50 %attr(755,root,root) %{_bindir}/*
51 %{_datadir}/gdownman
This page took 0.086366 seconds and 2 git commands to generate.