[opensuse-buildservice] QT exports
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I don't know where I should place this so I post it here on the mailing list. I want to create a multi distro rpm for kvirc and I think a macro like %qt_add would be useful for %if %{defined suse_version} . /etc/opt/kde3/common_options %elseif %{defined fedora_version} . %{_sysconfdir}/profile.d/qt.sh %endif I think Mandriva has such a file too. I'm sure more things like this will raise if more people will try to create multi arch spec files. -- andreas - -- http://www.cynapses.org/ - cybernetic synapses -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFEf0Pif94+j/M+P8YRAvPAAJwKaYQUMzWhWHQTbywYIcT5O7KRpQCfYblI /aVHvbocoHQjgFtRllik8n8= =Kk1w -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice-help@opensuse.org
On Thu 01 Jun 2006 22:45, Andreas Schneider wrote:
Hi,
I don't know where I should place this so I post it here on the mailing list. I want to create a multi distro rpm for kvirc and I think a macro like %qt_add would be useful for
%if %{defined suse_version} . /etc/opt/kde3/common_options %elseif %{defined fedora_version} . %{_sysconfdir}/profile.d/qt.sh %endif
I think Mandriva has such a file too.
I'm sure more things like this will raise if more people will try to create multi arch spec files.
I actually just tried the following: %if %{defined suse_version} BuildRequires: apache2-devel %elseif %{defined fedora_version} BuildRequires: httpd-devel %endif And I get "nothing provides httpd-devel" for all my SUSE build targets :-( -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Peter Nixon wrote:
On Thu 01 Jun 2006 22:45, Andreas Schneider wrote: ...
I'm sure more things like this will raise if more people will try to create multi arch spec files.
More things like these will make the RPM packages even more proprietary and not rebuildable outside of the Build Service.
I actually just tried the following:
%if %{defined suse_version} BuildRequires: apache2-devel %elseif %{defined fedora_version} BuildRequires: httpd-devel %endif
And I get "nothing provides httpd-devel" for all my SUSE build targets :-(
%if %{?suse_version:1}0 BuildRequires: apache2-devel %endif %if %{?fedora_version:1}0 BuildReqires: httpd-devel %endif cheers - -- -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/ /\\ <pascal.bleser@skynet.be> <guru@unixtech.be> _\_v The more things change, the more they stay insane. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEf2X9r3NMWliFcXcRArrNAKCubAv/Jd5euQleP90PrVEvLltXZQCgrJXC J1z2JpZh6zv4FFtS6tyAIgE= =S9WX -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice-help@opensuse.org
participants (3)
-
Andreas Schneider
-
Pascal Bleser
-
Peter Nixon