]> git.pld-linux.org Git - SPECS.git/blob - xmlcopyeditor.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xmlcopyeditor.spec
1 Summary:        Fast, free, validating XML editor
2 Summary(pl.UTF-8):      Szybkim, wolnodostępnym, walidującym edytorem XML
3 Name:           xmlcopyeditor
4 Version:        1.2.0.12
5 Release:        2
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://download.sourceforge.net/xml-copy-editor/%{name}-%{version}.tar.gz
9 # Source0-md5:  7f0288a05324ed594d53f049600c5aad
10 URL:            https://sourceforge.net/projects/xml-copy-editor/
11 BuildRequires:  aspell-devel
12 BuildRequires:  boost-devel
13 BuildRequires:  expat-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  libxslt-devel
16 BuildRequires:  pcre-devel
17 BuildRequires:  wxGTK2-unicode-devel
18 BuildRequires:  xerces-c-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 XML Copy Editor is a fast, free, validating XML editor
23
24 %description -l pl.UTF-8
25 XML Copy Editor jest szybkim, wolnodostępnym, walidującym edytorem XML.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure \
32         --with-wx-config=%{_bindir}/wx-gtk2-unicode-config
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS NEWS
48 %attr(755,root,root) %{_bindir}/*
49 %{_datadir}/%{name}
50 %{_desktopdir}/%{name}.desktop
51 %{_pixmapsdir}/%{name}.png
This page took 0.238641 seconds and 3 git commands to generate.