SPECS: evms.spec - version 2.5.3 - use gettext - tried full regene...

tommat tommat at pld-linux.org
Wed Nov 2 23:07:16 CET 2005


Author: tommat                       Date: Wed Nov  2 22:07:16 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- version 2.5.3
- use gettext
- tried full regeneration, dunno if proper way but builds

---- Files affected:
SPECS:
   evms.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/evms.spec
diff -u SPECS/evms.spec:1.30 SPECS/evms.spec:1.31
--- SPECS/evms.spec:1.30	Sat Sep 17 12:33:56 2005
+++ SPECS/evms.spec	Wed Nov  2 23:07:11 2005
@@ -2,18 +2,20 @@
 Summary:	Enterprise Volume Management System utilities
 Summary(pl):	Narzędzia do Enterprise Volume Management System
 Name:		evms
-Version:	2.3.4
-Release:	2
+Version:	2.5.3
+Release:	1
 License:	GPL v2+
 Group:		Applications/System
 Source0:	http://dl.sourceforge.net/evms/%{name}-%{version}.tar.gz
-# Source0-md5:	41f6ca4963788a2904cdae5b90d3a59b
+# Source0-md5:	702c57921292934bb6c393a2c28c73ba
 Patch0:		%{name}-link.patch
 URL:		http://evms.sourceforge.net/
 BuildRequires:	autoconf
+BuildRequires:	gettext-devel
 BuildRequires:	glib-devel >= 1.2.0
 BuildRequires:	glibc-static
 BuildRequires:	gtk+-devel >= 1.2.0
+BuildRequires:	libtool
 BuildRequires:	libuuid-devel
 BuildRequires:	ncurses-ext-devel
 Conflicts:	kernel < 2.4.19
@@ -93,7 +95,14 @@
 %patch0 -p1
 
 %build
+mv aclocal.m4 evms.m4
+
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I /usr/share/aclocal/ -I ./ 
 %{__autoconf}
+%{__autoheader}
+
 %configure
 
 %{__make} \
@@ -108,13 +117,15 @@
 
 install doc/evms.conf $RPM_BUILD_ROOT/etc
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc ChangeLog INSTALL* PLUGIN* TERMINOLOGY
 %config(noreplace) %verify(not size mtime md5) /etc/evms.conf
@@ -150,6 +161,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2005/11/02 22:07:11  tommat
+- version 2.5.3
+- use gettext
+- tried full regeneration, dunno if proper way but builds
+
 Revision 1.30  2005/09/17 10:33:56  arekm
 - rebuild with readline 5.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/evms.spec?r1=1.30&r2=1.31&f=u




More information about the pld-cvs-commit mailing list