automatic version update by autodist [release 3.11.0-1mamba;Sat Mar 08 2014]
This commit is contained in:
parent
c8fd48475f
commit
c5ffa0a57a
37
meld.spec
37
meld.spec
@ -1,5 +1,5 @@
|
|||||||
Name: meld
|
Name: meld
|
||||||
Version: 1.8.4
|
Version: 3.11.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A visual diff and merge tool
|
Summary: A visual diff and merge tool
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -30,19 +30,20 @@ You can browse and view a working copy from popular version control systems such
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
sed -i "s|update-mime-database|/bin/true|" Makefile
|
#sed -i "s|update-mime-database|/bin/true|" Makefile
|
||||||
sed -i "s|update-desktop-database|/bin/true|" Makefile
|
#sed -i "s|update-desktop-database|/bin/true|" Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make \
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
prefix=%{_prefix} \
|
|
||||||
libdir=%{_datadir}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall \
|
%{__python} setup.py install \
|
||||||
prefix=%{_prefix} \
|
-O1 --skip-build \
|
||||||
libdir=%{_datadir}
|
--root="%{buildroot}" \
|
||||||
|
--install-headers=%{_includedir}/python \
|
||||||
|
--install-lib=%{python_sitearch} \
|
||||||
|
--record=%{name}.filelist
|
||||||
|
|
||||||
# remove scrollkeeper files
|
# remove scrollkeeper files
|
||||||
rm -rf %{buildroot}%{_prefix}%{_localstatedir}/lib/scrollkeeper
|
rm -rf %{buildroot}%{_prefix}%{_localstatedir}/lib/scrollkeeper
|
||||||
@ -51,23 +52,23 @@ rm -rf %{buildroot}%{_prefix}%{_localstatedir}/lib/scrollkeeper
|
|||||||
install -D -m0664 meld.1 \
|
install -D -m0664 meld.1 \
|
||||||
%{buildroot}%{_mandir}/man1/meld.1
|
%{buildroot}%{_mandir}/man1/meld.1
|
||||||
|
|
||||||
%find_lang %{name}
|
#%find_lang %{name}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
|
#-f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/meld
|
%{_bindir}/meld
|
||||||
%{_datadir}/meld
|
%{_datadir}/meld
|
||||||
%{_datadir}/appdata/meld.appdata.xml
|
%{python_sitearch}/meld-%{version}-py*.egg-info
|
||||||
%{_datadir}/applications/meld.desktop
|
%dir %{python_sitearch}/meld
|
||||||
%{_datadir}/gnome/help/meld
|
%{python_sitearch}/meld/*
|
||||||
%{_datadir}/icons/HighContrast/scalable/apps/meld.svg
|
|
||||||
%{_datadir}/mime/packages/meld.xml
|
|
||||||
%{_datadir}/omf/meld
|
|
||||||
%{_datadir}/icons/hicolor/*/apps/meld.*
|
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 08 2014 Automatic Build System <autodist@mambasoft.it> 3.11.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jan 22 2014 Automatic Build System <autodist@mambasoft.it> 1.8.4-1mamba
|
* Wed Jan 22 2014 Automatic Build System <autodist@mambasoft.it> 1.8.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user