OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Feb-2006 18:39:30
Branch: HEAD Handle: 2006022217392900
Modified files:
openpkg-src/gmime gmime.spec
Log:
cleanup packaging
Summary:
Revision Changes Path
1.56 +2 -7 openpkg-src/gmime/gmime.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gmime/gmime.spec
============================================================================
$ cvs diff -u -r1.55 -r1.56 gmime.spec
--- openpkg-src/gmime/gmime.spec 21 Feb 2006 18:57:24 -0000 1.55
+++ openpkg-src/gmime/gmime.spec 22 Feb 2006 17:39:29 -0000 1.56
@@ -37,7 +37,7 @@
Group: Converter
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20060221
+Release: 20060222
# list of sources
Source0:
http://spruce.sourceforge.net/gmime/sources/v%{V_major}/gmime-%{version}.tar.gz
@@ -72,13 +72,9 @@
%patch -p0
%build
- case "%{l_platform -t}" in
- *-freebsd* ) CPPFLAGS="%{l_cppflags} -U_POSIX_SOURCE" ;;
- * ) CPPFLAGS="%{l_cppflags}" ;;
- esac
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="$CPPFLAGS" \
+ CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
@@ -92,7 +88,6 @@
%install
rm -rf $RPM_BUILD_ROOT
- %{l_shtool} subst -e 's;gtkdoc-fixxref;true;g' doc/Makefile
%{l_make} %{l_mflags} install \
prefix=$RPM_BUILD_ROOT%{l_prefix} \
exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]