Upgrade to 0.4
This commit is contained in:
parent
6b3f076776
commit
d525981e95
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
libidn2-0.3.tar.gz
|
libidn2-0.4.tar.gz
|
||||||
|
10
libidn2.spec
10
libidn2.spec
@ -1,11 +1,11 @@
|
|||||||
Summary: Library to support IDNA2008 internationalized domain names
|
Summary: Library to support IDNA2008 internationalized domain names
|
||||||
Name: libidn2
|
Name: libidn2
|
||||||
Version: 0.3
|
Version: 0.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.josefsson.org/%{name}/
|
URL: http://www.gnu.org/software/libidn/#libidn2
|
||||||
Source: http://www.josefsson.org/%{name}/releases/%{name}-%{version}.tar.gz
|
Source: http://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||||
Patch0: libidn2-0.3-rpath.patch
|
Patch0: libidn2-0.3-rpath.patch
|
||||||
Requires(post): /sbin/install-info, /sbin/ldconfig
|
Requires(post): /sbin/install-info, /sbin/ldconfig
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
%description
|
%description
|
||||||
Libidn2 is an implementation of the IDNA2008 specifications in RFC
|
Libidn2 is an implementation of the IDNA2008 specifications in RFC
|
||||||
5890, 5891, 5892 and 5893 for internationalized domain names (IDN).
|
5890, 5891, 5892 and 5893 for internationalized domain names (IDN).
|
||||||
|
It is a standalone library, without any dependency on libidn.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libidn2
|
Summary: Development files for libidn2
|
||||||
@ -85,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/
|
%{_datadir}/gtk-doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 16 2011 Robert Scheck <robert@fedoraproject.org> 0.4-1
|
||||||
|
- Upgrade to 0.4
|
||||||
|
|
||||||
* Sat May 07 2011 Robert Scheck <robert@fedoraproject.org> 0.3-1
|
* Sat May 07 2011 Robert Scheck <robert@fedoraproject.org> 0.3-1
|
||||||
- Upgrade to 0.3
|
- Upgrade to 0.3
|
||||||
- Initial spec file for Fedora and Red Hat Enterprise Linux
|
- Initial spec file for Fedora and Red Hat Enterprise Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user