Accepting request 108176 from home:coolo:branches:openSUSE:Factory
trying to break the huge cycle we see in factory OBS-URL: https://build.opensuse.org/request/show/108176 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=9
This commit is contained in:
parent
41a3c2f7c3
commit
6283d80b18
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 6 13:46:28 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- do not buildrequire python, libxml2-python is enough
|
||||||
|
- and py_require is even more unneeded as it's not requiring a specific
|
||||||
|
version of python
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 5 22:16:33 UTC 2012 - dimstar@opensuse.org
|
Sun Feb 5 22:16:33 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: itstool
|
Name: itstool
|
||||||
Version: 1.1.2
|
Version: 1.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -24,11 +25,9 @@ Group: Development/Tools/Other
|
|||||||
Url: http://itstool.org
|
Url: http://itstool.org
|
||||||
Source: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
|
Source: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: libxml2-python
|
BuildRequires: libxml2-python
|
||||||
BuildRequires: python
|
|
||||||
Requires: libxml2-python
|
Requires: libxml2-python
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%py_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ITS Tool extracts messages from XML files and outputs PO template files, then
|
ITS Tool extracts messages from XML files and outputs PO template files, then
|
||||||
@ -47,9 +46,6 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%clean
|
|
||||||
%{?buildroot:%__rm -rf %{buildroot}}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog COPYING COPYING.GPL3 NEWS
|
%doc ChangeLog COPYING COPYING.GPL3 NEWS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user