Browse Source

libunistring-1.0-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
56b00f3df9
1 changed files with 14 additions and 7 deletions
  1. 14 7
      lib/libu/libunistring/libunistring-vl.spec

+ 14 - 7
lib/libu/libunistring/libunistring-vl.spec

@@ -4,10 +4,10 @@
 Name:		libunistring
 Summary:	library for manipulating Unicode strings
 Summary(ja):	Unicode 文字列を処理するライブラリ
-Version:	0.9.10
-Release:	2%{?_dist_release}
+Version:	1.0
+Release:	1%{?_dist_release}
 Vendor:		Project Vine
-Group:		System Environment/Libraries
+Group:		system
 Distribution:	Vine Linux
 Packager:	yasumichi
 
@@ -74,13 +74,18 @@ Requires:       %{name}-devel = %{version}-%{release}
 Development files and documentation for libunistring
 
 
+%debug_package
+
+
 %prep
 %setup -q
 
+
 %build
 %configure --disable-static
 %{__make} %{?_smp_mflags}
 
+
 %install
 %{__rm} -rf ${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}%{_infodir}/dir
 
+
 %clean
 %{__rm} -rf ${RPM_BUILD_ROOT}
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
 
 %files
 %defattr(-,root,root)
@@ -102,6 +104,7 @@ Development files and documentation for libunistring
 %doc AUTHORS ChangeLog HACKING NEWS README THANKS
 %{_libdir}/*.so.*
 
+
 %files devel
 %{_includedir}/uni*.h
 %{_includedir}/unistring
@@ -118,7 +121,11 @@ Development files and documentation for libunistring
 %{_libdir}/libunistring.so
 %endif
 
+
 %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
 - rebuilt with current environment.