- New version from upstream
- Also stop building the compat lib, it is not necessary anymore
This commit is contained in:
parent
5ffe28a56c
commit
6175c49508
@ -1 +1 @@
|
||||
talloc-2.0.0.tar.gz
|
||||
talloc-2.0.1.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libtalloc
|
||||
Version: 2.0.0
|
||||
Release: 0%{?dist}
|
||||
Version: 2.0.1
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Daemons
|
||||
Summary: The talloc library
|
||||
License: LGPLv3+
|
||||
@ -28,7 +28,8 @@ Header files needed to develop programs that link against the Talloc library.
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --enable-talloc-compat1
|
||||
#%configure --enable-talloc-compat1
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -40,7 +41,7 @@ ln -s libtalloc.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libtalloc.so.2
|
||||
ln -s libtalloc.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libtalloc.so
|
||||
|
||||
#Compatibility library
|
||||
ln -s libtalloc-compat1-2.0.0.so $RPM_BUILD_ROOT%{_libdir}/libtalloc.so.1
|
||||
#ln -s libtalloc-compat1-2.0.0.so $RPM_BUILD_ROOT%{_libdir}/libtalloc.so.1
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/libtalloc.a
|
||||
rm -f $RPM_BUILD_ROOT/usr/share/swig/*/talloc.i
|
||||
@ -52,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libtalloc.so.*
|
||||
%{_libdir}/libtalloc-compat1-2.0.0.so
|
||||
#%{_libdir}/libtalloc-compat1-2.0.0.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -68,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Dec 15 2009 Simo Sorce <ssorce@redhat.com> - 2.0.1-1
|
||||
- New version from upstream
|
||||
- Also stop building the compat lib, it is not necessary anymore
|
||||
|
||||
* Tue Sep 8 2009 Simo Sorce <ssorce@redhat.com> - 2.0.0-0
|
||||
- New version from upstream.
|
||||
- Build also sover 1 compat library to ease packages migration
|
||||
|
||||
Loading…
Reference in New Issue
Block a user