update to 1.1.0 [release 1.1.0-1mamba;Tue May 01 2012]
This commit is contained in:
parent
29a83487ef
commit
c93313aa3e
@ -1,2 +1,4 @@
|
|||||||
# SymbolEditor
|
# 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.
|
||||||
|
|
||||||
|
55
SymbolEditor.spec
Normal file
55
SymbolEditor.spec
Normal file
@ -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 <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
|
Loading…
Reference in New Issue
Block a user