packages: meanwhile/meanwhile.spec - added -glib-includes.patch and -static...
megabajt
megabajt at pld-linux.org
Mon Feb 27 13:37:29 CET 2012
Author: megabajt Date: Mon Feb 27 12:37:29 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- added -glib-includes.patch and -static-build.patch
- ghost soname symlink
- release 3
---- Files affected:
packages/meanwhile:
meanwhile.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: packages/meanwhile/meanwhile.spec
diff -u packages/meanwhile/meanwhile.spec:1.8 packages/meanwhile/meanwhile.spec:1.9
--- packages/meanwhile/meanwhile.spec:1.8 Sat Dec 29 01:44:09 2007
+++ packages/meanwhile/meanwhile.spec Mon Feb 27 13:37:24 2012
@@ -7,11 +7,13 @@
Summary(pl.UTF-8): Biblioteka Lotus Sametime
Name: meanwhile
Version: 1.0.2
-Release: 2
+Release: 3
License: LGPL v2+
Group: Libraries
Source0: http://dl.sourceforge.net/meanwhile/%{name}-%{version}.tar.gz
# Source0-md5: bf4ced109a367b4c5d71fe63c043270e
+Patch0: %{name}-glib-includes.patch
+Patch1: %{name}-static-build.patch
URL: http://meanwhile.sourceforge.net/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -68,6 +70,8 @@
%prep
%setup -q
+%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}
@@ -76,7 +80,7 @@
%{__automake}
%configure \
- --%{!?with_static_libs:dis}%{?with_static_libs:en}able-static
+ %{__enable_disable static_libs static}
%{__make}
@@ -95,6 +99,7 @@
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libmeanwhile.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmeanwhile.so.1
%files devel
%defattr(644,root,root,755)
@@ -116,6 +121,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2012/02/27 12:37:24 megabajt
+- added -glib-includes.patch and -static-build.patch
+- ghost soname symlink
+- release 3
+
Revision 1.8 2007/12/29 00:44:09 glen
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/meanwhile/meanwhile.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list