]> git.pld-linux.org Git - packages/nautilus-actions.git/blame - nautilus-actions.spec
- make it ready for new nautilus
[packages/nautilus-actions.git] / nautilus-actions.spec
CommitLineData
037de69b 1Summary: Nautilus extension which adds customized command in Nautilus menu
97651a7a 2Summary(pl.UTF-8): Rozszerzenie dodające własne polecenia w menu Nautilusa
037de69b 3Name: nautilus-actions
0bacc82a 4Version: 1.4.1
bfc88728 5Release: 2
037de69b 6License: GPL v2
7Group: X11/Applications
16df0bb7 8Source0: ftp://ftp2.grumz.net/grumz/%{name}-%{version}.tar.gz
0bacc82a 9# Source0-md5: 3e4af1af386bc2141dc509999767b207
037de69b 10Patch0: %{name}-desktop.patch
de4c7004 11URL: http://www.grumz.net/node/8/
35ecff9e 12BuildRequires: autoconf >= 2.52
a4472153 13BuildRequires: automake
35ecff9e 14BuildRequires: gettext-devel
7f6f77a5 15BuildRequires: glib2-devel >= 1:2.12.2
6b64aec0 16BuildRequires: intltool >= 0.35
17BuildRequires: libbonobo-devel >= 2.15.2
18BuildRequires: libglade2-devel >= 1:2.6.0
19BuildRequires: libgnomeui-devel >= 2.15.91
35ecff9e 20BuildRequires: libtool
c87369d5 21BuildRequires: libuuid-devel
6b64aec0 22BuildRequires: libxml2-devel >= 1:2.6.26
bfc88728 23BuildRequires: nautilus-devel >= 2.22.0
6b64aec0 24BuildRequires: rpmbuild(macros) >= 1.311
bfc88728
MB
25Requires(post,postun): gtk+2
26Requires(post,postun): hicolor-icon-theme
27Requires: nautilus >= 2.22.0
037de69b 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31Nautilus extension which allow to configure program to be launch on
32files selected into Nautilus interface.
33
5a184839
JR
34%description -l pl.UTF-8
35Rozszerzenie pozwalające na skonfigurowanie programu uruchamianego na
138e471a 36pliku wybranym w Nautilusie.
37
037de69b 38%prep
39%setup -q
40%patch0 -p1
41
42%build
7dec46ed 43%{__intltoolize}
35ecff9e 44%{__aclocal}
45%{__autoconf}
46%{__automake}
de4c7004 47%configure \
48 --disable-schemas-install \
49 --enable-commandline-tool
8718bc82 50
037de69b 51%{__make}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55
56%{__make} install \
35ecff9e 57 DESTDIR=$RPM_BUILD_ROOT
58
bfc88728 59rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.la
037de69b 60
16df0bb7 61%find_lang %{name}
62
037de69b 63%clean
64rm -rf $RPM_BUILD_ROOT
65
6b64aec0 66%post
67%update_icon_cache hicolor
68
69%postun
70%update_icon_cache hicolor
71
16df0bb7 72%files -f %{name}.lang
037de69b 73%defattr(644,root,root,755)
74%doc AUTHORS ChangeLog
75%attr(755,root,root) %{_bindir}/*
35ecff9e 76%{_datadir}/%{name}
e7910164 77%{_desktopdir}/*.desktop
3df711e1 78%{_iconsdir}/hicolor/*/apps/*
bfc88728 79%attr(755,root,root) %{_libdir}/nautilus/extensions-2.0/*.so
This page took 0.078517 seconds and 4 git commands to generate.