]> git.pld-linux.org Git - packages/gnome-commander.git/blob - gnome-commander.spec
- up to 1.1.6 (gnome2 based now)
[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.1.6
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.1/%{name}-%{version}.tar.bz2
9 # Source0-md5:  972e976ea01663f5b60e8a16721a5348
10 Patch0:         %{name}-clist.patch
11 URL:            http://www.nongnu.org/gcmd/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  glib2-devel
15 BuildRequires:  gnome-vfs2-devel
16 BuildRequires:  gtk+2-devel
17 BuildRequires:  intltool
18 BuildRequires:  libgnome-devel
19 BuildRequires:  libgnomeui-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 GNOME Commander is a filemanager that just like the classical Midnight
24 commander lets you do everything with the keyboard. It can perform all
25 standard fileoperations and some extra features like ftp support.
26
27 %description -l pl
28 GNOME Commander to zarz±dca plików, który podobnie do klasycznego
29 Midnight Commandera umo¿liwia pe³n± obs³ugê przy pomocy klawiatury.
30 Zapewnia wykonanie wszystkich typowych operacji na plikach, a tak¿e
31 kilka dodatkowych jak np. klienta ftp
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 glib-gettextize -c -f
39 %{__aclocal}
40 %{__automake}
41 %{__autoconf}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT%{_applnkdir}/Utilities
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/{plugins/,}/*.{la,a}
53
54 %find_lang %{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog NEWS README TODO
62 %attr(755,root,root) %{_bindir}/*
63 %dir %{_libdir}/%{name}
64 %dir %{_libdir}/%{name}/plugins
65 %attr(755,root,root) %{_libdir}/%{name}/lib*
66 %attr(755,root,root) %{_libdir}/%{name}/plugins/lib*
67 %{_pixmapsdir}/%{name}
68 %{_desktopdir}/gnome-commander.desktop
This page took 0.073904 seconds and 4 git commands to generate.