- Avoid rpath on _libdir
- Fix BR for kde4 to kdebase-devel
This commit is contained in:
parent
cc4141f2b0
commit
dd4ad08ea2
@ -4,7 +4,7 @@
|
||||
|
||||
Name: libproxy
|
||||
Version: 0.3.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A library handling all the details of proxy configuration
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -14,19 +14,19 @@ Source0: http://libproxy.googlecode.com/files/libproxy-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: libtool
|
||||
|
||||
# gnome
|
||||
BuildRequires: GConf2-devel
|
||||
# mozjs
|
||||
BuildRequires: gecko-devel >= %{gecko_version}
|
||||
BuildRequires: gecko-devel
|
||||
# NetworkManager
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: dbus-devel
|
||||
# webkit (gtk)
|
||||
BuildRequires: WebKit-gtk-devel
|
||||
# kde
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: kdebase-devel
|
||||
|
||||
|
||||
%description
|
||||
@ -115,7 +115,8 @@ developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
#To avoid rpath on _libdir
|
||||
autoreconf -vif
|
||||
|
||||
|
||||
%build
|
||||
@ -190,8 +191,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 21 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-2
|
||||
* Sun Feb 21 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-3
|
||||
- Globalism and update gecko to 1.9.2
|
||||
- Avoid rpath on _libdir
|
||||
- Fix BR for kde4 to kdebase-devel
|
||||
|
||||
* Sun Dec 27 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-1
|
||||
- Update to 0.3.1
|
||||
|
Loading…
Reference in New Issue
Block a user