]> git.pld-linux.org Git - packages/cfg.git/commitdiff
- added proper requires between subpackages
authortwittner <twittner@pld-linux.org>
Sun, 21 Nov 2004 13:33:42 +0000 (13:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: automake for aclocal

Changed files:
    cfg.spec -> 1.2

cfg.spec

index c7f5cba7ea58a80d1fdc9220013e87a30067683b..9550ab5f870f33bfa45d059ef458b7aefa370db0 100644 (file)
--- a/cfg.spec
+++ b/cfg.spec
@@ -12,6 +12,7 @@ Source0:      ftp://ftp.ossp.org/pkg/lib/cfg/%{name}-%{version}.tar.gz
 # Source0-md5: a41ac64a92a55030f44e307cc5461657
 URL:           http://www.ossp.org/pkg/lib/cfg/
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: bison
 BuildRequires: flex    
 BuildRequires: libtool
@@ -40,6 +41,7 @@ exporting the AST again as a configuration text.
 Summary:       OSSP cfg - Configuration Parsing - header files and development libraries
 Summary(pl):   OSSP cfg - parsowanie konfiguracji - pliki nag³ówkowe i biblioteki dla deweloperów
 Group:         Development/Libraries
+Requires:       %{name} = %{epoch}:%{version}-%{release}
 
 %description devel
 OSSP cfg - Configuration Parsing - header files and development
@@ -53,6 +55,7 @@ deweloper
 Summary:       OSSP cfg - Configuration Parsing - static libraries
 Summary(pl):   OSSP cfg - parsowanie konfiguracji - biblioteki statyczne
 Group:         Development/Libraries
+Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
 
 %description static
 OSSP cfg - Configuration Parsing - static libraries.
This page took 0.110632 seconds and 4 git commands to generate.