- drop ChangeLog from %doc
- drop autoreconf entirely
This commit is contained in:
parent
4ebea68cb6
commit
7ef5e7aac7
10
libidn.spec
10
libidn.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: Internationalized Domain Name support library
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 1.9
|
Version: 1.9
|
||||||
Release: 3
|
Release: 4
|
||||||
URL: http://www.gnu.org/software/libidn/
|
URL: http://www.gnu.org/software/libidn/
|
||||||
License: LGPLv2+ and GPLv3+
|
License: LGPLv2+ and GPLv3+
|
||||||
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: pkgconfig, gettext, libtool, autoconf
|
BuildRequires: pkgconfig, gettext
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
@ -39,8 +39,6 @@ iconv -f ISO-8859-1 -t UTF-8 doc/libidn.info > iconv.tmp
|
|||||||
mv iconv.tmp doc/libidn.info
|
mv iconv.tmp doc/libidn.info
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Must re-bootstrap to get multilib-aware libtool
|
|
||||||
autoreconf -i
|
|
||||||
%configure --disable-csharp --disable-static --libdir=/%{_lib}
|
%configure --disable-csharp --disable-static --libdir=/%{_lib}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -92,7 +90,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog NEWS FAQ README THANKS COPYING*
|
%doc AUTHORS NEWS FAQ README THANKS COPYING*
|
||||||
%{_bindir}/idn
|
%{_bindir}/idn
|
||||||
%{_mandir}/man1/idn.1*
|
%{_mandir}/man1/idn.1*
|
||||||
%{_datadir}/emacs/site-lisp
|
%{_datadir}/emacs/site-lisp
|
||||||
@ -108,7 +106,7 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 10 2009 Joe Orton <jorton@redhat.com> 1.9-2
|
* Tue Mar 10 2009 Joe Orton <jorton@redhat.com> 1.9-4
|
||||||
- update to 1.9 (#302111)
|
- update to 1.9 (#302111)
|
||||||
- update License to reflect GPLv3+ binaries, LGPLv2+ library
|
- update License to reflect GPLv3+ binaries, LGPLv2+ library
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user