]> git.pld-linux.org Git - packages/downman.git/blame - downman.spec
- converted to UTF-8
[packages/downman.git] / downman.spec
CommitLineData
c3ed4429 1Summary: Download Manager is a suite of programs to download files
7e62dea9 2Summary(pl.UTF-8): Download Manager jest zbiorem programów do ściągania plików
c3ed4429 3Name: downman
e4808388 4Version: 0.0.5
c3ed4429 5Release: 1
6License: GPL
7Group: X11/Applications/Networking
8Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
e4808388 9# Source0-md5: 8b5a8b7e8fef0d5e7a8fc18c1ca86942
4e378d5c 10URL: http://downman.sourceforge.net/
c3ed4429 11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gnome-vfs2-devel
14BuildRequires: libglade2-devel
15BuildRequires: libgnomeui-devel
16BuildRequires: libxml2-devel
c3ed4429 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Download Manager is a suite of programs to download files.
21
7e62dea9
JR
22%description -l pl.UTF-8
23Download Manager jest zbiorem programów do ściągania plików.
c3ed4429 24
25%prep
26%setup -q
c3ed4429 27
28%build
29rm -f missing
30%{__aclocal}
31%{__autoconf}
32%{__automake}
33%configure
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -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
2301309c 50%{_desktopdir}/*.desktop
74113c81 51%{_pixmapsdir}/*
This page took 0.067243 seconds and 4 git commands to generate.