]> git.pld-linux.org Git - packages/blam.git/commitdiff
- dropped mozilla_firefox bcond, firefox no longer provides devel package
authorhawk <hawk@pld-linux.org>
Thu, 25 Jan 2007 13:30:09 +0000 (13:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- build with xulrunner

Changed files:
    blam.spec -> 1.27

blam.spec

index 6445ae7f2c407d1162836a423319c5c9265adccf..2757e1dc031e4cebe395ff38a990d83f0280a5da 100644 (file)
--- a/blam.spec
+++ b/blam.spec
@@ -1,8 +1,4 @@
 #
-# Conditional build:
-%bcond_without mozilla_firefox # build with mozilla-devel instead of
-                               # mozilla-firefox-devel
-#
 %include        /usr/lib/rpm/macros.mono
 Summary:       .NET RSS Reader
 Summary(pl):   Program do pobierania informacji w formacie RSS
@@ -31,19 +27,11 @@ BuildRequires:      libgnomeui-devel >= 2.15.91
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: mono-csharp >= 1.1.4
-%if %{with mozilla_firefox}
-BuildRequires: mozilla-firefox-devel
-%else
-BuildRequires: mozilla-devel
-%endif
+BuildRequires: xulrunner-devel
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.213
 Requires(post,preun):  GConf2 >= 2.4.0
-%if %{with mozilla_firefox}
-%requires_eq   mozilla-firefox-libs
-%else
-Requires:      mozilla-embedded = %(rpm -q --qf '%{EPOCH}:%{VERSION}' --whatprovides mozilla-embedded)
-%endif
+%requires_eq   xulrunner
 ExcludeArch:   alpha i386 sparc sparc64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.0874 seconds and 4 git commands to generate.