Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4648983c61 | ||
|
|
970b0a6fd8 |
3 changed files with 13 additions and 10 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
libunistring-0.9.3.tar.gz
|
||||
/libunistring-0.9.4.tar.xz
|
||||
/libunistring-0.9.7.tar.xz
|
||||
/libunistring-0.9.9.tar.xz
|
||||
/libunistring-0.9.10.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Name: libunistring
|
||||
Version: 0.9.7
|
||||
# This spec file has been automatically updated
|
||||
Version: 0.9.10
|
||||
Release: 1%{?dist}
|
||||
Name: libunistring
|
||||
Group: System Environment/Libraries
|
||||
Summary: GNU Unicode string library
|
||||
License: GPLV2+ or LGPLv3+
|
||||
Url: http://www.gnu.org/software/libunistring/
|
||||
Source0: http://ftp.gnu.org/gnu/libunistring/%{name}-%{version}.tar.xz
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
Requires(post): info
|
||||
Requires(preun): info
|
||||
Provides: bundled(gnulib)
|
||||
|
|
@ -40,9 +40,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}.la
|
|||
# Move staged docs so not picked up by %%doc in main package
|
||||
mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name} __doc
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%license COPYING COPYING.LIB
|
||||
|
|
@ -58,9 +55,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_includedir}/unistring
|
||||
%{_includedir}/*.h
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%post devel
|
||||
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
||||
|
|
@ -71,6 +66,12 @@ if [ $1 = 0 ]; then
|
|||
fi
|
||||
|
||||
%changelog
|
||||
* Mon May 28 2018 Daiki Ueno <dueno@redhat.com> - 0.9.10-1
|
||||
- Update to upstream 0.9.10 release
|
||||
|
||||
* Thu Mar 01 2018 Daiki Ueno <dueno@redhat.com> - 0.9.9-1
|
||||
- Update to upstream 0.9.9 release
|
||||
|
||||
* Fri Feb 17 2017 Daiki Ueno <dueno@redhat.com> - 0.9.7-1
|
||||
- Update to 0.9.7
|
||||
- Update license to "GPLv2+ or LGPLv2+"
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (libunistring-0.9.7.tar.xz) = 52d5240dbf9b483976e980027187484dae6bbc103d44be8f9797832e772cde2ea03fcd27b062c81d42ea9b9f5a21216993695f2435bf8c06e48af916be0475f9
|
||||
SHA512 (libunistring-0.9.10.tar.xz) = 01dcab6e05ea4c33572bf96cc0558bcffbfc0e62fc86410cef06c1597a0073d5750525fe2dee4fdb39c9bd704557fcbab864f9645958108a2e07950bc539fe54
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue