- 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
|
Name: libproxy
|
||||||
Version: 0.3.1
|
Version: 0.3.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A library handling all the details of proxy configuration
|
Summary: A library handling all the details of proxy configuration
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: libtool
|
||||||
|
|
||||||
# gnome
|
# gnome
|
||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
# mozjs
|
# mozjs
|
||||||
BuildRequires: gecko-devel >= %{gecko_version}
|
BuildRequires: gecko-devel
|
||||||
# NetworkManager
|
# NetworkManager
|
||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
# webkit (gtk)
|
# webkit (gtk)
|
||||||
BuildRequires: WebKit-gtk-devel
|
BuildRequires: WebKit-gtk-devel
|
||||||
# kde
|
# kde
|
||||||
BuildRequires: libXmu-devel
|
BuildRequires: kdebase-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -115,7 +115,8 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#To avoid rpath on _libdir
|
||||||
|
autoreconf -vif
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -190,8 +191,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- 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
|
* Sun Dec 27 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-1
|
||||||
- Update to 0.3.1
|
- Update to 0.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user