8250884
Name: libunistring
7672043
Version: 0.9.3
fb4152d
Release: 5%{?dist}
8250884
Group: System Environment/Libraries
8250884
Summary: GNU Unicode string library
8250884
License: LGPLv3+
8250884
Url: http://www.gnu.org/software/libunistring/
8250884
Source0: http://ftp.gnu.org/gnu/libunistring/%{name}-%{version}.tar.gz
8250884
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
8250884
Requires(post): info
8250884
Requires(preun): info
71dd9fc
Provides: bundled(gnulib)
8250884
8250884
%description
8250884
This portable C library implements Unicode string types in three flavours:
8250884
(UTF-8, UTF-16, UTF-32), together with functions for character processing
8250884
(names, classifications, properties) and functions for string processing
8250884
(iteration, formatted output, width, word breaks, line breaks, normalization,
8250884
case folding and regular expressions).
8250884
8250884
%package devel
8250884
Group: Development/Libraries
8250884
Summary: GNU Unicode string library - development files
8250884
Requires: %{name} = %{version}-%{release}
8250884
8250884
%description devel
8250884
Development files for programs using libunistring.
8250884
8250884
%prep
8250884
%setup -q
8250884
8250884
%build
8250884
%configure --disable-static --disable-rpath
8250884
make %{?_smp_mflags}
8250884
8250884
%install
8250884
rm -rf $RPM_BUILD_ROOT
8250884
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
8250884
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
8250884
rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}.la
8250884
8250884
%clean
8250884
rm -rf $RPM_BUILD_ROOT
8250884
8250884
%files
8250884
%defattr(-,root,root,-)
8250884
%doc AUTHORS NEWS README
8250884
%{_libdir}/%{name}.so.*
8250884
8250884
%files devel
8250884
%defattr(-,root,root,-)
8250884
%doc HACKING DEPENDENCIES THANKS ChangeLog
8250884
%doc %{_datadir}/doc/%{name}/*.html
8250884
%{_infodir}/%{name}.info*
8250884
%{_libdir}/%{name}.so
8250884
%{_includedir}/unistring
8250884
%{_includedir}/*.h
8250884
8250884
%post -p /sbin/ldconfig
8250884
8250884
%postun -p /sbin/ldconfig
8250884
8250884
%post devel
8250884
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
8250884
8250884
%preun devel
8250884
if [ $1 = 0 ]; then
fb4152d
   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
8250884
fi
8250884
8250884
%changelog
fb4152d
* Tue Jun 26 2012 Akira TAGOH <tagoh@redhat.com> - 0.9.3-5
fb4152d
- Fix a typo in %%preun. (#737638)
fb4152d
71dd9fc
* Tue May 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.9.3-4
71dd9fc
- Add bundled(gnulib) provides
71dd9fc
40b1b3a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-3
40b1b3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
40b1b3a
d713133
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-2
d713133
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d713133
7672043
* Sun May 23 2010 Pádraig Brady <P@draigBrady.com> 0.9.3-1
7672043
- Update to 0.9.3
8250884
* Thu Nov 19 2009 Pádraig Brady <P@draigBrady.com> 0.9.1-3
8250884
- Remove glibc-devel and texinfo build deps
8250884
* Thu Nov 19 2009 Pádraig Brady <P@draigBrady.com> 0.9.1-2
8250884
- Changes as per initial review by panemade@gmail.com
8250884
* Tue Nov 17 2009 Pádraig Brady <P@draigBrady.com> 0.9.1-1
8250884
- Initial version
8250884