|
@@ -2,10 +2,12 @@
|
|
|
|
|
|
# Basic Information
|
|
# Basic Information
|
|
Name: libunistring
|
|
Name: libunistring
|
|
|
|
+Summary: library for manipulating Unicode strings
|
|
|
|
+Summary(ja): Unicode 文字列を処理するライブラリ
|
|
Version: 0.9.4
|
|
Version: 0.9.4
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: GPLv3+
|
|
License: GPLv3+
|
|
-Group: Development/Libraries
|
|
+Group: System Environment/Libraries
|
|
URL: http://www.gnu.org/software/libunistring/
|
|
URL: http://www.gnu.org/software/libunistring/
|
|
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
|
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -14,9 +16,6 @@ Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Packager: yasumichi
|
|
Packager: yasumichi
|
|
|
|
|
|
-Summary: library for manipulating Unicode strings
|
|
|
|
-Summary(ja): Unicode 文字列を処理するライブラリ
|
|
|
|
-
|
|
|
|
# Dependency
|
|
# Dependency
|
|
BuildRequires: texinfo
|
|
BuildRequires: texinfo
|
|
BuildRequires: texlive
|
|
BuildRequires: texlive
|
|
@@ -47,10 +46,10 @@ Requires: %{name} = %{version}-%{release}
|
|
Development files and documentation for libunistring
|
|
Development files and documentation for libunistring
|
|
|
|
|
|
%package -n compat32-%{name}
|
|
%package -n compat32-%{name}
|
|
-Summary: library for manipulating Unicode strings
|
|
+Summary: library for manipulating Unicode strings
|
|
-Summary(ja): Unicode 文字列を処理するライブラリ
|
|
+Summary(ja): Unicode 文字列を処理するライブラリ
|
|
-Group: Development/Libraries
|
|
+Group: Development/Libraries
|
|
-Requires: %{name} = %{version}-%{release}
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
%description -n compat32-%{name}
|
|
Text files are nowadays usually encoded in Unicode, and may consist of very
|
|
Text files are nowadays usually encoded in Unicode, and may consist of very
|
|
@@ -65,41 +64,44 @@ This library provides functions for manipulating Unicode strings and for
|
|
manipulating C strings according to the Unicode standard.
|
|
manipulating C strings according to the Unicode standard.
|
|
|
|
|
|
%package -n compat32-%{name}-devel
|
|
%package -n compat32-%{name}-devel
|
|
-Summary: Development files and documentation for libunistring
|
|
+Summary: Development files and documentation for libunistring
|
|
-Summary(ja): libunistring の開発用ファイルとドキュメント
|
|
+Summary(ja): libunistring の開発用ファイルとドキュメント
|
|
-Group: Development/Libraries
|
|
+Group: Development/Libraries
|
|
-Requires: compat32-%{name} = %{version}-%{release}
|
|
+Requires: compat32-%{name} = %{version}-%{release}
|
|
-Requires: %{name}-devel = %{version}-%{release}
|
|
+Requires: %{name}-devel = %{version}-%{release}
|
|
|
|
|
|
%description -n compat32-%{name}-devel
|
|
%description -n compat32-%{name}-devel
|
|
Development files and documentation for libunistring
|
|
Development files and documentation for libunistring
|
|
|
|
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure
|
|
+%configure --disable-static
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT}
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT}
|
|
|
|
|
|
-%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libunistring.a
|
|
|
|
%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libunistring.la
|
|
%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libunistring.la
|
|
%{__rm} ${RPM_BUILD_ROOT}%{_infodir}/dir
|
|
%{__rm} ${RPM_BUILD_ROOT}%{_infodir}/dir
|
|
|
|
|
|
%clean
|
|
%clean
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
+%post -p /sbin/ldconfig
|
|
|
|
+
|
|
|
|
+%postun -p /sbin/ldconfig
|
|
|
|
+
|
|
|
|
|
|
%files
|
|
%files
|
|
-%defattr(-,root,root,-)
|
|
+%defattr(-,root,root)
|
|
%doc AUTHORS COPYING ChangeLog HACKING NEWS README THANKS
|
|
%doc AUTHORS COPYING ChangeLog HACKING NEWS README THANKS
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
-%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/uni*.h
|
|
%{_includedir}/uni*.h
|
|
%{_includedir}/unistring
|
|
%{_includedir}/unistring
|
|
%{_libdir}/libunistring.so
|
|
%{_libdir}/libunistring.so
|
|
@@ -116,10 +118,14 @@ Development files and documentation for libunistring
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Mon Jan 26 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-1
|
|
+* Tue Jan 27 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-2
|
|
-- update to 0.9.4
|
|
|
|
- create compat32 packages
|
|
- create compat32 packages
|
|
|
|
|
|
|
|
+* Mon Oct 6 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.9.4-1
|
|
|
|
+- updated to 0.9.4
|
|
|
|
+- moved libunistring to System Environment/Libraries
|
|
|
|
+- added %%post and %%postun
|
|
|
|
+
|
|
* Sat Oct 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-2
|
|
* Sat Oct 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-2
|
|
- add Requires: %{name} (devel package)
|
|
- add Requires: %{name} (devel package)
|
|
|
|
|