SPECS: libiconv.spec - up to 1.12 - updated pl.po-update patch

qboosh qboosh at pld-linux.org
Fri Nov 30 21:26:22 CET 2007


Author: qboosh                       Date: Fri Nov 30 20:26:22 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.12
- updated pl.po-update patch

---- Files affected:
SPECS:
   libiconv.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/libiconv.spec
diff -u SPECS/libiconv.spec:1.11 SPECS/libiconv.spec:1.12
--- SPECS/libiconv.spec:1.11	Tue Feb 13 07:46:51 2007
+++ SPECS/libiconv.spec	Fri Nov 30 21:26:16 2007
@@ -2,15 +2,15 @@
 Summary:	Character set conversion library
 Summary(pl.UTF-8):	Biblioteka konwersji zestawów znaków
 Name:		libiconv
-Version:	1.11
+Version:	1.12
 Release:	1
-License:	GPL
+License:	GPL v2+
 Group:		Libraries
 Source0:	ftp://ftp.gnu.org/gnu/libiconv/%{name}-%{version}.tar.gz
-# Source0-md5:	b77a17e4a5a817100ad4b2613935055e
+# Source0-md5:	c2be282595751535a618ae0edeb8f648
 Patch0:		%{name}-pl.po-update.patch
 URL:		http://www.haible.de/bruno/packages-libcharset.html
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake
 BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -52,6 +52,21 @@
 %description static -l pl.UTF-8
 Pakiet ten zawiera statyczną bibliotekę libiconv.
 
+%package utils
+Summary:	iconv utility
+Summary(pl.UTF-8):	Narzędzie iconv
+Group:		Applications/Text
+Requires:	%{name} = %{version}-%{release}
+%if "%{_bindir}" == "/usr/bin"
+Conflicts:	glibc-misc
+%endif
+
+%description utils
+iconv utility.
+
+%description utils -l pl.UTF-8
+Narzędzie iconv.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -59,9 +74,9 @@
 rm -f po/stamp-po
 
 %build
-cp -f /usr/share/automake/config.sub libcharset/autoconf
-cp -f /usr/share/automake/config.sub autoconf
-%{__aclocal} -I m4
+cp -f /usr/share/automake/config.sub build-aux
+cp -f /usr/share/automake/config.sub libcharset/build-aux
+%{__aclocal} -I m4 -I srcm4
 %{__autoconf}
 %configure
 %{__make}
@@ -83,11 +98,9 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog DESIGN NEWS NOTES PORTS README* THANKS
-#%attr(755,root,root) %{_bindir}/iconv
 %attr(755,root,root) %{_libdir}/libcharset.so.*.*.*
 %attr(755,root,root) %{_libdir}/libiconv.so.*.*.*
 %attr(755,root,root) %{_libdir}/preloadable_libiconv.so
-#%{_mandir}/man1/iconv.1*
 
 %files devel
 %defattr(644,root,root,755)
@@ -104,12 +117,21 @@
 %defattr(644,root,root,755)
 %{_libdir}/libcharset.a
 
+%files utils
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/iconv
+%{_mandir}/man1/iconv.1*
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007-11-30 20:26:16  qboosh
+- up to 1.12
+- updated pl.po-update patch
+
 Revision 1.11  2007-02-13 06:46:51  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libiconv.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list