Ok, guys, trying to build a RPM using a spec file and run into this final error: RPM build errors: Installed (but unpackaged) file(s) found: /opt/gnome/lib/inkscape/extensions/dia2svg.sh There is a line you can add to have it include this as well, but for the life of me, I can't remember how to insert it into the spec file or how it is suppose to be. Maybe Mads or one of you other rpm packagers can offer a clue. I just didn't know where to look. Thanks, Lee -- --- KMail v1.5.4 --- SuSE Linux Pro v9.0 --- Registered Linux User #225206 On any other day, that might seem strange...
On Friday 19 December 2003 05:44 pm, BandiPat wrote:
Ok, guys, trying to build a RPM using a spec file and run into this final error:
RPM build errors: Installed (but unpackaged) file(s) found: /opt/gnome/lib/inkscape/extensions/dia2svg.sh
There is a line you can add to have it include this as well, but for the life of me, I can't remember how to insert it into the spec file or how it is suppose to be. Maybe Mads or one of you other rpm packagers can offer a clue. I just didn't know where to look.
Thanks, Lee ============
Thanks anyone that took a minute to think about this, I have it fixed now. Just needed to walk away from it for a minute and it came to me! :o) Lee -- --- KMail v1.5.4 --- SuSE Linux Pro v9.0 --- Registered Linux User #225206 On any other day, that might seem strange...
BandiPat <penguin0601@earthlink.net> [Fri, 19 Dec 2003 18:05:50 -0500]:
I have it fixed now. Just needed to walk away from it for a minute and it came to me! :o)
In the future it would be much better if you posted that solution. Maybe someone has a similar problem and will find a solution directly on the list or in the archives. Philipp
* Philipp Thomas; <philipp.thomas@t-link.de> on 20 Dec, 2003 wrote:
In the future it would be much better if you posted that solution. Maybe someone has a similar problem and will find a solution directly on the list or in the archives.
and entered into http://susefaq.sf.net :-) -- Togan Muftuoglu Unofficial SuSE FAQ Maintainer Please reply to the list; http://susefaq.sf.net Please don't CC me.
On Friday 19 December 2003 05:44 pm, BandiPat wrote:
Ok, guys, trying to build a RPM using a spec file and run into this final error:
RPM build errors: Installed (but unpackaged) file(s) found: /opt/gnome/lib/inkscape/extensions/dia2svg.sh
There is a line you can add to have it include this as well, but for the life of me, I can't remember how to insert it into the spec file or how it is suppose to be. Maybe Mads or one of you other rpm packagers can offer a clue. I just didn't know where to look.
Thanks, Lee ============
Thanks anyone that took a minute to think about this, I have it fixed now. Just needed to walk away from it for a minute and it came to me! :o) Lee ============= Ok, Philip & Togan, here is my solution, wasn't sure anyone would want to see it, so didn't post it before. Turns out, all that was needed to fix this error was to add a line under %files area in the spec file to include this file. There were already other files there, so just copying a line and changing to include this file made the fix. Here is the line: %{prefix}/%_lib/inkscape/extensions/dia2svg.sh Again, this goes under the %files part of the spec file. Cheers, Lee -- --- KMail v1.5.4 --- SuSE Linux Pro v9.0 --- Registered Linux User #225206 On any other day, that might seem strange...
BandiPat <penguin0601@earthlink.net> [Sat, 20 Dec 2003 09:11:38 -0500]:
Ok, Philip & Togan, here is my solution
I did know the solution, as part of my job is maintaining packages.
, wasn't sure anyone would want to see it, so didn't post it before.
That's a common erroneous conclusion. Always assume that the stuff is interesting for someone out there :) It's also part of the common netiquette to finish a thread with a summary if the discussion led to a solution. I find it frustrating to follow a thread only to discover that the actual solution was never posted. So all the more reason to thank you for posting it. Philipp
participants (3)
-
BandiPat
-
Philipp Thomas
-
Togan Muftuoglu