diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..a42950d --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libenca0 diff --git a/enca.changes b/enca.changes index daefa43..81ccaf5 100644 --- a/enca.changes +++ b/enca.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 14 13:38:21 UTC 2011 - toddrme2178@gmail.com + +- added 32bit compatibility libraries +- removed tests for obsolete openSUSE versions + ------------------------------------------------------------------- Wed May 5 08:12:33 UTC 2010 - mcihar@suse.cz diff --git a/enca.spec b/enca.spec index 0731baf..dc9eaa2 100644 --- a/enca.spec +++ b/enca.spec @@ -25,12 +25,9 @@ Release: 1 License: GPLv2 Url: http://gitorious.org/enca Source: %{name}-%{version}.tar.bz2 +Source1: baselibs.conf Requires: sed -%if 0%{?suse_version} <= 1020 -%define gtk_doc /opt/gnome/share/gtk-doc -%else %define gtk_doc %{_datadir}/gtk-doc -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig @@ -87,11 +84,7 @@ library. make %install -%if 0%{?suse_version} <= 1020 && 0%{?suse_version} > 0 -%makeinstall HTML_DIR=$RPM_BUILD_ROOT/%{gtk_doc}/html -%else %makeinstall HTML_DIR=%{gtk_doc}/html -%endif # the .la file is not needed without static libs rm %{buildroot}/%{_libdir}/libenca.la