automatic version update by autodist [release 2.9.92-1mamba;Sat Aug 04 2018]
This commit is contained in:
parent
995c938ede
commit
123dc1e602
23
kile.spec
23
kile.spec
@ -1,5 +1,5 @@
|
|||||||
Name: kile
|
Name: kile
|
||||||
Version: 2.9.91
|
Version: 2.9.92
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A user friendly TeX/LaTeX editor for the KDE desktop environment
|
Summary: A user friendly TeX/LaTeX editor for the KDE desktop environment
|
||||||
Group: Graphical Desktop/Applications/Publishing
|
Group: Graphical Desktop/Applications/Publishing
|
||||||
@ -7,13 +7,12 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://kile.sourceforge.net/
|
URL: http://kile.sourceforge.net/
|
||||||
Source: https://downloads.sourceforge.net/project/kile/unstable/kile-3.0b1/kile-%{version}.tar.bz2
|
Source: https://downloads.sourceforge.net/project/kile/unstable/kile-3.0b2/kile-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kdelibs4-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libsoprano-devel
|
BuildRequires: libsoprano-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: tetex-latex
|
BuildRequires: tetex-latex
|
||||||
@ -95,6 +94,8 @@ The main features are:
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
rm -fr %{buildroot}%{_kde5_sharedir}/doc/kile
|
rm -fr %{buildroot}%{_kde5_sharedir}/doc/kile
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -119,7 +120,7 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/xdg/kile.categories
|
%{_sysconfdir}/xdg/kile.categories
|
||||||
%{_kde5_bindir}/kile
|
%{_kde5_bindir}/kile
|
||||||
@ -134,10 +135,22 @@ exit 0
|
|||||||
%{_datadir}/applications/org.kde.kile.desktop
|
%{_datadir}/applications/org.kde.kile.desktop
|
||||||
%{_datadir}/metainfo/org.kde.kile.appdata.xml
|
%{_datadir}/metainfo/org.kde.kile.appdata.xml
|
||||||
%{_datadir}/dbus-1/interfaces/net.sourceforge.kile.main.xml
|
%{_datadir}/dbus-1/interfaces/net.sourceforge.kile.main.xml
|
||||||
|
%doc %lang(ca) %{_kde5_htmldir}/ca/kile
|
||||||
%doc %lang(en) %{_kde5_htmldir}/en/kile
|
%doc %lang(en) %{_kde5_htmldir}/en/kile
|
||||||
|
%doc %lang(de) %{_kde5_htmldir}/de/kile
|
||||||
|
%doc %lang(fr) %{_kde5_htmldir}/fr/kile
|
||||||
|
%doc %lang(it) %{_kde5_htmldir}/it/kile
|
||||||
|
%doc %lang(nl) %{_kde5_htmldir}/nl/kile
|
||||||
|
%doc %lang(pl) %{_kde5_htmldir}/pl/kile
|
||||||
|
%doc %lang(pt_BR) %{_kde5_htmldir}/pt_BR/kile
|
||||||
|
%doc %lang(sv) %{_kde5_htmldir}/sv/kile
|
||||||
|
%doc %lang(uk) %{_kde5_htmldir}/uk/kile
|
||||||
%doc AUTHORS COPYING ChangeLog kile-remote-control.txt README*
|
%doc AUTHORS COPYING ChangeLog kile-remote-control.txt README*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 04 2018 Automatic Build System <autodist@mambasoft.it> 2.9.92-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Dec 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.91-1mamba
|
* Sat Dec 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.91-1mamba
|
||||||
- update to 2.9.91
|
- update to 2.9.91
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user