|
@@ -1,8 +1,8 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
|
|
|
Name: libtalloc
|
|
Name: libtalloc
|
|
-Version: 2.0.5
|
|
+Version: 2.0.7
|
|
-Release: 10%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
Summary: The talloc library
|
|
Summary: The talloc library
|
|
License: LGPLv3+
|
|
License: LGPLv3+
|
|
@@ -20,7 +20,7 @@ Distribution: Vine Linux
|
|
Packager: tomop
|
|
Packager: tomop
|
|
|
|
|
|
# Patches
|
|
# Patches
|
|
-Patch0001: 0001-Install-python-bindings-in-the-arch-specific-locatio.patch
|
|
+Patch0001: 0001-Install-python-bindings-in-the-arch-specific-location.patch
|
|
|
|
|
|
%description
|
|
%description
|
|
A library that implements a hierarchical allocator with destructors.
|
|
A library that implements a hierarchical allocator with destructors.
|
|
@@ -65,7 +65,7 @@ A library that implements a hierarchical allocator with destructors.
|
|
%patch0001 -p1
|
|
%patch0001 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
-./autogen.sh
|
|
+#./autogen.sh
|
|
%configure --disable-rpath --bundled-libraries=NONE
|
|
%configure --disable-rpath --bundled-libraries=NONE
|
|
make %{?_smp_mflags} V=1
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
@@ -128,6 +128,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 14 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.7-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- updated Patch0001.
|
|
|
|
+
|
|
* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.5-10
|
|
* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.5-10
|
|
- rebuild with python-2.7.2
|
|
- rebuild with python-2.7.2
|
|
|
|
|