Author: megabajt Date: Wed Sep 21 18:35:34 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/itstool: itstool.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/itstool/itstool.spec diff -u /dev/null packages/itstool/itstool.spec:1.1 --- /dev/null Wed Sep 21 20:35:34 2011 +++ packages/itstool/itstool.spec Wed Sep 21 20:35:28 2011 @@ -0,0 +1,51 @@ +# $Revision$, $Date$ +Summary: ITS-based XML translation tool +Name: itstool +Version: 1.1.1 +Release: 1 +License: GPL v3 +Group: Applications +Source0: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2 +# Source0-md5: 1ea7e89d3753e84b51efec0339a4e281 +URL: http://itstool.org/ +Requires: python-libxml2 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +ITS Tool allows you to translate XML documents with PO files, using +rules from the W3C Internationalization Tag Set (ITS) to determine +what to translate and how to separate it into PO file messages. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog NEWS +%attr(755,root,root) %{_bindir}/itstool +%{_datadir}/itstool +%{_mandir}/man1/itstool.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/09/21 18:35:28 megabajt +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
