56 lines
1.9 KiB
RPMSpec
56 lines
1.9 KiB
RPMSpec
|
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 <ercole69@gmail.com>
|
||
|
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 <ercole69@gmail.com> 1.1.0-1mamba
|
||
|
- update to 1.1.0
|
||
|
|
||
|
* Wed Apr 25 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.0-1mamba
|
||
|
- package created by autospec
|