2024-01-06 07:04:13 +01:00
|
|
|
Name: meld
|
2024-01-06 07:04:14 +01:00
|
|
|
Version: 3.12.3
|
2024-01-06 07:04:14 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 07:04:13 +01:00
|
|
|
Summary: A visual diff and merge tool
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
|
|
|
URL: http://meld.sourceforge.net/
|
|
|
|
Source: http://ftp.gnome.org/pub/gnome/sources/meld/%{majorminor}/meld-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libscrollkeeper-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
Requires: python
|
|
|
|
Requires: patch
|
|
|
|
Requires: pygobject
|
|
|
|
Requires: pygtk
|
2024-01-06 07:04:14 +01:00
|
|
|
Requires: libgtksourceview
|
2024-01-06 07:04:13 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Meld is a visual diff and merge tool.
|
|
|
|
You can compare two or three files and edit them in place (diffs update dynamically).
|
|
|
|
You can compare two or three folders and launch file comparisons.
|
|
|
|
You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-06 07:04:13 +01:00
|
|
|
#sed -i "s|update-mime-database|/bin/true|" Makefile
|
|
|
|
#sed -i "s|update-desktop-database|/bin/true|" Makefile
|
2024-01-06 07:04:13 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 07:04:13 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
2024-01-06 07:04:13 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 07:04:14 +01:00
|
|
|
%{__python} setup.py \
|
|
|
|
--no-update-icon-cache \
|
|
|
|
--no-compile-schemas \
|
|
|
|
install \
|
2024-01-06 07:04:14 +01:00
|
|
|
--prefix=%{_prefix} \
|
2024-01-06 07:04:13 +01:00
|
|
|
--root="%{buildroot}" \
|
2024-01-06 07:04:14 +01:00
|
|
|
--optimize=1 \
|
2024-01-06 07:04:13 +01:00
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
2024-01-06 07:04:13 +01:00
|
|
|
|
2024-01-06 07:04:14 +01:00
|
|
|
%find_lang %{name}
|
2024-01-06 07:04:13 +01:00
|
|
|
|
2024-01-06 07:04:14 +01:00
|
|
|
%post
|
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
2024-01-06 07:04:14 +01:00
|
|
|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
|
|
|
update-desktop-database -q
|
|
|
|
update-mime-database /usr/share/mime &> /dev/null
|
2024-01-06 07:04:14 +01:00
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
2024-01-06 07:04:14 +01:00
|
|
|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
|
|
|
update-desktop-database -q
|
|
|
|
update-mime-database /usr/share/mime &> /dev/null
|
2024-01-06 07:04:14 +01:00
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
2024-01-06 07:04:14 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-06 07:04:13 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/meld
|
2024-01-06 07:04:14 +01:00
|
|
|
%{_datadir}/icons/HighContrast/scalable/apps/meld.svg
|
|
|
|
%{_datadir}/icons/hicolor/*
|
|
|
|
%dir %{_datadir}/meld
|
|
|
|
%{_datadir}/meld/*
|
|
|
|
%{_datadir}/mime/packages/meld.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.meld.gschema.xml
|
|
|
|
%{_datadir}/appdata/meld.appdata.xml
|
|
|
|
%{_datadir}/applications/meld.desktop
|
2024-01-06 07:04:13 +01:00
|
|
|
%{python_sitearch}/meld-%{version}-py*.egg-info
|
|
|
|
%dir %{python_sitearch}/meld
|
|
|
|
%{python_sitearch}/meld/*
|
2024-01-06 07:04:13 +01:00
|
|
|
%{_mandir}/man1/*
|
2024-01-06 07:04:14 +01:00
|
|
|
%dir %{_datadir}/help/C/meld/
|
|
|
|
%{_datadir}/help/C/meld/*
|
|
|
|
%lang(cs) %dir %{_datadir}/help/cs
|
|
|
|
%lang(cs) %{_datadir}/help/cs/*
|
|
|
|
%lang(el) %dir %{_datadir}/help/el
|
|
|
|
%lang(el) %{_datadir}/help/el/*
|
|
|
|
%lang(es) %dir %{_datadir}/help/es
|
|
|
|
%lang(es) %{_datadir}/help/es/*
|
2024-01-06 07:04:13 +01:00
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:04:14 +01:00
|
|
|
* Thu Jan 01 2015 Automatic Build System <autodist@mambasoft.it> 3.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:04:14 +01:00
|
|
|
* Mon Dec 01 2014 Automatic Build System <autodist@mambasoft.it> 3.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:04:14 +01:00
|
|
|
* Thu Nov 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.1-2mamba
|
|
|
|
- require libgtksourceview instead of pygtksourceview
|
|
|
|
- rebuilt adding install_data
|
|
|
|
|
2024-01-06 07:04:14 +01:00
|
|
|
* Fri Oct 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.1-1mamba
|
|
|
|
- update to 3.12.1
|
|
|
|
|
2024-01-06 07:04:13 +01:00
|
|
|
* Sat Mar 08 2014 Automatic Build System <autodist@mambasoft.it> 3.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:04:13 +01:00
|
|
|
* Wed Jan 22 2014 Automatic Build System <autodist@mambasoft.it> 1.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 15 2013 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 18 2013 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Sep 23 2013 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Sep 16 2013 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Sep 01 2013 Automatic Build System <autodist@mambasoft.it> 1.7.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 28 2013 Automatic Build System <autodist@mambasoft.it> 1.7.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 04 2013 Automatic Build System <autodist@mambasoft.it> 1.7.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 1.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 03 2013 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Nov 06 2012 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 23 2012 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jul 03 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.6.0-1mamba
|
|
|
|
- update to 1.6.0
|
|
|
|
|
|
|
|
* Tue Jul 26 2011 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
|
|
|
- update to 1.5.2
|
|
|
|
|
|
|
|
* Fri May 20 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.5.1-1mamba
|
|
|
|
- package created by autospec
|