Revision: 287
http://stdair.svn.sourceforge.net/stdair/?rev=287&view=rev
Author: denis_arnaud
Date: 2010-08-28 21:31:51 +0000 (Sat, 28 Aug 2010)
Log Message:
-----------
[Branch 0.3.0] Fixed RPM packaging issues.
Modified Paths:
--------------
branches/stdair/0.3.0/main/stdair.spec
branches/stdair/0.3.0/main/test/Makefile.am
Modified: branches/stdair/0.3.0/main/stdair.spec
===================================================================
--- branches/stdair/0.3.0/main/stdair.spec 2010-08-28 21:21:40 UTC (rev 286)
+++ branches/stdair/0.3.0/main/stdair.spec 2010-08-28 21:31:51 UTC (rev 287)
@@ -68,7 +68,7 @@
%install
# On Fedora, the BuildRoot is automatically cleaned. Which is not the case for
# RedHat. See: https://fedoraproject.org/wiki/Packaging/Guidelines#BuildRoot_tag
-%if %{?rhel:rm -rf $RPM_BUILD_ROOT}
+%{?rhel:rm -rf $RPM_BUILD_ROOT}
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
# remove unpackaged files from the buildroot
rm -f $RPM_BUILD_ROOT%{_libdir}/lib%{name}.la
Modified: branches/stdair/0.3.0/main/test/Makefile.am
===================================================================
--- branches/stdair/0.3.0/main/test/Makefile.am 2010-08-28 21:21:40 UTC (rev 286)
+++ branches/stdair/0.3.0/main/test/Makefile.am 2010-08-28 21:31:51 UTC (rev 287)
@@ -4,7 +4,7 @@
MAINTAINERCLEANFILES = Makefile.in
##
-SUBDIRS = samples inheritance mpl stdair
+SUBDIRS = samples inheritance mpl architecture stdair
EXTRA_DIST =
##
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|