Author: glen                         Date: Sun Jan  1 22:53:43 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, tarball taken from php-5.1.1 sources

---- Files affected:
SPECS:
   libmbfl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libmbfl.spec
diff -u /dev/null SPECS/libmbfl.spec:1.1
--- /dev/null   Sun Jan  1 23:53:43 2006
+++ SPECS/libmbfl.spec  Sun Jan  1 23:53:38 2006
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+Summary:       Streamable kanji code filter and converter
+Name:          libmbfl
+Version:       0.1
+Release:       0.1
+License:       LGPL
+Group:         Libraries
+Source0:       %{name}.tar.bz2
+# Source0-md5: 6c74e119c341ca655e05222175442722
+Source1:       ftp://ftp.unicode.org/Public/UNIDATA/EastAsianWidth.txt
+# Source1-md5: ab95687111a50d4375725c0b9dade8d9
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is Libmbfl, a streamable multibyte character code filter and
+converter library.
+
+%package devel
+Summary:       Header files for libmbfl library
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+This is the package containing the header files for libmbfl library.
+
+%package static
+Summary:       Static libmbfl library
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static libmbfl library.
+
+%prep
+%setup -q -n %{name}
+cp %{SOURCE1} mbfl
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS DISCLAIMER README
+%attr(755,root,root) %{_libdir}/libmbfl.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/mbfl
+%{_libdir}/libmbfl.la
+%{_libdir}/libmbfl.so
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libmbfl.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/01/01 22:53:38  glen
+- new, tarball taken from php-5.1.1 sources
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to