Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > aca8a44959868c3e394e45f8aef8a964 > files > 2

kmhtconvert-0.6-alt1.1.src.rpm

Name:         kmhtconvert
Version:      0.6
Release: alt1.1
URL:          http://users.otenet.gr/~geosp/kmhtconvert/
License:      GPL
Group:        Networking/WWW
Summary:      convert mht files to war files.
Source:       %name-%version.tar.gz

# Automatically added by buildreq on Sun Jan 09 2005
BuildRequires: fontconfig freetype2 gcc-c++ hostinfo kde-settings kdelibs-devel libarts-devel libjpeg-devel libpng-devel libqt3-devel libqt3-settings libstdc++-devel xml-utils xorg-x11-devel xorg-x11-libs zlib-devel

%description
kmhtConvert is a utility to convert mht (Windows Web Archive) files to war (KDE Web Archive) files.
I decided to write this utility because for a number of years I have been using Windows (who hasn't) and was used to saving data acquired from the net in  mht files. Since I started using Linux, if I wanted to read or use these files, I had to load Windows and extract the file(s). The same thing also happened when friends send me mht files by email.

%prep
%setup

%build
%__subst 's,\.la,.so,' configure
%configure --disable-rpath
%make_build

%install
%makeinstall
##%__install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%name
###%__install -m 644 TODO ChangeLog README COPYING INSTALL AUTHORS NEWS $RPM_BUILD_ROOT%{_docdir}/klinpopup/

%find_lang --with-kde %name

%post
if [ ! -d /var/lib/klinpopup ] ; then
    mkdir -vp /var/lib/klinpopup
    chmod 777 /var/lib/klinpopup
fi

%files -f %name.lang 
%doc TODO ChangeLog README COPYING INSTALL AUTHORS NEWS
%defattr(-,root,root)
%_bindir/*
%_datadir/applnk/Utilities/*
%_datadir/applnk/.hidden/*
%_datadir/apps/%name
%_datadir/apps/konqueror/*/*
%_iconsdir/*/*/*/*

%changelog
* Thu Jan 20 2005 ALT QA Team Robot <qa-robot@altlinux.org> 0.6-alt1.1
- Rebuilt with libstdc++.so.6.

* Tue Jan 11 2005 Nick S. Grechukh <gns@altlinux.ru> 0.6-alt1
- initial ALT build