diff --git a/SymbolEditor.spec b/SymbolEditor.spec index 745633b..195d6dc 100644 --- a/SymbolEditor.spec +++ b/SymbolEditor.spec @@ -1,31 +1,46 @@ Name: SymbolEditor -Version: 1.1.0 +Version: 2.1.0 Release: 1mamba -Summary: Is a program to be used to create symbols for use with KXStitch -Group: Graphical Desktop/Applications/Graphic +Summary: A program to be used to create symbols for use with KXStitch +Group: Graphical Desktop/Applications/Graphics Vendor: openmamba Distribution: openmamba -Packager: Ercole 'ercolinux' Carpanetto -URL: http://sourceforge.net/apps/mediawiki/kxstitch/index.php?title=Main_Page -Source: http://netcologne.dl.sourceforge.net/project/kxstitch/SymbolEditor/%{version}/SymbolEditor-%{version}-KDE4.tar.gz +Packager: Silvan Calarco +URL: https://sourceforge.net/projects/kxstitch/ +Source: https://kde.mirror.garr.it/kde/ftp/stable/symboleditor/%{version}/symboleditor-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: kdelibs-devel +BuildRequires: libX11-devel BuildRequires: libgcc -BuildRequires: libqt4-devel +BuildRequires: libkauth-devel +BuildRequires: libkbookmarks-devel +BuildRequires: libkcodecs-devel +BuildRequires: libkcompletion-devel +BuildRequires: libkconfig-devel +BuildRequires: libkconfigwidgets-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libki18n-devel +BuildRequires: libkio-devel +BuildRequires: libkitemviews-devel +BuildRequires: libkjobwidgets-devel +BuildRequires: libkservice-devel +BuildRequires: libkwidgetsaddons-devel +BuildRequires: libkwindowsystem-devel +BuildRequires: libkxmlgui-devel +BuildRequires: libsolid-devel BuildRequires: libstdc++6-devel +BuildRequires: qt5-qtbase-devel ## AUTOBUILDREQ-END BuildRequires: cmake -BuildRoot: %{_tmppath}/%{name}-%{version}-root - -%debug_package %description SymbolEditor is to be used to create symbols for use with KXStitch. Currently KXStitch uses standard text fonts for symbols used in patterns, however issues with different languages, the limited number of characters available and the general suitability of the characters for their purpose has driven the need to create a specific symbol library for KXStitch. +%debug_package + %prep -%setup -q -n %{name}-%{version}-KDE4 +%setup -q -n symboleditor-%{version} %build %cmake -d build @@ -35,19 +50,26 @@ SymbolEditor is to be used to create symbols for use with KXStitch. Currently KX [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build +%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files +%files -f %{name}.lang %defattr(-,root,root) %{_bindir}/SymbolEditor -%{_datadir}/applications/kde4/SymbolEditor.desktop -%{_datadir}/apps/SymbolEditor/SymbolEditorui.rc -%{_datadir}/apps/SymbolEditor/toolbar/*.png -%{_datadir}/icons/hicolor/*/apps/symboleditor.png -%{_datadir}/icons/locolor/*/apps/symboleditor.png +%{_datadir}/applications/org.kde.SymbolEditor.desktop +%{_datadir}/config.kcfg/SymbolEditor.kcfg +%{_datadir}/icons/hicolor/22x22/actions/symboleditor*.png +%{_datadir}/icons/hicolor/scalable/apps/symboleditor.svgz +%{_datadir}/kxmlgui5/SymbolEditor/SymbolEditorui.rc +%{_datadir}/metainfo/org.kde.SymbolEditor.appdata.xml +%doc COPYING %changelog +* Sat Nov 26 2022 Silvan Calarco 2.1.0-1mamba +- update to 2.1.0 + * Tue May 01 2012 Ercole 'ercolinux' Carpanetto 1.1.0-1mamba - update to 1.1.0