add bundled(gnulib) provides
This commit is contained in:
parent
40b1b3af2e
commit
71dd9fca1d
@ -1,6 +1,6 @@
|
||||
Name: libunistring
|
||||
Version: 0.9.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: GNU Unicode string library
|
||||
License: LGPLv3+
|
||||
@ -9,6 +9,7 @@ Source0: http://ftp.gnu.org/gnu/libunistring/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
Requires(post): info
|
||||
Requires(preun): info
|
||||
Provides: bundled(gnulib)
|
||||
|
||||
%description
|
||||
This portable C library implements Unicode string types in three flavours:
|
||||
@ -68,6 +69,9 @@ if [ $1 = 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Tue May 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.9.3-4
|
||||
- Add bundled(gnulib) provides
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user