diff --git a/.gitignore b/.gitignore index 4464791..e7b40be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ libhangul-0.0.10.tar.gz /libhangul-0.0.11.tar.gz /libhangul-0.0.12.tar.gz +/libhangul-0.1.0.tar.gz diff --git a/libhangul.spec b/libhangul.spec index 3c01901..dd25f5f 100644 --- a/libhangul.spec +++ b/libhangul.spec @@ -1,6 +1,6 @@ Name: libhangul -Version: 0.0.12 -Release: 2%{?dist} +Version: 0.1.0 +Release: 1%{?dist} License: LGPLv2+ URL: http://kldp.net/projects/hangul/ @@ -39,16 +39,12 @@ make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" rm $RPM_BUILD_ROOT%{_libdir}/%{name}.la %find_lang %{name} -%clean -rm -rf $RPM_BUILD_ROOT - - %post -p /sbin/ldconfig @@ -70,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 18 2011 Daiki Ueno - 0.1.0-1 +- update to 0.1.0 +- drop buildroot cleanup + * Wed Feb 09 2011 Fedora Release Engineering - 0.0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index cd0b3e4..f9b2f19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef3941f5f0f3e83b1de699f2d46a1c92 libhangul-0.0.12.tar.gz +696299109b86490c25989a539a0f9879 libhangul-0.1.0.tar.gz