Hi
Not long ago I desided to test fedora distributive. Since I need svn version of geany, I tried to create rpm for it. Here is spec update that allow me actually create it.
1) Added plugin dir that come with geany to files section. 2) In install section I have to delete files that don't come to files section. rpmbuild complained about them.
p.s. I used to be gentoo user so this rpm stuff is really new to me. Please tell me if my changes are stupid.
Best regards, Yura Siamashka
The patch was not working for me yet, because the line for the manpages was missing:
%{_datadir}/man/man1/%{name}.1.gz
adding this line at the end of the spec-file made this work again.
P.S. I'm running Fedora 8
Regards, Dominic
On Sat, 08 Dec 2007 16:07:01 +0100, Yura Siamashka yurand2@gmail.com wrote:
Hi
Not long ago I desided to test fedora distributive. Since I need svn version of geany, I tried to create rpm for it. Here is spec update that allow me actually create it.
- Added plugin dir that come with geany to files section.
- In install section I have to delete files that don't come to files
section. rpmbuild complained about them.
p.s. I used to be gentoo user so this rpm stuff is really new to me. Please tell me if my changes are stupid.
Best regards, Yura Siamashka
On Sat, 08 Dec 2007 18:33:10 +0100, "Dominic Hopf" dmaphy_damastasif@gmx.net wrote:
Hi,
The patch was not working for me yet, because the line for the manpages was missing:
%{_datadir}/man/man1/%{name}.1.gz
adding this line at the end of the spec-file made this work again.
thank you both.
I committed your changes (I didn't test it due to lack of a rpm-based system ;-)).
Regards, Enrico
I successfully build RPM-Packages from SVN revision 2096 with this current specfile available on SVN. The RPM-Packages are available at [1] and [2] and signed with [3] if someone wants to use them.
I have build this packages on Fedora 8 but please let me know if they work for Fedora 7 oder Fedora 6 an other systems too.
[1] http://www.dominichopf.de/geany/geany-0.13svn-2096.i386.rpm [2] http://www.dominichopf.de/geany/geany-debuginfo-0.13svn-2096.i386.rpm [3] http://www.dominichopf.de/DominicHopf.asc
Regards, Dominic
On Sun, 09 Dec 2007 17:53:45 +0100, Enrico Tröger enrico.troeger@uvena.de wrote:
On Sat, 08 Dec 2007 18:33:10 +0100, "Dominic Hopf" dmaphy_damastasif@gmx.net wrote:
Hi,
The patch was not working for me yet, because the line for the manpages was missing:
%{_datadir}/man/man1/%{name}.1.gz
adding this line at the end of the spec-file made this work again.
thank you both.
I committed your changes (I didn't test it due to lack of a rpm-based system ;-)).
Regards, Enrico
On Sun, 09 Dec 2007 19:10:05 +0100, "Dominic Hopf" dmaphy_damastasif@gmx.net wrote:
I successfully build RPM-Packages from SVN revision 2096 with this current specfile available on SVN. The RPM-Packages are available at [1] and [2] and
I just added the missing HACKING file as well as the classviewer icons to the spec file (I got a hint by Slava Semushin, package maintainer for ALT Linux, via PM).
If it doesn't work or anything else is missing, just tell me. I guess there is a way to build RPMs on a Debian system(at least the rpmbuild command is available) but I don't want to "infect" my system ;-) so I can't test it.
Regards, Enrico
On Mon, 17 Dec 2007 23:06:11 +0200, Yura Siamashka yurand2@gmail.com wrote:
Hi
On Mon, Dec 17, 2007 at 06:32:33PM +0100, Enrico Tröger wrote:
If it doesn't work or anything else is missing, just tell me.
- Shoudn't delete icons if we need to install them. ;-)
- I guess using %{_mandir} is better then %{_datadir}/man/
Thanks, added.
Regards, Enrico
Back from my holidays i've build some new RPM-Packages for Fedora from the current SVN-Revision, available at [1] and [2].
[1] http://www.dominichopf.de/geany/geany-0.13svn-2157.i386.rpm [2] http://www.dominichopf.de/geany/geany-debuginfo-0.13svn-2157.i386.rpm
Regards, Dominic
On Tue, 18 Dec 2007 17:32:08 +0100, Enrico Tröger enrico.troeger@uvena.de wrote:
On Mon, 17 Dec 2007 23:06:11 +0200, Yura Siamashka yurand2@gmail.com wrote:
Hi
On Mon, Dec 17, 2007 at 06:32:33PM +0100, Enrico Tröger wrote:
If it doesn't work or anything else is missing, just tell me.
- Shoudn't delete icons if we need to install them. ;-)
- I guess using %{_mandir} is better then %{_datadir}/man/
Thanks, added.
Regards, Enrico