Logoj0ke.net Open Build Service > Projects > server:backup > itstool > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed itstool.spec
x
 
1
@@ -30,7 +30,11 @@
2
 Requires:       libxml2-python
3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
4
 BuildArch:      noarch
5
+%if 0%{?suse_version}
6
 %py_requires
7
+%else
8
+BuildRequires: python-devel
9
+%endif
10
 
11
 %description
12
 ITS Tool extracts messages from XML files and outputs PO template files, then
13
@@ -57,7 +61,7 @@
14
 %doc ChangeLog COPYING COPYING.GPL3 NEWS
15
 %{_bindir}/%{name}
16
 %{_datadir}/%{name}/
17
-%{_mandir}/man1/itstool.1%{?ext_man}
18
+%{_mandir}/man1/itstool.1*
19
 
20
 %changelog
21
 * Tue Sep 20 2011 vuntz@opensuse.org
22