Re: Fedora RPMs

2014-01-11 Thread Dejan Lekic
On Thursday, 5 December 2013 at 11:46:37 UTC, Martin Nowak wrote: Splitting in different packages is needed to comply with RPM guidelines, but it's a bad fit for a single binary installer on dlang.org. I'm working on a spec file for the latter.

Re: Fedora RPMs

2014-01-03 Thread Russel Winder
On Fri, 2014-01-03 at 15:32 +, Dejan Lekic wrote: […] Russel, I am aware of that, but RPM Fusion is an unofficial (although admittedly often used) repository. If RPMFusion is our only choice I would rather use RPM directly from www.dlang.org . Can't we do both? For myself, I am not

Re: Fedora RPMs

2014-01-03 Thread Joakim
On Monday, 9 December 2013 at 14:54:29 UTC, Dejan Lekic wrote: On Thursday, 5 December 2013 at 11:46:37 UTC, Martin Nowak wrote: On 11/19/2013 02:11 AM, Dejan Lekic wrote: Hello everybody. I have just committed few changes to https://www.gitorious.org/dejan- fedora that allow you to build

Re: Fedora RPMs

2013-12-09 Thread Dejan Lekic
On Thursday, 5 December 2013 at 11:46:37 UTC, Martin Nowak wrote: On 11/19/2013 02:11 AM, Dejan Lekic wrote: Hello everybody. I have just committed few changes to https://www.gitorious.org/dejan- fedora that allow you to build functional RPMs on your Fedora 19 systems. I will aim for now to

Re: Fedora RPMs

2013-12-05 Thread Martin Nowak
On 11/19/2013 02:11 AM, Dejan Lekic wrote: Hello everybody. I have just committed few changes to https://www.gitorious.org/dejan- fedora that allow you to build functional RPMs on your Fedora 19 systems. I will aim for now to support F19, F20, EL5 and EL6. If someone needs support for something

Re: Fedora RPMs

2013-12-05 Thread Martin Nowak
On 11/19/2013 02:28 AM, Dejan Lekic wrote: Just to clarify one thing - I do not intend to distribute DMD, this work is part of the bugzilla issue regarding curl, plus it is an attempt to make better Fedora/RedHat/CentOS packages. Once it is all on dlang.org maintained by our build-master, I

Re: Fedora RPMs

2013-12-05 Thread Martin Nowak
Also see https://github.com/dawgfoto/installer/blob/ab222c3880928547354b2941200b7c06ba03ccf9/linux/dmd_fedora.sh#L138 https://github.com/dawgfoto/installer/blob/ab222c3880928547354b2941200b7c06ba03ccf9/linux/dmd_fedora.sh#L269

Re: Fedora RPMs

2013-11-19 Thread Dejan Lekic
would it be possible to link to appropriate github repo changesets using git submodule, and then generate the tarballs from those? There is a way to actually use GitHub straight, but the directory names contain SHA1 hashes then, and I would have to store hashes of all 4 projects.

Re: Fedora RPMs

2013-11-19 Thread Ellery Newcomer
On 11/19/2013 12:14 AM, Dejan Lekic wrote: by gum, I think you did it right too. I can build a shared lib straight out of the box. Well, unittests seem not to be running, and I'm sure they were a release or two ago. we'll see. I did not check unittests to be honest, will do that later.

Fedora RPMs

2013-11-18 Thread Dejan Lekic
Hello everybody. I have just committed few changes to https://www.gitorious.org/dejan- fedora that allow you to build functional RPMs on your Fedora 19 systems. I will aim for now to support F19, F20, EL5 and EL6. If someone needs support for something else, please send patches or just simply

Re: Fedora RPMs

2013-11-18 Thread Dejan Lekic
Just to clarify one thing - I do not intend to distribute DMD, this work is part of the bugzilla issue regarding curl, plus it is an attempt to make better Fedora/RedHat/CentOS packages. Once it is all on dlang.org maintained by our build-master, I will gladly remove all tarballs from ddn.so ,

Re: Fedora RPMs

2013-11-18 Thread Ellery Newcomer
On 11/18/2013 05:11 PM, Dejan Lekic wrote: Hello everybody. I have just committed few changes to https://www.gitorious.org/dejan- fedora that allow you to build functional RPMs on your Fedora 19 systems. I will aim for now to support F19, F20, EL5 and EL6. If someone needs support for something