[hipl-commit] [trunk] Rev 3822: Forgot to remove native API applications from binary building.

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 5 Mar 2010 13:09:11 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: Fri Mar 05 13:09:10 2010 +0200
Revision: 3822
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Forgot to remove native API applications from binary building.

Modified:
  M  test/packaging/hipl-deb.spec
  M  test/packaging/hipl-rpm.spec

=== modified file 'test/packaging/hipl-deb.spec'
--- test/packaging/hipl-deb.spec        2010-03-05 09:48:36 +0000
+++ test/packaging/hipl-deb.spec        2010-03-05 11:09:10 +0000
@@ -215,10 +215,7 @@
 %files test
 /usr/bin/conntest-client-opp
 /usr/bin/conntest-client-hip
-/usr/bin/conntest-client-native
-/usr/bin/conntest-client-native-user-key
 /usr/bin/conntest-server
-/usr/bin/conntest-server-native
 
 %files firewall
 /usr/sbin/hipfw

=== modified file 'test/packaging/hipl-rpm.spec'
--- test/packaging/hipl-rpm.spec        2010-03-05 09:48:36 +0000
+++ test/packaging/hipl-rpm.spec        2010-03-05 11:09:10 +0000
@@ -238,10 +238,7 @@
 %files test
 %{prefix}/bin/conntest-client-opp
 %{prefix}/bin/conntest-client-hip
-%{prefix}/bin/conntest-client-native
-%{prefix}/bin/conntest-client-native-user-key
 %{prefix}/bin/conntest-server
-%{prefix}/bin/conntest-server-native
 
 %files firewall
 %{prefix}/sbin/hipfw

Other related posts:

  • » [hipl-commit] [trunk] Rev 3822: Forgot to remove native API applications from binary building. - Miika Komu