From c93313aa3e66a8325878bbfbe3735fee86a178d7 Mon Sep 17 00:00:00 2001 From: Ercole 'ercolinux' Carpanetto Date: Fri, 5 Jan 2024 17:54:16 +0100 Subject: [PATCH] update to 1.1.0 [release 1.1.0-1mamba;Tue May 01 2012] --- README.md | 2 ++ SymbolEditor.spec | 55 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 SymbolEditor.spec diff --git a/README.md b/README.md index ad087b4..02b9db1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # SymbolEditor +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. + diff --git a/SymbolEditor.spec b/SymbolEditor.spec new file mode 100644 index 0000000..745633b --- /dev/null +++ b/SymbolEditor.spec @@ -0,0 +1,55 @@ +Name: SymbolEditor +Version: 1.1.0 +Release: 1mamba +Summary: Is a program to be used to create symbols for use with KXStitch +Group: Graphical Desktop/Applications/Graphic +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 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: kdelibs-devel +BuildRequires: libgcc +BuildRequires: libqt4-devel +BuildRequires: libstdc++6-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. + +%prep +%setup -q -n %{name}-%{version}-KDE4 + +%build +%cmake -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%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 + +%changelog +* Tue May 01 2012 Ercole 'ercolinux' Carpanetto 1.1.0-1mamba +- update to 1.1.0 + +* Wed Apr 25 2012 Ercole 'ercolinux' Carpanetto 1.0.0-1mamba +- package created by autospec