rpms/orc/devel orc.spec,1.2,1.3

Fabian Deutsch fabiand at fedoraproject.org
Thu Jun 17 16:28:38 UTC 2010


Author: fabiand

Update of /cvs/pkgs/rpms/orc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8342

Modified Files:
	orc.spec 
Log Message:
Bugfix: orc 0.4.5-2.




Index: orc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/orc/devel/orc.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- orc.spec	13 Jun 2010 15:33:17 -0000	1.2
+++ orc.spec	17 Jun 2010 16:28:38 -0000	1.3
@@ -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} INSTAL
 
 # 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 <fabiand at fedoraproject.org> - 0.4.5-1
+* Sun Jun 13 2010 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.5-2
+- Added removed testing libraries to package.
+
+* Sun Jun 13 2010 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.5-1
 - Updated to 0.4.5.
 - Removed testing libraries from package.
 



More information about the scm-commits mailing list