%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}
pj
On 1/17/07, R. Tyler Ballance <tyler@xxxxxxxxxxxxx
> wrote:
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@xxxxxxxxxxxxx | jabber: tyler@xxxxxxxxxxxxxxxxxx
_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list
--
Paul E. Johnson
Professor, Political Science
1541 Lilac Lane, Room 504
University of Kansas
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list