%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
cd %{name}/fonts
mkdir -p $RPM_BUILD_ROOT/%{fontdir}
cp *.ttf fonts.dir $RPM_BUILD_ROOT/%{fontdir}
.....
%files
%attr(-,root,root) %{fontdir}
%dir %{fontdir}
My project uses NAnt as a build system, and is primarily Mono-based. Do I necessarily need to use RPM to build the project so I can package it in an RPM?Ideally I would like to be able to just package up a shadow directory (/usr/local/ansa) and install it via RPM, since my build system is a bit less than standard :)Ideas?CheersR. Tyler Ballance: Lead Mac Developer at bleep. software
contact: tyler bleepsoft com | jabber: tyler jabber geekisp com
_______________________________________________
Rpm-list mailing list
Rpm-list redhat com
https://www.redhat.com/mailman/listinfo/rpm-list