diff --git a/orc.spec b/orc.spec index 58a9a1b..f0921bb 100644 --- a/orc.spec +++ b/orc.spec @@ -1,6 +1,6 @@ Name: orc Version: 0.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Oil Run-time Compiler Group: System Environment/Libraries @@ -68,7 +68,6 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" # Remove unneeded files. find %{buildroot}/%{_libdir} -name \*.a -or -name \*.la -delete -find %{buildroot}/%{_libdir} -name liborc-test-\* -delete rm -rf %{buildroot}/%{_libdir}/orc touch -r stamp-h1 %{buildroot}%{_includedir}/%{name}-0.4/orc/orc-stdint.h @@ -112,7 +111,10 @@ make check %changelog -* Mon Jun 14 2010 Fabian Deutsch - 0.4.5-1 +* Sun Jun 13 2010 Fabian Deutsch - 0.4.5-2 +- Added removed testing libraries to package. + +* Sun Jun 13 2010 Fabian Deutsch - 0.4.5-1 - Updated to 0.4.5. - Removed testing libraries from package.