]> git.pld-linux.org Git - packages/gnome-commander.git/blob - gnome-commander.spec
- BR: ac,am
[packages/gnome-commander.git] / gnome-commander.spec
1 Summary:        A GNOME filemanager similar to the Midnight Commander
2 Summary(pl):    Zarz±dca plików dla ¶rodowiska GNOME w stylu Midnight Commandera
3 Name:           gnome-commander
4 Version:        1.0.1
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://savannah.nongnu.org/download/gcmd/gcmd.pkg/%{version}/%{name}-%{version}.tar.gz
9 # Source0-md5:  ff6b1057a6132e686fdd4ed28c77594b
10 URL:            http://savannah.gnu.org/projects/gcmd/
11 BuildRequires:  GConf-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gdk-pixbuf-devel >= 0.8
15 # glib-gettextize
16 BuildRequires:  glib2-devel
17 BuildRequires:  gnome-libs-devel
18 BuildRequires:  gnome-vfs-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 GNOME Commander is a filemanager that just like the classical Midnight
23 commander lets you do everything with the keyboard. It can perform all
24 standard fileoperations and some extra features like ftp support.
25
26 %description -l pl
27 GNOME Commander to zarz±dca plików, który podobnie do klasycznego
28 Midnight Commandera umo¿liwia pe³n± obs³ugê przy pomocy klawiatury.
29 Zapewnia wykonanie wszystkich typowych operacji na plikach, a tak¿e
30 kilka dodatkowych jak np. klienta ftp
31
32 %prep
33 %setup -q
34
35 %build
36 glib-gettextize -c -f
37 %{__aclocal}
38 %{__automake}
39 %{__autoconf}
40 %configure \
41         --with-fam
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_applnkdir}/Utilities
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 install gnome-commander.desktop $RPM_BUILD_ROOT%{_applnkdir}/Utilities/gnome-commander.desktop
52
53 %find_lang %{name}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog NEWS README TODO
61 %attr(755,root,root) %{_bindir}/*
62 %{_pixmapsdir}/%{name}
63 %{_applnkdir}/Utilities/*
This page took 0.058568 seconds and 4 git commands to generate.