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