automatic version update by autodist [release 1.6-1mamba;Tue May 12 2015]
This commit is contained in:
parent
3a8dcd318e
commit
63436a663e
@ -1,5 +1,5 @@
|
|||||||
Name: konversation
|
Name: konversation
|
||||||
Version: 1.5.1
|
Version: 1.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A KDE graphical Internet Relay Chat client (IRC)
|
Summary: A KDE graphical Internet Relay Chat client (IRC)
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
@ -71,7 +71,7 @@ Highly configurable
|
|||||||
#%patch0 -p0
|
#%patch0 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -80,33 +80,36 @@ Highly configurable
|
|||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%check
|
|
||||||
desktop-file-validate %{buildroot}%{_kde4_xdgappsdir}/konversation.desktop
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_bindir}/konversation
|
%{_kde5_bindir}/konversation
|
||||||
%{_kde4_xdgappsdir}/konversation.desktop
|
%{_kde5_xdgappsdir}/org.kde.konversation.desktop
|
||||||
%{_kde4_datadir}/kconf_update/*.pl
|
%{_kde5_datadir}/kconf_update/*.pl
|
||||||
%{_kde4_datadir}/kconf_update/konversation.upd
|
%{_kde5_datadir}/kconf_update/konversation.upd
|
||||||
%dir %{_kde4_datadir}/konversation
|
%dir %{_kde5_datadir}/konversation
|
||||||
%{_kde4_datadir}/konversation/*.*rc
|
#%{_kde5_datadir}/konversation/*.*rc
|
||||||
%{_kde4_datadir}/konversation/scripts
|
%{_kde5_datadir}/konversation/scripts
|
||||||
%{_kde4_datadir}/konversation/themes
|
%{_kde5_datadir}/konversation/themes
|
||||||
%dir %{_kde4_datadir}/konversation/scripting_support
|
%dir %{_kde5_datadir}/konversation/scripting_support
|
||||||
%dir %{_kde4_datadir}/konversation/scripting_support/python
|
%dir %{_kde5_datadir}/konversation/scripting_support/python
|
||||||
%dir %{_kde4_datadir}/konversation/scripting_support/python/konversation
|
%dir %{_kde5_datadir}/konversation/scripting_support/python/konversation
|
||||||
%{_kde4_datadir}/konversation/scripting_support/python/konversation/*.py
|
%{_kde5_datadir}/konversation/scripting_support/python/konversation/*.py
|
||||||
%{_kde4_htmldir}/*/konversation
|
%{_datadir}/knotifications5/konversation.notifyrc
|
||||||
%{_kde4_icondir}/hicolor/*x*/*/*.png
|
%dir %{_datadir}/kxmlgui5/konversation
|
||||||
%{_kde4_icondir}/hicolor/scalable/*/*.svgz
|
%{_datadir}/kxmlgui5/konversation/konversationui.rc
|
||||||
%{_kde4_servicesdir}/*.protocol
|
%{_kde5_htmldir}/*/konversation
|
||||||
%doc AUTHORS COPYING* ChangeLog NEWS README TODO
|
%{_kde5_icondir}/hicolor/*x*/*/*.png
|
||||||
|
%{_kde5_servicesdir}/*.protocol
|
||||||
|
#%doc AUTHORS COPYING*
|
||||||
|
#ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 12 2015 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Nov 07 2014 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
|
* Fri Nov 07 2014 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user