OBS User unknown 2008-01-28 00:15:27 +00:00 committed by Git OBS Bridge
parent 64afcd533d
commit 1e6e6a0244
4 changed files with 44 additions and 40 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e81b9933bba8a728b624e13e26eec49d426885fb31c2cf30e546f7c2bea0cbc6
size 1981968

3
libidn-1.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb2ca29872eb6637e0d6d2f5fdd01181c8a2906527513316db94de575227ad06
size 2099583

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 27 08:04:52 CET 2008 - stbinner@suse.de
- update to 1.4: updated translations and fix of --version/--help
-------------------------------------------------------------------
Fri Aug 3 17:38:55 CEST 2007 - stbinner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libidn (Version 1.0)
# spec file for package libidn (Version 1.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -11,12 +11,12 @@
# norootforbuild
Name: libidn
License: GPL v3 only, LGPL v2 or later
License: GPL v3 only; LGPL v2.1 or later
Group: System/Libraries
Version: 1.0
Version: 1.4
Release: 1
Summary: Support for Internationalized Domain Names (IDN)
URL: http://www.gnu.org/software/libidn/
Url: http://www.gnu.org/software/libidn/
Source0: http://josefsson.org/libidn/releases/libidn-%version.tar.bz2
PreReq: %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -42,7 +42,7 @@ Authors:
%package devel
Requires: %name = %version
Summary: Include Files and Libraries mandatory for Development.
Summary: Include Files and Libraries mandatory for Development
Group: System/Libraries
%description devel
@ -69,11 +69,10 @@ Authors:
%build
CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr --libdir=%_libdir \
--mandir=%_mandir --infodir=%_infodir
--mandir=%_mandir --infodir=%_infodir --enable-gtk-doc
make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT/%_infodir/dir
%find_lang %name
@ -95,7 +94,6 @@ rm -rf $RPM_BUILD_ROOT
%dir %_prefix/share/emacs/site-lisp
%doc AUTHORS COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO
%_libdir/libidn.so.*
%_infodir/libidn*
%_prefix/bin/idn
%_mandir/man1/idn.1.*
@ -104,7 +102,6 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%doc doc
%_libdir/libidn.la
%_libdir/libidn.a
%_libdir/libidn.so
@ -113,89 +110,91 @@ rm -rf $RPM_BUILD_ROOT
%_mandir/man3/*
%changelog
* Fri Aug 03 2007 - stbinner@suse.de
* Sun Jan 27 2008 stbinner@suse.de
- update to 1.4: updated translations and fix of --version/--help
* Fri Aug 03 2007 stbinner@suse.de
- update to 1.0:
* Command-line tools, examples, etc are now licensed under GPLv3
* The library is still licensed under LGPL v2.1 for compatibility
reasons (it is included in glibc).
* Updated gnulib files and translations
* Tue Jul 17 2007 - stbinner@suse.de
* Tue Jul 17 2007 stbinner@suse.de
- update to 0.6.14:
* Documentation fixes
* Install images for the manual in $infodir
* Updated gnulib files
* Use AM_JAVACFLAGS instead of JAVACFLAGS in java/misc/Makefile.am
* Thu Mar 29 2007 - rguenther@suse.de
* Thu Mar 29 2007 rguenther@suse.de
- add emacs site-lisp directories.
* Wed Mar 14 2007 - stbinner@suse.de
* Wed Mar 14 2007 stbinner@suse.de
- update to 0.6.11:
* The C# Libidn port was updated.
* The Java code has been fixed to properly translate any
non-ASCII dot into ".".
* Thu Oct 19 2006 - stbinner@suse.de
* Thu Oct 19 2006 stbinner@suse.de
- update to 0.6.8:
* The gnulib directory is separated into two directories.
* Update gnulib files.
* Some minor cleanups, like assuming locale.h and setlocale().
* API and ABI is backwards compatible with the previous version.
* Thu Sep 14 2006 - stbinner@suse.de
* Thu Sep 14 2006 stbinner@suse.de
- update to 0.6.7:
* Fix build failure of idn-int.h on C99 platforms.
* The manual includes GPL license, for the command-line tools.
* The function, variable and concept index is moved to the end
of the manual.
* Update of gnulib files and translations
* Wed Aug 23 2006 - stbinner@suse.de
* Wed Aug 23 2006 stbinner@suse.de
- update to 0.6.6
* Instead of AX_CREATE_STDINT_H, use the stdint gnulib module,
for idn-int.h.
* Update gnulib files.
* Updated translations.
* Thu Aug 17 2006 - aj@suse.de
* Thu Aug 17 2006 aj@suse.de
- Remove unneccasary BuildRequires.
* Mon Jul 10 2006 - stbinner@suse.de
* Mon Jul 10 2006 stbinner@suse.de
- update to 0.6.5
* links the library with an external libintl for gettext
* updates the doxygen configuration file to version 1.4.7
* translation of error messages was fixed
* warnings on 64-bit platforms were fixed
* Mon May 22 2006 - stbinner@suse.de
* Mon May 22 2006 stbinner@suse.de
- update to 0.6.3
* Fix objdir != srcdir builds for the Java documentation.
* Update of gnulib files.
* Make it possible to cross-compile to mingw32.
* Minor changes in how the C# code is built.
* Thu Jan 26 2006 - sbrabec@suse.cz
* Thu Jan 26 2006 sbrabec@suse.cz
- Added %%install_info_prereq.
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Dec 03 2005 - coolo@suse.de
* Sat Dec 03 2005 coolo@suse.de
- update to 0.6.0
* Wed Aug 03 2005 - coolo@suse.de
* Wed Aug 03 2005 coolo@suse.de
- move .la file to -devel package
* Fri Jan 21 2005 - coolo@suse.de
* Fri Jan 21 2005 coolo@suse.de
- update to 0.5.9
* Thu Oct 14 2004 - coolo@suse.de
* Thu Oct 14 2004 coolo@suse.de
- update to 0.5.8
* Fri Aug 06 2004 - coolo@suse.de
* Fri Aug 06 2004 coolo@suse.de
- update to 0.5.3 (integrating schwab's patch)
* Thu Aug 05 2004 - coolo@suse.de
* Thu Aug 05 2004 coolo@suse.de
- update to 0.5.2
* Sat Jul 03 2004 - schwab@suse.de
* Sat Jul 03 2004 schwab@suse.de
- Fix invalid free.
* Tue Jun 01 2004 - coolo@suse.de
* Tue Jun 01 2004 coolo@suse.de
- update to 0.4.8
* Thu Mar 04 2004 - coolo@suse.de
* Thu Mar 04 2004 coolo@suse.de
- fixing file list and requires
* Wed Feb 04 2004 - coolo@suse.de
* Wed Feb 04 2004 coolo@suse.de
- update to 0.3.7
* Thu Oct 16 2003 - coolo@suse.de
* Thu Oct 16 2003 coolo@suse.de
- build as user
* Fri Sep 26 2003 - coolo@suse.de
* Fri Sep 26 2003 coolo@suse.de
- update to 0.3
* Wed Aug 20 2003 - coolo@suse.de
* Wed Aug 20 2003 coolo@suse.de
- update to 0.2.2
* Wed Jul 23 2003 - coolo@suse.de
* Wed Jul 23 2003 coolo@suse.de
- update to 0.2.1
* Tue Jun 03 2003 - coolo@suse.de
* Tue Jun 03 2003 coolo@suse.de
- Initial package