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