Fix missing BR in libproxy
This commit is contained in:
parent
10d58e6061
commit
c7c7d9241c
@ -4,7 +4,7 @@
|
||||
|
||||
Name: libproxy
|
||||
Version: 0.4.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A library handling all the details of proxy configuration
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -14,6 +14,7 @@ Source0: http://libproxy.googlecode.com/files/libproxy-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: libmodman-devel
|
||||
BuildRequires: cmake >= 2.6.0
|
||||
|
||||
# gnome
|
||||
@ -187,6 +188,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 03 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-2
|
||||
- Fix missing BuildRequires: libmodman-devel
|
||||
|
||||
* Sun Jun 13 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-1
|
||||
- Update to 0.4.4
|
||||
- Removed install workarounds (fixed upstream)
|
||||
|
Loading…
Reference in New Issue
Block a user