]> git.pld-linux.org Git - packages/pcmanfm.git/blob - pcmanfm.spec
- up to 0.9.8
[packages/pcmanfm.git] / pcmanfm.spec
1 Summary:        File manager for GTK
2 Summary(pl.UTF-8):      Zarządca plików dla GTK
3 Name:           pcmanfm
4 Version:        0.9.8
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.gz
9 # Source0-md5:  4a7fdc0526ed14e3293d784c0ce27dea
10 Patch0:         %{name}-werror.patch
11 URL:            http://pcmanfm.sourceforge.net/
12 BuildRequires:  autoconf >= 2.53
13 BuildRequires:  automake
14 BuildRequires:  dbus-glib-devel >= 0.31
15 BuildRequires:  fam-devel
16 BuildRequires:  gettext-devel
17 BuildRequires:  gtk+2-devel >= 2:2.8
18 BuildRequires:  hal-devel >= 0.5.0
19 BuildRequires:  intltool
20 BuildRequires:  libfm-devel >= 0.1.14
21 BuildRequires:  libtool
22 BuildRequires:  menu-cache-devel >= 0.3.2
23 BuildRequires:  pkgconfig
24 BuildRequires:  startup-notification-devel
25 Requires(post,postun):  desktop-file-utils
26 Requires(post,postun):  shared-mime-info
27 Requires:       gnome-icon-theme
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 pcmanfm is a fast and lightweight file manager which features tabbed
32 browsing and user-friendly interface.
33
34 %description -l pl.UTF-8
35 pcmanfm jest szybkim i lekkim zarządcą plików z przyjaznym interfejsem
36 użytkownika, umożliwiającym przeglądanie katalogów w zakładkach.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41
42 %build
43 %{__intltoolize}
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %find_lang %{name} --all-name
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %post
64 %update_desktop_database
65
66 %postun
67 %update_desktop_database_postun
68
69 %files -f %{name}.lang
70 %defattr(644,root,root,755)
71 %doc AUTHORS TODO
72 %attr(755,root,root) %{_bindir}/%{name}
73 %dir %{_datadir}/%{name}
74 %{_datadir}/%{name}/ui
75 %{_desktopdir}/%{name}*.desktop
This page took 0.041665 seconds and 3 git commands to generate.