Re: RPM packaging workshop example

2010-04-07 Thread Ralf Corsepius
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

Re: RPM packaging workshop example

2010-04-07 Thread Rahul Sundaram
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

Re: RPM packaging workshop example

2010-04-07 Thread yersinia
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

Re: RPM packaging workshop example

2010-04-07 Thread Rahul Sundaram
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 --

Re: RPM packaging workshop example

2010-04-07 Thread devzero2000
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

Re: RPM packaging workshop example

2010-04-07 Thread Ralf Corsepius
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

Re: RPM packaging workshop example

2010-04-07 Thread Rahul Sundaram
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? >>

Re: RPM packaging workshop example

2010-03-28 Thread Rahul Sundaram
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? >>

Re: RPM packaging workshop example

2010-03-28 Thread Michal Schmidt
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

RPM packaging workshop example

2010-03-28 Thread Rahul Sundaram
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