|
@@ -4,10 +4,10 @@
|
|
Name: libunistring
|
|
Name: libunistring
|
|
Summary: library for manipulating Unicode strings
|
|
Summary: library for manipulating Unicode strings
|
|
Summary(ja): Unicode 文字列を処理するライブラリ
|
|
Summary(ja): Unicode 文字列を処理するライブラリ
|
|
-Version: 0.9.10
|
|
+Version: 1.0
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
-Group: System Environment/Libraries
|
|
+Group: system
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Packager: yasumichi
|
|
Packager: yasumichi
|
|
|
|
|
|
@@ -74,13 +74,18 @@ Requires: %{name}-devel = %{version}-%{release}
|
|
Development files and documentation for libunistring
|
|
Development files and documentation for libunistring
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
|
|
+
|
|
%build
|
|
%build
|
|
%configure --disable-static
|
|
%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}
|
|
@@ -88,13 +93,10 @@ Development files and documentation for libunistring
|
|
%{__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)
|
|
@@ -102,6 +104,7 @@ Development files and documentation for libunistring
|
|
%doc AUTHORS ChangeLog HACKING NEWS README THANKS
|
|
%doc AUTHORS ChangeLog HACKING NEWS README THANKS
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
+
|
|
%files devel
|
|
%files devel
|
|
%{_includedir}/uni*.h
|
|
%{_includedir}/uni*.h
|
|
%{_includedir}/unistring
|
|
%{_includedir}/unistring
|
|
@@ -118,7 +121,11 @@ Development files and documentation for libunistring
|
|
%{_libdir}/libunistring.so
|
|
%{_libdir}/libunistring.so
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sun Apr 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.10-2
|
|
* Sun Apr 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.10-2
|
|
- rebuilt with current environment.
|
|
- rebuilt with current environment.
|
|
|
|
|