auto-import changelog data from libidn-0.5.2-1.src.rpm
Thu Jul 15 2004 Robert Scheck <redhat@linuxnetz.de> 0.5.2-1 - upgrade to 0.5.2, enabled i18n support and info files (#127906)
This commit is contained in:
parent
212126ddab
commit
168a45d380
@ -1 +1 @@
|
|||||||
libidn-0.5.1.tar.gz
|
libidn-0.5.2.tar.gz
|
||||||
|
25
libidn.spec
25
libidn.spec
@ -1,14 +1,14 @@
|
|||||||
Summary: Internationalized Domain Name support library
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 0.5.1
|
Version: 0.5.2
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: http://www.gnu.org/software/libidn
|
URL: http://www.gnu.org/software/libidn
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig, gettext
|
||||||
Prereq: /sbin/ldconfig
|
Prereq: /sbin/ldconfig, /sbin/install-info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Libidn is an implementation of the Stringprep, Punycode and
|
GNU Libidn is an implementation of the Stringprep, Punycode and
|
||||||
@ -45,17 +45,24 @@ make %{?_smp_mflags} -C examples distclean
|
|||||||
|
|
||||||
# clean up docs
|
# clean up docs
|
||||||
find doc -name "Makefile*" | xargs rm
|
find doc -name "Makefile*" | xargs rm
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/info/dir
|
||||||
|
|
||||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/{locale,info}
|
%find_lang %{name}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post
|
||||||
|
/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%preun
|
||||||
|
if [ $1 = 0 ]; then
|
||||||
|
/sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir
|
||||||
|
fi
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog NEWS FAQ README THANKS COPYING*
|
%doc ChangeLog NEWS FAQ README THANKS COPYING*
|
||||||
%{_bindir}/idn
|
%{_bindir}/idn
|
||||||
@ -63,6 +70,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/{locale,info}
|
|||||||
%{_datadir}/emacs/site-lisp
|
%{_datadir}/emacs/site-lisp
|
||||||
%{_libdir}/libidn.so.*
|
%{_libdir}/libidn.so.*
|
||||||
%{_libdir}/libidn.la
|
%{_libdir}/libidn.la
|
||||||
|
%{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(0644,root,root,755)
|
%defattr(0644,root,root,755)
|
||||||
@ -74,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/{locale,info}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 15 2004 Robert Scheck <redhat@linuxnetz.de> 0.5.2-1
|
||||||
|
- upgrade to 0.5.2, enabled i18n support and info files (#127906)
|
||||||
|
|
||||||
* Fri Jul 9 2004 Joe Orton <jorton@redhat.com> 0.5.1-1
|
* Fri Jul 9 2004 Joe Orton <jorton@redhat.com> 0.5.1-1
|
||||||
- update to 0.5.1 (#127496)
|
- update to 0.5.1 (#127496)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user