This commit is contained in:
parent
b4751fdc73
commit
bff6defd6c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 11:44:17 CEST 2007 - rguenther@suse.de
|
||||
|
||||
- add emacs site-lisp directories.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 13:48:51 CET 2007 - stbinner@suse.de
|
||||
|
||||
|
12
libidn.spec
12
libidn.spec
@ -14,7 +14,7 @@ Name: libidn
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: System/Libraries
|
||||
Version: 0.6.11
|
||||
Release: 1
|
||||
Release: 4
|
||||
Summary: Support for Internationalized Domain Names (IDN)
|
||||
URL: http://www.gnu.org/software/libidn/
|
||||
Source0: http://josefsson.org/libidn/releases/libidn-%version.tar.gz
|
||||
@ -91,14 +91,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %name.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %_prefix/share/emacs
|
||||
%dir %_prefix/share/emacs/site-lisp
|
||||
%doc AUTHORS COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO
|
||||
%_libdir/libidn.so.*
|
||||
|
||||
%_infodir/libidn*
|
||||
/usr/bin/idn
|
||||
%_prefix/bin/idn
|
||||
%_mandir/man1/idn.1.*
|
||||
/usr/share/emacs/site-lisp/idna.el
|
||||
/usr/share/emacs/site-lisp/punycode.el
|
||||
%_prefix/share/emacs/site-lisp/idna.el
|
||||
%_prefix/share/emacs/site-lisp/punycode.el
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -111,6 +113,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%_mandir/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 29 2007 - rguenther@suse.de
|
||||
- add emacs site-lisp directories.
|
||||
* Wed Mar 14 2007 - stbinner@suse.de
|
||||
- update to 0.6.11:
|
||||
* The C# Libidn port was updated.
|
||||
|
Loading…
Reference in New Issue
Block a user