mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc.git
				synced 2025-11-04 06:03:33 +00:00 
			
		
		
		
	osmo-smlc.spec.in: Add dependency to autoconf-archive
I don't really understand why our other spec files only contain a dependency to autoconf and get away with that (while still using autoconf-archive from configure.ac), but let's try this. Change-Id: Ica5f58297722b650a3862326d31b8eb8947ee1b6
This commit is contained in:
		@@ -25,6 +25,7 @@ Group:          Hardware/Mobile
 | 
				
			|||||||
URL:            https://osmocom.org/projects/osmo-smlc
 | 
					URL:            https://osmocom.org/projects/osmo-smlc
 | 
				
			||||||
Source:         %{name}-%{version}.tar.xz
 | 
					Source:         %{name}-%{version}.tar.xz
 | 
				
			||||||
BuildRequires:  autoconf
 | 
					BuildRequires:  autoconf
 | 
				
			||||||
 | 
					BuildRequires:  autoconf-archive
 | 
				
			||||||
BuildRequires:  automake >= 1.9
 | 
					BuildRequires:  automake >= 1.9
 | 
				
			||||||
BuildRequires:  libtool >= 2
 | 
					BuildRequires:  libtool >= 2
 | 
				
			||||||
BuildRequires:  pkgconfig >= 0.20
 | 
					BuildRequires:  pkgconfig >= 0.20
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user