summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorciesiel2004-05-12 19:53:39 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitbaf939b9feb59ad1b23f777c42a945e921e3de84 (patch)
tree4559b99868c00a1442e20d4372235ff676c96dca
downloadi18ndude-baf939b9feb59ad1b23f777c42a945e921e3de84.zip
i18ndude-baf939b9feb59ad1b23f777c42a945e921e3de84.tar.gz
- initial releaseauto/ac/i18ndude-0_2_1-1
Changed files: i18ndude.spec -> 1.1
-rw-r--r--i18ndude.spec38
1 files changed, 38 insertions, 0 deletions
diff --git a/i18ndude.spec b/i18ndude.spec
new file mode 100644
index 0000000..37405f4
--- /dev/null
+++ b/i18ndude.spec
@@ -0,0 +1,38 @@
+%include /usr/lib/rpm/macros.python
+Summary: Tool for .pot convert
+Summary(pl): Narzędzie do konwersji plików .pot
+Name: i18ndude
+Version: 0.2.1
+Release: 1
+License: GPL
+Group: Base/Utilities
+Source0: http://dl.sourceforge.net/plone-i18n/%{name}.tar.gz
+# Source0-md5: aec7a85b2c9b99180e89417f58ce96bc
+URL: http://sourceforge.net/projects/plone-i18n/
+Requires: python-PyXML
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+i18ndude is a tool for .pot convert.
+
+%description -l pl
+i18ndude jest narzędziem do konwersji plików .pot.
+
+%prep
+%setup -q -c %{name}-%{ver}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_sbindir}
+cp -af %{name}/{*.py,*.pt} $RPM_BUILD_ROOT/%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{name}/{README.txt,TODO.txt}
+%attr(755,root,root) %{_sbindir}/*