]> git.pld-linux.org Git - packages/xmlcopyeditor.git/blame - xmlcopyeditor.spec
- release 2 (by relup.sh)
[packages/xmlcopyeditor.git] / xmlcopyeditor.spec
CommitLineData
2dfe5091
JR
1Summary: Fast, free, validating XML editor
2Summary(pl.UTF-8): Szybkim, wolnodostępnym, walidującym edytorem XML
3Name: xmlcopyeditor
5a96e3db 4Version: 1.2.0.12
6ab28354 5Release: 2
2dfe5091
JR
6License: GPL v2
7Group: Applications
51dc6e4d 8Source0: http://download.sourceforge.net/xml-copy-editor/%{name}-%{version}.tar.gz
5a96e3db 9# Source0-md5: 7f0288a05324ed594d53f049600c5aad
2dfe5091
JR
10URL: https://sourceforge.net/projects/xml-copy-editor/
11BuildRequires: aspell-devel
19bb1e84
KK
12BuildRequires: boost-devel
13BuildRequires: expat-devel
2dfe5091 14BuildRequires: libstdc++-devel
19bb1e84 15BuildRequires: libxslt-devel
2dfe5091
JR
16BuildRequires: pcre-devel
17BuildRequires: wxGTK2-unicode-devel
18BuildRequires: xerces-c-devel
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22XML Copy Editor is a fast, free, validating XML editor
23
24%description -l pl.UTF-8
25XML 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
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -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.126201 seconds and 4 git commands to generate.