--- html2text.spec 2005-02-27 17:49:14 +0600 +++ html2text.spec 2005-09-07 01:40:33 +0700 @@ -1,15 +1,18 @@ Name: html2text Version: 1.3.2a -Release: alt1 +Release: alt1.1 Summary: An HTML-to-text converter License: GPL Group: Text tools -Url: http://userpage.fu-berlin.de/~mbayer/tools/%name.html +Url: http://www.mbayer.de/html2text/ +Packager: Dmitry V. Levin Source: ftp://ftp.ibiblio.org/pub/linux/apps/www/converters/%name-%version.tar.bz2 +Patch: last_char.patch -BuildRequires: gcc-c++ +# Automatically added by buildreq on Sun Aug 28 2005 +BuildRequires: gcc-c++ libstdc++-devel %description html2text is a command line utility that converts HTML documents into @@ -34,18 +37,19 @@ %prep %setup -q -gunzip *.[15].gz +%__gzip -d *.[15].gz +%patch -p1 %build -./configure -%make_build DEBUG="$RPM_OPT_FLAGS" -bzip2 -9kf CHANGES +%configure +%make_build DEBUG="%optflags" +%__bzip2 -9kf CHANGES %install -mkdir -p $RPM_BUILD_ROOT%prefix/bin -%__install -pD -m755 %name $RPM_BUILD_ROOT%_bindir/%name -%__install -pD -m644 %name.1 $RPM_BUILD_ROOT%_man1dir/%name.1 -%__install -pD -m644 %{name}rc.5 $RPM_BUILD_ROOT%_man5dir/%{name}rc.5 +%__mkdir_p %buildroot%_bindir +%__install -pD -m755 %name %buildroot%_bindir/%name +%__install -pD -m644 %name.1 %buildroot%_man1dir/%name.1 +%__install -pD -m644 %{name}rc.5 %buildroot%_man5dir/%{name}rc.5 %files %_bindir/* @@ -53,6 +57,14 @@ %doc CHANGES.bz2 CREDITS KNOWN_BUGS README RELEASE_NOTES TODO %changelog +* Wed Sep 07 2005 php-coder 1.3.2a-alt1.1 +- NMU +- The last char of Bulgarian alphabet now displayed (#7452) +- Added Packager tag +- Changed %%Url +- Updated BuildRequires +- Spec cleanup + * Sun Feb 27 2005 Dmitry V. Levin 1.3.2a-alt1 - Packaged for ALT Linux, based on spec from http://userpage.fu-berlin.de/~mbayer/tools/html2text.spec