]> git.pld-linux.org Git - packages/gnome-commander.git/blob - gnome-commander.spec
- 1.1.17
[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.7
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.1/%{name}-%{version}.tar.bz2
9 # Source0-md5:  46e639a7869e8205c92c3ccbad63b075
10 Patch0:         %{name}-desktop.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 BuildRequires:  libtool
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 GNOME Commander is a filemanager that just like the classical Midnight
25 commander lets you do everything with the keyboard. It can perform all
26 standard fileoperations and some extra features like FTP support.
27
28 %description -l pl
29 GNOME Commander to zarz±dca plików, który podobnie do klasycznego
30 Midnight Commandera umo¿liwia pe³n± obs³ugê przy pomocy klawiatury.
31 Zapewnia wykonanie wszystkich typowych operacji na plikach, a tak¿e
32 kilka dodatkowych jak np. klienta FTP.
33
34 %prep
35 %setup -q
36 %patch0 -p0
37
38 %build
39 glib-gettextize --copy --force
40 %{__libtoolize}
41 intltoolize --copy --force
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/{plugins/,}/*.{la,a}
55
56 %find_lang %{name}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %post   -p /sbin/ldconfig
62 %postun -p /sbin/ldconfig
63
64 %files -f %{name}.lang
65 %defattr(644,root,root,755)
66 %doc AUTHORS ChangeLog NEWS README TODO
67 %attr(755,root,root) %{_bindir}/*
68 %dir %{_libdir}/%{name}
69 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
70 %dir %{_libdir}/%{name}/plugins
71 %attr(755,root,root) %{_libdir}/%{name}/plugins/lib*.so*
72 %{_pixmapsdir}/*
73 %{_desktopdir}/gnome-commander.desktop
This page took 0.032801 seconds and 4 git commands to generate.