]> git.pld-linux.org Git - packages/nautilus-actions.git/blame - nautilus-actions.spec
- converted to UTF-8
[packages/nautilus-actions.git] / nautilus-actions.spec
CommitLineData
037de69b 1Summary: Nautilus extension which adds customized command in Nautilus menu
5a184839 2Summary(pl.UTF-8): Rozszerzenie dodające własne polecenia w menu Nautilusa
037de69b 3Name: nautilus-actions
7f6f77a5 4Version: 1.4
5Release: 1
037de69b 6License: GPL v2
7Group: X11/Applications
16df0bb7 8Source0: ftp://ftp2.grumz.net/grumz/%{name}-%{version}.tar.gz
7f6f77a5 9# Source0-md5: c3434900718401e13432533eab10e681
037de69b 10Patch0: %{name}-desktop.patch
b728f58b 11Patch1: %{name}-ldadd.patch
de4c7004 12URL: http://www.grumz.net/node/8/
35ecff9e 13BuildRequires: autoconf >= 2.52
a4472153 14BuildRequires: automake
35ecff9e 15BuildRequires: gettext-devel
7f6f77a5 16BuildRequires: glib2-devel >= 1:2.12.2
6b64aec0 17BuildRequires: intltool >= 0.35
18BuildRequires: libbonobo-devel >= 2.15.2
19BuildRequires: libglade2-devel >= 1:2.6.0
20BuildRequires: libgnomeui-devel >= 2.15.91
35ecff9e 21BuildRequires: libtool
c87369d5 22BuildRequires: libuuid-devel
6b64aec0 23BuildRequires: libxml2-devel >= 1:2.6.26
7f6f77a5 24BuildRequires: nautilus-devel >= 2.15.92
6b64aec0 25BuildRequires: rpmbuild(macros) >= 1.311
3df711e1 26Requires: hicolor-icon-theme
7f6f77a5 27Requires: nautilus >= 2.15.92
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
b728f58b 41%patch1 -p1
037de69b 42
43%build
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
59rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.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/*
037de69b 79%attr(755,root,root) %{_libdir}/nautilus/extensions-1.0/*.so
This page took 0.051133 seconds and 4 git commands to generate.