]> git.pld-linux.org Git - packages/hugin.git/commitdiff
- libpano13 detection is greedy
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Jul 2007 13:00:23 +0000 (13:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hugin.spec -> 1.28

hugin.spec

index c8294fa957c11e2b4548184ee2c57ae5e7e9a02f..562248f59d951718ec80a1ea4ab94b9b3c550099 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
-%bcond_with    pano13                  # use libpano13 (default with libpano12)
-
+%bcond_with    pano13                  # use libpano13 instead of libpano12
+#
 %define                _beta   beta4
 Summary:       Toolchain to create panoramic images
 Summary(pl.UTF-8):     Zestaw narzędzi do tworzenia panoramicznych zdjęć
@@ -37,6 +37,7 @@ BuildRequires:        sed >= 4.0
 BuildRequires: wxGTK2-unicode-devel >= 2.6.0
 BuildRequires: zip
 BuildRequires: zlib-devel
+%{!?with_pano13:BuildConflicts:        libpano13-devel}
 %{!?with_pano13:Requires:      libpano12 >= 2.8.1}
 %{?with_pano13:Requires:       libpano13}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.141933 seconds and 4 git commands to generate.