From b60114c37bc81fb360ee76d2e286ebd87b2ada81 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 26 Aug 2011 11:37:24 +0100 Subject: [PATCH] Don't need hack for making an unversioned Python module. --- hivex.spec | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/hivex.spec b/hivex.spec index bc9a3b9..54bdc88 100644 --- a/hivex.spec +++ b/hivex.spec @@ -7,7 +7,7 @@ Name: hivex Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Read and write Windows Registry binary hive files Group: Development/Libraries @@ -187,15 +187,8 @@ find $RPM_BUILD_ROOT -name .packlist -delete find $RPM_BUILD_ROOT -name '*.bs' -delete # Remove unwanted Python files: -rm $RPM_BUILD_ROOT%{python_sitearch}/libhivexmod.a rm $RPM_BUILD_ROOT%{python_sitearch}/libhivexmod.la -# Only install unversioned *.so file for Python bindings. -rm $RPM_BUILD_ROOT%{python_sitearch}/libhivexmod.so -mv $RPM_BUILD_ROOT%{python_sitearch}/libhivexmod.so.0.0.0 \ - $RPM_BUILD_ROOT%{python_sitearch}/libhivexmod.so -rm $RPM_BUILD_ROOT%{python_sitearch}/libhivexmod.so.0* - %find_lang %{name} @@ -282,9 +275,10 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Aug 26 2011 Richard W.M. Jones - 1.3.1-1 +* Fri Aug 26 2011 Richard W.M. Jones - 1.3.1-2 - New upstream version 1.3.1. - Remove patch, now upstream. +- Don't need hack for making an unversioned Python module. * Mon Aug 15 2011 Richard W.M. Jones - 1.3.0-3 - New upstream version 1.3.0.