This commit is contained in:
@@ -26,7 +26,7 @@ Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/atheme/libmowgli-2
|
||||
|
||||
Source: https://github.com/atheme/libmowgli-2/archive/v%version.tar.gz
|
||||
BuildRequires: pkgconfig(ssl)
|
||||
BuildRequires: pkgconfig(libssl)
|
||||
|
||||
%description
|
||||
mowgli is a development framework for C (like GLib) which provides
|
||||
@@ -67,7 +67,7 @@ block allocator.
|
||||
This package holds the development files for libmowgli v2.
|
||||
|
||||
%prep
|
||||
%setup -qn libmowgli-2-%version
|
||||
%autosetup -n libmowgli-2-%version -p1
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
@@ -76,7 +76,7 @@ fi
|
||||
%configure
|
||||
# They are still on so.0, but functions were added
|
||||
echo 'V_%version { global: *; };' >mowgli2.sym
|
||||
make %{?_smp_mflags} LDFLAGS="-Wl,--version-script=$PWD/mowgli2.sym"
|
||||
%make_build LDFLAGS="-Wl,--version-script=$PWD/mowgli2.sym"
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Reference in New Issue
Block a user