]> git.pld-linux.org Git - packages/downman.git/blob - downman.spec
- updated to 0.0.5
[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 ¶ci±gania plików
3 Name:           downman
4 Version:        0.0.5
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:  8b5a8b7e8fef0d5e7a8fc18c1ca86942
10 URL:            http://downman.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gnome-vfs2-devel
14 BuildRequires:  libglade2-devel
15 BuildRequires:  libgnomeui-devel
16 BuildRequires:  libxml2-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Download Manager is a suite of programs to download files.
21
22 %description -l pl
23 Download Manager jest zbiorem programów do ¶ci±gania plików.
24
25 %prep
26 %setup -q
27
28 %build
29 rm -f missing
30 %{__aclocal}
31 %{__autoconf}
32 %{__automake}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS NEWS
48 %attr(755,root,root) %{_bindir}/*
49 %{_datadir}/gdownman
50 %{_desktopdir}/*
51 %{_pixmapsdir}/*
This page took 0.052433 seconds and 3 git commands to generate.