[libunistring] Fix a typo in %preun. (#737638)

Akira TAGOH tagoh at fedoraproject.org
Tue Jun 26 07:53:16 UTC 2012


commit fb4152d2dc3f30537f7f12b12b978fff62f5571e
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Tue Jun 26 16:53:16 2012 +0900

    Fix a typo in %preun. (#737638)

 libunistring.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libunistring.spec b/libunistring.spec
index 1062c55..8dbe01b 100644
--- a/libunistring.spec
+++ b/libunistring.spec
@@ -1,6 +1,6 @@
 Name: libunistring
 Version: 0.9.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: System Environment/Libraries
 Summary: GNU Unicode string library
 License: LGPLv3+
@@ -65,10 +65,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %preun devel
 if [ $1 = 0 ]; then
-   /sbin/install-info --delete %{_infodir}/{%{name}.info %{_infodir}/dir || :
+   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
 fi
 
 %changelog
+* Tue Jun 26 2012 Akira TAGOH <tagoh at redhat.com> - 0.9.3-5
+- Fix a typo in %%preun. (#737638)
+
 * Tue May 15 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.9.3-4
 - Add bundled(gnulib) provides
 


More information about the scm-commits mailing list