]> git.pld-linux.org Git - packages/nautilus-actions.git/blob - nautilus-actions.spec
- updated to 0.7
[packages/nautilus-actions.git] / nautilus-actions.spec
1 Summary:        Nautilus extension which adds customized command in Nautilus menu
2 Summary(pl):    Rozszerzenie dodaj±ce w³asne polecenia w menu Nautilusa
3 Name:           nautilus-actions
4 Version:        0.7
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        ftp://ftp2.grumz.net/grumz/%{name}-%{version}.tar.gz
9 # Source0-md5:  78caa4f0546d33d381c6f41090b64db1
10 Patch0:         %{name}-desktop.patch
11 URL:            http://www.grumz.net/?q=taxonomy/term/2/9
12 BuildRequires:  autoconf >= 2.52
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib2-devel >= 1:2.8.1
16 BuildRequires:  intltool
17 BuildRequires:  libbonobo-devel >= 2.10.0
18 BuildRequires:  libgnomeui-devel >= 2.12.0
19 BuildRequires:  libtool
20 BuildRequires:  libxml2-devel
21 BuildRequires:  nautilus-devel >= 2.12.0
22 Requires:       nautilus >= 2.12.0
23 Requires:       python-libxml2
24 Requires:       python-pygtk-glade >= 2.8.0
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Nautilus extension which allow to configure program to be launch on
29 files selected into Nautilus interface.
30
31 %description -l pl
32 Rozszerzenie pozwalaj±ce na skonfigurowanie programu uruchamianego na
33 pliku wybranym w Nautilusie.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38
39 %build
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.la
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
62 %attr(755,root,root) %{_bindir}/*
63 %{_datadir}/%{name}
64 %{_desktopdir}/*
65 %attr(755,root,root) %{_libdir}/nautilus/extensions-1.0/*.so
This page took 0.039236 seconds and 4 git commands to generate.