From: undefine Date: Fri, 15 Aug 2003 09:57:20 +0000 (+0000) Subject: - initital pld version, stbr X-Git-Tag: auto/ac/archmage-0_0_6-1~3 X-Git-Url: http://git.pld-linux.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f39dac43b26f34ac2cea0ecc0fd028dd445dc3;p=packages%2Farchmage.git - initital pld version, stbr Changed files: archmage.spec -> 1.1 --- 29f39dac43b26f34ac2cea0ecc0fd028dd445dc3 diff --git a/archmage.spec b/archmage.spec new file mode 100644 index 0000000..2c1a46f --- /dev/null +++ b/archmage.spec @@ -0,0 +1,41 @@ +%include /usr/lib/rpm/macros.python + +Summary: CHM(Compiled HTML) Decompressor +Summary(pl): Dekompresor plików CHM(Compiled HTML) +Name: archmage +Version: 0.0.6 +Release: 1 +Source0: http://dl.sourceforge.net/sourceforge/archmage/%{name}-%{version}.tar.gz +# Source0-md5: 0ab0e7c51fbf10be0a2719f5b5f329f8 +License: GPL +Group: Development/Libraries +BuildRequires: python-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +URL: http://archmage.sf.net/ + +%description +arCHMage is an extensible reader and decompiler for files in the CHM +format. This is the format used by Microsoft HTML help, and is also known +as Compiled HTML. arCHMage is based on chmlib by Jed Wing. + +%description -l pl +arCHMage jest rozszerzalnym czytnikiem i dekompilatorem dla plików w formacie +CHM. Jest to format u¿ywany przez pliki pomocy Microsoft HTML, zwane tak¿e jako +skompilowany HTML. arCHMage bazuje na chmlib Jediego Winga. + +%prep +%setup -q + +%build +env CFLAGS="%{rpmcflags}" python setup.py build + +%install +rm -rf $RPM_BUILD_ROOT +python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f INSTALLED_FILES +%defattr(644,root,root,755) +%doc doc/* README