Bugfix: orc 0.4.5-2.

This commit is contained in:
Fabian Deutsch 2010-06-17 16:28:38 +00:00
parent af56137518
commit 58ba989cae

View File

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