On 04/07/2010 04:59 PM, Rahul Sundaram wrote:
> On 04/07/2010 05:37 PM, Ralf Corsepius wrote:
>> There is a small bug in the example:
>>
>> Instead of
>>
>> %find_lang %{name}
>> rm -f $RPM_BUILD_ROOT/usr/share/info/dir
>>
>> this should be
>>
>> %find_lang %{name}
>> rm -f $RPM_BUILD_ROOT%{_infodi
On 04/07/2010 05:37 PM, Ralf Corsepius wrote:
> There is a small bug in the example:
>
> Instead of
>
> %find_lang %{name}
> rm -f $RPM_BUILD_ROOT/usr/share/info/dir
>
> this should be
>
> %find_lang %{name}
> rm -f $RPM_BUILD_ROOT%{_infodir}/dir
>
Hmm. The original example works. Changing th
On Wed, Apr 7, 2010 at 2:18 PM, Rahul Sundaram wrote:
> On 04/07/2010 05:37 PM, Ralf Corsepius wrote:
>> There is a small bug in the example:
>>
>> Instead of
>>
>> %find_lang %{name}
>> rm -f $RPM_BUILD_ROOT/usr/share/info/dir
>>
>> this should be
>>
>> %find_lang %{name}
>> rm -f $RPM_BUILD_ROOT
On 04/07/2010 05:37 PM, Ralf Corsepius wrote:
> There is a small bug in the example:
>
> Instead of
>
> %find_lang %{name}
> rm -f $RPM_BUILD_ROOT/usr/share/info/dir
>
> this should be
>
> %find_lang %{name}
> rm -f $RPM_BUILD_ROOT%{_infodir}/dir
>
Someone else fixed it now. Thanks.
Rahul
--
On Wed, Apr 7, 2010 at 2:07 PM, Ralf Corsepius wrote:
> There is a small bug in the example:
Corrected.
Thanks
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
On 04/07/2010 01:50 PM, Rahul Sundaram wrote:
> On 03/29/2010 03:55 AM, Michal Schmidt wrote:
>> On Mon, 29 Mar 2010 03:43:23 +0530 Rahul Sundaram wrote:
>>
>>> For the purpose of doing a RPM packaging workshop, I need a simple
>>> clear hello world type example using autotools. Can anyone point me
On 03/29/2010 03:55 AM, Michal Schmidt wrote:
> On Mon, 29 Mar 2010 03:43:23 +0530 Rahul Sundaram wrote:
>
>> For the purpose of doing a RPM packaging workshop, I need a simple
>> clear hello world type example using autotools. Can anyone point me to
>> something suitable for the purpose?
>>
On 03/29/2010 03:55 AM, Michal Schmidt wrote:
> On Mon, 29 Mar 2010 03:43:23 +0530 Rahul Sundaram wrote:
>
>> For the purpose of doing a RPM packaging workshop, I need a simple
>> clear hello world type example using autotools. Can anyone point me to
>> something suitable for the purpose?
>>
On Mon, 29 Mar 2010 03:43:23 +0530 Rahul Sundaram wrote:
> For the purpose of doing a RPM packaging workshop, I need a simple
> clear hello world type example using autotools. Can anyone point me to
> something suitable for the purpose?
You mean GNU hello? :-)
http://www.gnu.org/software/hello/
M
Hi,
For the purpose of doing a RPM packaging workshop, I need a simple clear
hello world type example using autotools. Can anyone point me to
something suitable for the purpose?
Rahul
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
10 matches
Mail list logo