]> git.pld-linux.org Git - packages/efreet.git/commitdiff
- more flexible to update
authorBartłomiej Zimoń <cactus@pld-linux.org>
Sat, 31 May 2008 20:44:13 +0000 (20:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    efreet.spec -> 1.2

efreet.spec

index f2c25825fcaaec7ae4e327d3becba435e4a4f3c3..e1fed263e35c9d0dae6a88be47cb99c2074a46a9 100644 (file)
@@ -2,6 +2,8 @@
 # Conditional build:
 %bcond_without static_libs     # don't build static library
 #
+%define                ecore_ver       0.9.9
+
 Summary:       freedesktop.org standards implementation for the EFL
 Summary(pl.UTF-8):     Implementacja standardów freedesktop.org dla EFL
 Name:          efreet
@@ -15,11 +17,11 @@ URL:                http://enlightenment.org/p.php?p=about/libs/efreet
 BuildRequires: autoconf
 BuildRequires: automake >= 1.4
 # ecore-file; ecore-desktop for tests
-BuildRequires: ecore-devel >= 0.9.9
+BuildRequires: ecore-devel >= %{ecore_ver}
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: sed >= 4.0
-Requires:      ecore-file >= 0.9.9
+Requires:      ecore-file >= %{ecore_ver}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -56,7 +58,7 @@ Summary(pl.UTF-8):    Pliki nagłówkowe Efreet
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 # ecore-file
-BuildRequires: ecore-devel >= 0.9.9
+BuildRequires: ecore-devel >= %{ecore_ver}
 
 %description devel
 Header files for Efreet.
This page took 0.074487 seconds and 4 git commands to generate.