packages (DEVEL): pacparser/pacparser.spec - up to 1.2.0rc2
lisu
lisu at pld-linux.org
Fri Jul 30 10:46:27 CEST 2010
Author: lisu Date: Fri Jul 30 08:46:27 2010 GMT
Module: packages Tag: DEVEL
---- Log message:
- up to 1.2.0rc2
---- Files affected:
packages/pacparser:
pacparser.spec (1.9 -> 1.9.2.1)
---- Diffs:
================================================================
Index: packages/pacparser/pacparser.spec
diff -u packages/pacparser/pacparser.spec:1.9 packages/pacparser/pacparser.spec:1.9.2.1
--- packages/pacparser/pacparser.spec:1.9 Fri Jul 30 10:44:05 2010
+++ packages/pacparser/pacparser.spec Fri Jul 30 10:46:22 2010
@@ -3,15 +3,16 @@
# - description pl
# - python module (make pymod, unset SONAME for python module)
#
+%define _rc rc2
Summary: A library to make your web software pac (proxy auto-config) files intelligent
Summary(pl.UTF-8): Biblioteka do obsługi plików pac (automatycznej konfiguracji proxy)
Name: pacparser
-Version: 1.1.1
-Release: 1
+Version: 1.2.0
+Release: 0.%{_rc}.1
License: GPL v3+
Group: Libraries
-Source0: http://pacparser.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 884412e79f22c46f513674c3e469e270
+Source0: http://pacparser.googlecode.com/files/%{name}-%{version}%{_rc}.tar.gz
+# Source0-md5: f1625f2eb83405b94e5e4298aff7b477
Patch0: %{name}-make.patch
Patch1: %{name}-libdir.patch
URL: http://code.google.com/p/pacparser/
@@ -52,11 +53,12 @@
Pliki nagłówkowe biblioteki pacparser.
%prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_rc}
%patch0 -p1
%patch1 -p1
%build
+cd src
%{__make} \
CC="%{__cc}" \
CFLAGS="%{rpmcflags} -I/usr/include/js -DXP_UNIX" \
@@ -66,6 +68,7 @@
%install
rm -rf $RPM_BUILD_ROOT
+cd src
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
LIB=%{_lib}
@@ -97,6 +100,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9.2.1 2010/07/30 08:46:22 lisu
+- up to 1.2.0rc2
+
Revision 1.9 2010/07/30 08:44:05 lisu
- up to 1.1.1
- patches updated
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pacparser/pacparser.spec?r1=1.9&r2=1.9.2.1&f=u
More information about the pld-cvs-commit
mailing list