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
This commit is contained in:
Sascha Peilicke 2011-07-21 09:42:36 +00:00 committed by Git OBS Bridge
parent 7a6c4c5def
commit 7994d1ce95
3 changed files with 8 additions and 8 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libenca0

View File

@ -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

View File

@ -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