From: <den...@us...> - 2010-08-28 21:33:38
|
Revision: 288 http://stdair.svn.sourceforge.net/stdair/?rev=288&view=rev Author: denis_arnaud Date: 2010-08-28 21:33:32 +0000 (Sat, 28 Aug 2010) Log Message: ----------- [Packaging] Fixed RPM packaging issues. Modified Paths: -------------- trunk/stdair/stdair.spec trunk/stdair/test/Makefile.am Modified: trunk/stdair/stdair.spec =================================================================== --- trunk/stdair/stdair.spec 2010-08-28 21:31:51 UTC (rev 287) +++ trunk/stdair/stdair.spec 2010-08-28 21:33:32 UTC (rev 288) @@ -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: trunk/stdair/test/Makefile.am =================================================================== --- trunk/stdair/test/Makefile.am 2010-08-28 21:31:51 UTC (rev 287) +++ trunk/stdair/test/Makefile.am 2010-08-28 21:33:32 UTC (rev 288) @@ -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. |