]> git.pld-linux.org Git - packages/meld.git/blame - meld.spec
up to 3.15.1
[packages/meld.git] / meld.spec
CommitLineData
a8138c38
MK
1# TODO:
2# - make pl translation, commit it to gnome repository and attach pl.patch here ;)
a766be71 3#
58467ed8 4Summary: Visual diff and merge tool
bb537530 5Summary(pl.UTF-8): Wizualne narzędzie do oglądania i włączania zmian (diff)
58467ed8 6Name: meld
1308d721 7Version: 3.15.1
d8abce50 8Release: 1
58467ed8 9License: GPL
10Group: Applications/Text
73deda17 11Source0: http://ftp.gnome.org/pub/GNOME/sources/meld/3.15/%{name}-%{version}.tar.xz
1308d721 12# Source0-md5: 238c3eba59290d5128675c88c1849e05
b727140b 13Patch0: %{name}-desktop.patch
4a0bd956 14URL: http://meld.sourceforge.net/
922920ca 15BuildRequires: intltool
c13bafef 16BuildRequires: itstool
1e2c207b 17BuildRequires: python-modules >= 2.7
922920ca 18BuildRequires: rpm-pythonprov
1f97703a 19BuildRequires: rpmbuild(find_lang) >= 1.23
91c7f49e 20BuildRequires: rpmbuild(macros) >= 1.197
88e2b60c
ŁK
21BuildRequires: tar >= 1:1.22
22BuildRequires: xz
b9eb5d0a 23Requires(post,postun): desktop-file-utils
c13bafef 24Requires(post,postun): glib2 >= 1:2.26.0
1eedc52b 25Requires(post,postun): gtk-update-icon-cache
1e2c207b
JP
26Requires: glib2 >= 1:2.34
27Requires: gtk+3 >= 3.6
28Requires: gtksourceview3 >= 3.6
1eedc52b 29Requires: hicolor-icon-theme
1e2c207b
JP
30Requires: pango >= 1:1.26
31Requires: python-modules >= 2.7
e2113864 32Requires: python-pycairo
1e2c207b 33Requires: python-pygobject3 >= 3.8
1f125459
MB
34# sr@Latn vs. sr@latin
35Conflicts: glibc-misc < 6:2.7
91f63916 36BuildArch: noarch
58467ed8 37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39%description
c7332d42 40Meld is a GNOME visual diff and merge tool. It integrates especially
58467ed8 41well with CVS. The diff viewer lets you edit files in place (diffs
42update dynamically), and a middle column shows detailed changes and
43allows merges. The margins show location of changes for easy
44navigation, and it also features a tabbed interface that allows you to
45open many diffs at once.
46
7b904f61
JR
47%description -l pl.UTF-8
48Meld to przeznaczone dla GNOME wizualne narzędzie do oglądania i
49włączania zmian (w formacie diff). Integruje się szczególnie dobrze z
50CVS. Przeglądarka różnic pozwala modyfikować pliki w miejscu
51(dynamicznie uaktualniać), a środkowa kolumna pokazuje szczegółowe
52zmiany i pozwala na włączanie. Na marginesach jest pokazane położenie
53zmian w celu łatwej nawigacji. Jest dostępny także interfejs z
54zakładkami, pozwalający na otwieranie wielu plików diff naraz.
2e9a20f0 55
58467ed8 56%prep
57%setup -q
b727140b 58%patch0 -p1
5d744b5b 59
60%build
c13bafef 61%{__python} setup.py build
58467ed8 62
58467ed8 63%install
64rm -rf $RPM_BUILD_ROOT
58467ed8 65
91f63916 66# NOTE: --skip-build breaks install
c13bafef
JP
67%{__python} setup.py \
68 --no-compile-schemas \
69 --no-update-icon-cache \
70 install \
71 --optimize=2 \
72 --root=$RPM_BUILD_ROOT
33a337a3
AF
73
74%py_postclean
b9eb5d0a 75
c13bafef
JP
76%{__rm} -r $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}
77
1f125459 78%find_lang %{name} --with-gnome --with-omf
58467ed8 79
80%clean
81rm -rf $RPM_BUILD_ROOT
82
0d9e5088 83%post
c13bafef 84%glib_compile_schemas
91c7f49e 85%update_desktop_database_post
1eedc52b 86%update_icon_cache hicolor
0d9e5088
MK
87
88%postun
91c7f49e 89%update_desktop_database_postun
1eedc52b 90%update_icon_cache hicolor
c13bafef 91%glib_compile_schemas
0d9e5088 92
a766be71 93%files -f %{name}.lang
58467ed8 94%defattr(644,root,root,755)
c13bafef 95%doc NEWS README
58467ed8 96%attr(755,root,root) %{_bindir}/%{name}
c13bafef
JP
97%dir %{py_sitescriptdir}/meld-*.egg-info
98%dir %{py_sitescriptdir}/%{name}
99%{py_sitescriptdir}/%{name}/*.py[co]
100%dir %{py_sitescriptdir}/%{name}/ui
101%{py_sitescriptdir}/%{name}/ui/*.py[co]
102%dir %{py_sitescriptdir}/%{name}/util
103%{py_sitescriptdir}/%{name}/util/*.py[co]
104%dir %{py_sitescriptdir}/%{name}/vc
105%{py_sitescriptdir}/%{name}/vc/*.py[co]
106%{_iconsdir}/hicolor/*/actions/*.png
7d74884d 107%{_iconsdir}/hicolor/*/apps/%{name}.png
1eedc52b 108%{_iconsdir}/hicolor/*/apps/%{name}.svg
c13bafef 109%{_iconsdir}/hicolor/*/apps/meld-version-control.png
a8138c38 110%{_iconsdir}/HighContrast/scalable/apps/meld.svg
a766be71 111%{_datadir}/%{name}
a8138c38 112%{_datadir}/appdata/meld.appdata.xml
c13bafef 113%{_datadir}/glib-2.0/schemas/org.gnome.meld.gschema.xml
a8138c38 114%{_datadir}/mime/packages/meld.xml
7d74884d 115%{_desktopdir}/%{name}.desktop
c13bafef 116%{_mandir}/man1/%{name}.1*
This page took 0.098348 seconds and 4 git commands to generate.