]> git.pld-linux.org Git - SPECS.git/blob - nautilus-gdiff-ext.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / nautilus-gdiff-ext.spec
1 %define     realname    gdiff-ext
2 Summary:        Diff plugin for Nautilus
3 Summary(pl.UTF-8):      Wtyczka diffa dla Nautilusa
4 %define     realname    gdiff-ext
5 Name:           nautilus-%{realname}
6 Version:        0.2.4
7 Release:        0.1
8 License:        GPL
9 Group:          X11/Libraries
10 Source0:    http://dl.sourceforge.net/diff-ext/%{realname}-%{version}.tar.bz2
11 # Source0-md5:  19d7c6eff7d3eb6ba993a1eb91a09563
12 Patch0:     %{name}-typo.patch
13 URL:            http://diff-ext.sourceforge.net/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  GConf2-devel >= 2.20.1
17 BuildRequires:  gtk+2-devel >= 2.12.8
18 BuildRequires:  intltool
19 BuildRequires:  nautilus-devel >= 2.20.0
20 BuildRequires:  libtool
21 Requires:           diffutils
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Gdiff-ext is context menu extension for GNOME's Nautilus file manager.
26 Gdiff-ext extends Nautilus context menu with commands to compare or
27 merge selected file(s) and to remember selected file for the future
28 compare or merge operation.
29
30 %description -l pl.UTF-8
31 Gdiff-ext jest rozszerzeniem menu kontekstowego dla zarządcy plików
32 Nautilus GNOME-a. Gdiff-ext rozszerza menu kontekstowe Nautilusa
33 komendami do porównywania albo scalania plików i zapamiętuje wybrane
34 pliki dla przyszłych porównań i scaleń.
35
36 %prep
37 %setup -q -n %{realname}-%{version}
38 %patch0 -p1
39
40 %build
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %post
54 %gconf_schema_install %{realname}.schemas
55
56 %postun
57 %gconf_schema_uninstall
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS
62 %{_sysconfdir}/gconf/schemas/diff-ext.schemas
63 %attr(755,root,root) %{_bindir}/*
64 %{_libdir}/nautilus/extensions-1.0/libdiff-ext.so
65 %{_desktopdir}/diff-ext.desktop
66 %{_datadir}/%{realname}
67 %{_iconsdir}/hicolor/16x16/apps/de.png
This page took 0.688408 seconds and 3 git commands to generate.