From c02df102988bc156d22d18c1050dd1ebc30791ff Mon Sep 17 00:00:00 2001 From: john5342 Date: Jan 24 2009 00:58:35 +0000 Subject: - Actually remove lit2epub this time --- diff --git a/ebook-tools.spec b/ebook-tools.spec index 0aa8634..f192bee 100644 --- a/ebook-tools.spec +++ b/ebook-tools.spec @@ -1,6 +1,6 @@ Name: ebook-tools Version: 0.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools for accessing and converting various ebook file formats Group: Applications/Publishing @@ -55,7 +55,7 @@ rm -rf %{buildroot} cd build make install DESTDIR=%{buildroot} #remove because it doesnt work without clit -rm -f %{_bindir}/lit2epub +rm -f %{buildroot}%{_bindir}/lit2epub %clean rm -rf %{buildroot} @@ -67,7 +67,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc -%{_bindir}/* +%{_bindir}/einfo %files devel %defattr(-,root,root,-) @@ -80,6 +80,9 @@ rm -rf %{buildroot} %{_libdir}/*.so.* %changelog +* Sat Jan 24 2009 John5342 0.1.1-3 +- Actually remove lit2epub this time + * Mon Dec 15 2008 John5342 0.1.1-2 - Removed lit2epub as it doesnt work without clit