[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Help with non-source RPM
- From: Andreas Schiffler <aschiffler appwares com>
- To: rpm-list redhat com
- Subject: Re: Help with non-source RPM
- Date: Wed, 21 Nov 2001 16:55:22 -0500
Thanks all for your help,
Tim's suggestion worked.
>
> Summary: WonderFoo, a commercial calendaring product
> Name: wonderfoo
> Version: 1.0
> Release: 1
> Copyright: Yes, your company name & copyright years here.
> Group: Whatever seems appropriate
> #Source:
> URL: http://your.url.here
> Distribution: whatever
> Vendor: you
> Buildroot: /var/tmp/%{package}
>
> %description
> This package contains WonderFoo, blah blah blah
>
> %prep
> exit 0
>
> %build
> exit 0
>
> %install
> exit 0
>
> %clean
> exit 0
>
> %files
> %defattr(-,bin,bin,555)
>
> /path/to/file/or/dir
> /path/to/additional/files
>
>
> The only other thing you need to do is just build with `-bb'
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]