Updating orc to release 0.4.5.
This commit is contained in:
parent
05fd7fce3d
commit
af56137518
@ -1 +1 @@
|
||||
orc-0.4.4.tar.gz
|
||||
orc-0.4.5.tar.gz
|
||||
|
9
orc.spec
9
orc.spec
@ -1,6 +1,6 @@
|
||||
Name: orc
|
||||
Version: 0.4.4
|
||||
Release: 2%{?dist}
|
||||
Version: 0.4.5
|
||||
Release: 1%{?dist}
|
||||
Summary: The Oil Run-time Compiler
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -68,6 +68,7 @@ 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
|
||||
@ -111,6 +112,10 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 14 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.5-1
|
||||
- Updated to 0.4.5.
|
||||
- Removed testing libraries from package.
|
||||
|
||||
* Mon Apr 05 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.4-2
|
||||
- Docs as noarch.
|
||||
- Sanitize timestamps of header files.
|
||||
|
Loading…
Reference in New Issue
Block a user