From 7994d1ce95b8e7238d41d775c36e4e0ba29f33891b619aef5f42d23ae36d9179 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 21 Jul 2011 09:42:36 +0000 Subject: [PATCH] Accepting request 76586 from Education - added 32bit compatibility libraries - removed tests for obsolete openSUSE versions OBS-URL: https://build.opensuse.org/request/show/76586 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/enca?expand=0&rev=8 --- baselibs.conf | 1 + enca.changes | 6 ++++++ enca.spec | 9 +-------- 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 baselibs.conf 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