]> git.pld-linux.org Git - packages/downman.git/blame_incremental - downman.spec
- tabs in preamble
[packages/downman.git] / downman.spec
... / ...
CommitLineData
1Summary: Download Manager is a suite of programs to download files
2Summary(pl.UTF-8): Download Manager jest zbiorem programów do ściągania plików
3Name: downman
4Version: 0.0.5
5Release: 1
6License: GPL
7Group: X11/Applications/Networking
8Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9# Source0-md5: 8b5a8b7e8fef0d5e7a8fc18c1ca86942
10URL: http://downman.sourceforge.net/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gnome-vfs2-devel
14BuildRequires: libglade2-devel
15BuildRequires: libgnomeui-devel
16BuildRequires: libxml2-devel
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Download Manager is a suite of programs to download files.
21
22%description -l pl.UTF-8
23Download Manager jest zbiorem programów do ściągania plików.
24
25%prep
26%setup -q
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
50%{_desktopdir}/*.desktop
51%{_pixmapsdir}/*
This page took 0.052073 seconds and 5 git commands to generate.