]> git.pld-linux.org Git - packages/gnome-commander.git/blob - gnome-commander.spec
- up to 1.0.1
[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:  gdk-pixbuf-devel >= 0.8
13 # glib-gettextize
14 BuildRequires:  glib2-devel
15 BuildRequires:  gnome-libs-devel
16 BuildRequires:  gnome-vfs-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Gnome Commander is a filemanager that just like the classical Midnight
21 commander lets you do everything with the keyboard. It can perform all
22 standard fileoperations and some extra features like ftp support.
23
24 %description -l pl
25 Gnome Commander to zarz±dca plików, który podobnie do klasycznego
26 Midnight Commandera umo¿liwia pe³n± obs³ugê przy pomocy klawiatury.
27 Zapewnia wykonanie wszystkich typowych operacji na plikach, a tak¿e
28 kilka dodatkowych jak np. klienta ftp
29
30 %prep
31 %setup -q
32
33 %build
34 glib-gettextize -c -f
35 %{__aclocal}
36 %{__automake}
37 %{__autoconf}
38 %configure \
39         --with-fam
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_applnkdir}/Utilities
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 install gnome-commander.desktop $RPM_BUILD_ROOT%{_applnkdir}/Utilities/gnome-commander.desktop
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog NEWS README TODO
59 %attr(755,root,root) %{_bindir}/*
60 %{_pixmapsdir}/%{name}
61 %{_applnkdir}/Utilities/*
This page took 0.065639 seconds and 4 git commands to generate.