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:
parent
7a6c4c5def
commit
7994d1ce95
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
libenca0
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user