automatic version update by autodist [release 16.04.0-1mamba;Sat Apr 23 2016]
This commit is contained in:
parent
370e12caa9
commit
5e64eeb9d4
@ -1,5 +1,5 @@
|
||||
Name: kcharselect
|
||||
Version: 4.14.3
|
||||
Version: 16.04.0
|
||||
Release: 1mamba
|
||||
Summary: Select special characters from any fonts and put them into the clipboard
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/%{version}/src/kcharselect-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/kcharselect-%{version}.tar.xz
|
||||
License: GPL
|
||||
BuildRequires: cmake
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -21,7 +21,7 @@ BuildRequires: libstdc++6-devel
|
||||
Provides: kcharselect4
|
||||
Obsoletes: kcharselect4
|
||||
Obsoletes: kdeutils < 4.8.0
|
||||
Requires: kde-workspace
|
||||
#Requires: kde-workspace
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -33,7 +33,7 @@ Kcharselect allows to select special characters from any fonts and put them into
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -45,26 +45,64 @@ Kcharselect allows to select special characters from any fonts and put them into
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_bindir}/kcharselect
|
||||
%{_kde4_xdgappsdir}/KCharSelect.desktop
|
||||
%{_kde4_datadir}/kcharselect/kcharselectui.rc
|
||||
#%{_kde4_kconfupdatedir}/kcharselect.upd
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/%{name}
|
||||
%{_kde5_bindir}/kcharselect
|
||||
%{_kde5_xdgappsdir}/org.kde.KCharSelect.desktop
|
||||
%{_kde5_kxmlguidir}/kcharselect/kcharselectui.rc
|
||||
%doc %lang(en) %{_kde5_htmldir}/en/%{name}
|
||||
%doc COPYING COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Sat Apr 23 2016 Automatic Build System <autodist@mambasoft.it> 16.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 12 2016 Automatic Build System <autodist@mambasoft.it> 15.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 20 2015 Automatic Build System <autodist@mambasoft.it> 15.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 11 2015 Automatic Build System <autodist@mambasoft.it> 15.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 13 2015 Automatic Build System <autodist@mambasoft.it> 15.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 20 2015 Automatic Build System <autodist@mambasoft.it> 15.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 23 2015 Automatic Build System <autodist@mambasoft.it> 15.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 15.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 03 2015 Automatic Build System <autodist@mambasoft.it> 15.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 12 2015 Automatic Build System <autodist@mambasoft.it> 15.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 30 2015 Automatic Build System <autodist@mambasoft.it> 15.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user