]> git.pld-linux.org Git - packages/kde4-poxml.git/blame - kde4-poxml.spec
- updated to 4.13.1 (by update-kde4.sh)
[packages/kde4-poxml.git] / kde4-poxml.spec
CommitLineData
719c6a3c
WF
1#
2# TODO:
3# - add man files
4#
5%define orgname poxml
6%define _state stable
7%define qtver 4.8.1
8
9Summary: An xml2po and vice versa converters
10Summary(pl.UTF-8): Konwertery po2xml i vice versa
11Name: kde4-%{orgname}
3e35e88e 12Version: 4.13.1
719c6a3c
WF
13Release: 1
14License: GPL
15Group: X11/Development/Tools
16Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
3e35e88e 17# Source0-md5: 78b39b247137f0571b39b66c606a7a2d
719c6a3c
WF
18URL: http://www.kde.org/
19BuildRequires: QtNetwork-devel >= %{qtver}
20BuildRequires: QtScriptTools-devel >= %{qtver}
21BuildRequires: antlr
22BuildRequires: automoc4 >= 0.9.88
23BuildRequires: bzip2-devel
24BuildRequires: cmake >= 2.8.0
25BuildRequires: db-devel
26BuildRequires: docbook-dtd42-xml
27BuildRequires: docbook-style-xsl
28BuildRequires: gettext-devel
29BuildRequires: hunspell-devel
30BuildRequires: kde4-kdebase-devel >= %{version}
31BuildRequires: kde4-kdepimlibs-devel >= %{version}
32BuildRequires: qca-devel >= 2.0.0
33BuildRequires: qt4-build >= %{qtver}
34BuildRequires: qt4-qmake >= %{qtver}
35BuildRequires: rpm-pythonprov
36BuildRequires: rpmbuild(macros) >= 1.600
37BuildRequires: shared-mime-info
38BuildRequires: utempter-devel
39BuildRequires: xorg-lib-libXpm-devel
40BuildRequires: xorg-lib-libXtst-devel
41Requires: /usr/bin/python
42Obsoletes: kde4-kdesdk-po2xml
43BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45%description
46An xml2po and vice versa converters.
47
48%description -l pl.UTF-8
49Konwertery po2xml i vice versa.
50
51%description
52poxml.
53
54%prep
55%setup -q -n %{orgname}-%{version}
56
57%build
58install -d build
59cd build
60%cmake \
61 ../
62
63%{__make}
64
65%install
66rm -rf $RPM_BUILD_ROOT
67
68install -d $RPM_BUILD_ROOT{%{_gimpdir}/palettes,%{_appdefsdir}}
69
70%{__make} -C build install \
71 DESTDIR=$RPM_BUILD_ROOT \
72 kde_htmldir=%{_kdedocdir}
73
74rm -rf $RPM_BUILD_ROOT%{_iconsdir}/locolor
75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
79%files
80%defattr(644,root,root,755)
81%attr(755,root,root) %{_bindir}/po2xml
82%attr(755,root,root) %{_bindir}/split2po
83%attr(755,root,root) %{_bindir}/swappo
84%attr(755,root,root) %{_bindir}/xml2pot
85%{_mandir}/man1/*
This page took 1.957974 seconds and 4 git commands to generate.