- Update to upstream 20080409: Unicode 5.1 support
- Change package versioning scheme - Update summary and description - Add DistTag - Remove copy of GPL from RPM: the only file it applies to is not shipped
This commit is contained in:
parent
234e4c777c
commit
4313732570
@ -1 +1 @@
|
||||
libuninameslist_src-20060907.tgz
|
||||
libuninameslist-20080409.tar.bz2
|
||||
|
||||
@ -1,19 +1,18 @@
|
||||
Name: libuninameslist
|
||||
Version: 0.0
|
||||
Release: 8.20060907
|
||||
Version: 20080409
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: Library that provides Unicode names and annotations
|
||||
Summary: A library providing Unicode character names and annotations
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: http://libuninameslist.sourceforge.net
|
||||
Source0: http://dl.sf.net/libuninameslist/libuninameslist_src-20060907.tgz
|
||||
Source0: http://dl.sf.net/libuninameslist/libuninameslist-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
libuninameslist provides applications with access to Unicode name and
|
||||
annotation data from the official Unicode databases. The information
|
||||
is current as of Unicode 4.0.
|
||||
annotation data from the official Unicode Character Database.
|
||||
|
||||
%package devel
|
||||
Summary: Header files and static libraries for %{name}
|
||||
@ -50,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING LICENSE
|
||||
%doc LICENSE
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
@ -61,6 +60,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 15 2009 Roozbeh Pournader <roozbeh@gmail.com> - 20080409-1
|
||||
- Update to upstream 20080409: Unicode 5.1 support
|
||||
- Change package versioning scheme
|
||||
- Update summary and description
|
||||
- Add DistTag
|
||||
- Remove copy of GPL from RPM: the only file it applies to is not shipped
|
||||
|
||||
* Sun Feb 10 2008 Kevin Fenzi <kevin@tummy.com> - 0.0-8.20060907
|
||||
- Rebuild for gcc43
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user