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
|
Wed May 5 08:12:33 UTC 2010 - mcihar@suse.cz
|
||||||
|
|
||||||
|
@ -25,12 +25,9 @@ Release: 1
|
|||||||
License: GPLv2
|
License: GPLv2
|
||||||
Url: http://gitorious.org/enca
|
Url: http://gitorious.org/enca
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
Requires: sed
|
Requires: sed
|
||||||
%if 0%{?suse_version} <= 1020
|
|
||||||
%define gtk_doc /opt/gnome/share/gtk-doc
|
|
||||||
%else
|
|
||||||
%define gtk_doc %{_datadir}/gtk-doc
|
%define gtk_doc %{_datadir}/gtk-doc
|
||||||
%endif
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
@ -87,11 +84,7 @@ library.
|
|||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%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
|
%makeinstall HTML_DIR=%{gtk_doc}/html
|
||||||
%endif
|
|
||||||
# the .la file is not needed without static libs
|
# the .la file is not needed without static libs
|
||||||
rm %{buildroot}/%{_libdir}/libenca.la
|
rm %{buildroot}/%{_libdir}/libenca.la
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user