[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 6391: Updated RPM spec file

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Thu, 19 Jul 2012 14:48:11 -0000

------------------------------------------------------------
revno: 6391
committer: Miika Komu <miika@xxxxxx>
branch nick: hipl
timestamp: Thu 2012-07-19 17:47:31 +0300
message:
  Updated RPM spec file
  
  The RPM spec file was out of date with the latest changes in the trunk. 
  A new library was introduced and the core library was renamed.
modified:
  packaging/hipl.spec


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'packaging/hipl.spec'
--- packaging/hipl.spec 2012-03-13 15:27:06 +0000
+++ packaging/hipl.spec 2012-07-19 14:47:31 +0000
@@ -91,8 +91,10 @@
 # up some RPM warnings about unpackaged files. The doc files do get packaged,
 # but still cause warnings for some reason, this works around that fact.
 rm -r %{buildroot}%{_datadir}/doc/hipl
-rm    %{buildroot}%{_libdir}/libhipcore.a
-rm    %{buildroot}%{_libdir}/libhipcore.la
+rm    %{buildroot}%{_libdir}/libcore.a
+rm    %{buildroot}%{_libdir}/libcore.la
+rm    %{buildroot}%{_libdir}/libhipl.a
+rm    %{buildroot}%{_libdir}/libhipl.la
 
 %post daemon
 if [ "$1" = "2" ]; then

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 6391: Updated RPM spec file - noreply