OBS User unknown
2009-05-28 00:29:53 +00:00
committed by Git OBS Bridge
parent bf4ae37fdd
commit d45bbf055a
4 changed files with 50 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed May 13 03:38:07 CEST 2009 - vuntz@novell.com
- Tag patches.
-------------------------------------------------------------------
Wed May 6 15:08:14 CEST 2009 - vuntz@novell.com
- Build libproxy-plugins against mozilla-xulrunner191 on
openSUSE > 11.1.
-------------------------------------------------------------------
Thu Apr 23 22:59:26 CEST 2009 - vuntz@novell.com

View File

@@ -18,10 +18,14 @@
# norootforbuild
%define build_core_not_plugins 0
%if 0%{suse_version} < 1100
%define xulrunner_ver 181
%if 0%{suse_version} > 1110
%define xulrunner_ver 191
%else
%if 0%{suse_version} >= 1100
%define xulrunner_ver 190
%else
%define xulrunner_ver 181
%endif
%endif
Url: http://code.google.com/p/libproxy/
%define _name libproxy
@@ -30,9 +34,11 @@ Name: libproxy-plugins
Group: System/Libraries
Summary: libproxy is a library that provides automatic proxy configuration management
Version: 0.2.3
Release: 1
Release: 2
Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM libproxy-0.2.3-dbus.diff -- Taken from upstream svn
Patch0: libproxy-0.2.3-dbus.diff
# PATCH-FIX-UPSTREAM libproxy-svn-277.patch -- Taken from upstream svn
Patch1: libproxy-svn-277.patch
License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -349,6 +355,11 @@ rm $RPM_BUILD_ROOT%{_libdir}/libproxy/%{version}/plugins/file.so
%endif
%changelog
* Wed May 13 2009 vuntz@novell.com
- Tag patches.
* Wed May 06 2009 vuntz@novell.com
- Build libproxy-plugins against mozilla-xulrunner191 on
openSUSE > 11.1.
* Thu Apr 23 2009 vuntz@novell.com
- Change Name to libproxy-plugins in libproxy-plugins.spec.
* Thu Apr 16 2009 vuntz@novell.com

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed May 13 03:38:07 CEST 2009 - vuntz@novell.com
- Tag patches.
-------------------------------------------------------------------
Wed May 6 15:08:14 CEST 2009 - vuntz@novell.com
- Build libproxy-plugins against mozilla-xulrunner191 on
openSUSE > 11.1.
-------------------------------------------------------------------
Thu Apr 23 22:59:26 CEST 2009 - vuntz@novell.com

View File

@@ -18,10 +18,14 @@
# norootforbuild
%define build_core_not_plugins 1
%if 0%{suse_version} < 1100
%define xulrunner_ver 181
%if 0%{suse_version} > 1110
%define xulrunner_ver 191
%else
%if 0%{suse_version} >= 1100
%define xulrunner_ver 190
%else
%define xulrunner_ver 181
%endif
%endif
Url: http://code.google.com/p/libproxy/
%define _name libproxy
@@ -30,9 +34,11 @@ Name: libproxy
Group: System/Libraries
Summary: libproxy is a library that provides automatic proxy configuration management
Version: 0.2.3
Release: 6
Release: 7
Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM libproxy-0.2.3-dbus.diff -- Taken from upstream svn
Patch0: libproxy-0.2.3-dbus.diff
# PATCH-FIX-UPSTREAM libproxy-svn-277.patch -- Taken from upstream svn
Patch1: libproxy-svn-277.patch
License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -349,6 +355,11 @@ rm $RPM_BUILD_ROOT%{_libdir}/libproxy/%{version}/plugins/file.so
%endif
%changelog
* Wed May 13 2009 vuntz@novell.com
- Tag patches.
* Wed May 06 2009 vuntz@novell.com
- Build libproxy-plugins against mozilla-xulrunner191 on
openSUSE > 11.1.
* Thu Apr 23 2009 vuntz@novell.com
- Change Name to libproxy-plugins in libproxy-plugins.spec.
* Thu Apr 16 2009 vuntz@novell.com