Hello community,

here is the log from the commit of package iksemel for openSUSE:Factory
checked in at Mon Oct 10 14:10:58 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/iksemel/iksemel.changes        2011-10-08 
22:04:10.000000000 +0200
@@ -0,0 +1,40 @@
+-------------------------------------------------------------------
+Wed Oct  5 00:52:53 UTC 2011 - [email protected]
+
+- Remove .la files from standard library directories
+- Remove redundant/unwanted tags/sections (cf. specfile guidelines)
+- Avoid rx as default file mode
+- Add pkgconfig autoprovides
+
+-------------------------------------------------------------------
+Sun Feb  7 17:12:31 UTC 2010 - [email protected]
+
+- fixed deps as adviced by msmeissn
+  o iksemel requires libiksemel3, not the other way round
+
+-------------------------------------------------------------------
+Wed Jan 20 21:32:25 UTC 2010 - [email protected]
+
+- update to version 1.4
+- specmods
+  o added header
+  o sort TAGS
+  o shared lib to subpkg libiksemel3
+
+-------------------------------------------------------------------
+Sat Dec 29 07:28:05 CET 2007 - [email protected]
+
+- remove bogus Packager and Vendor tags from specfiles. (#337404)
+
+-------------------------------------------------------------------
+Fri Nov 30 01:30:42 CET 2007 - [email protected]
+
+- spec file fixes
+- remove static libraries
+- install info files the right way 
+
+-------------------------------------------------------------------
+Di Sep 26 00:00:00 UTC 2006 - Peter Nixon
+
+- Initial package
+

calling whatdependson for head-i586


New:
----
  iksemel-1.4.tar.bz2
  iksemel.changes
  iksemel.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iksemel.spec ++++++
#
# spec file for package iksemel
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           iksemel
%define lname   libiksemel3
Summary:        XML parsing library
Version:        1.4
Release:        1
License:        LGPL
Group:          System/Libraries
URL:            http://code.google.com/p/iksemel
Source:         http://iksemel.googlecode.com/files/iksemel-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
PreReq:         %install_info_prereq
BuildRequires:  gcc-c++ lzo-devel
BuildRequires:  gnutls-devel >= 0.1.0
BuildRequires:  pkgconfig

%description
This is an XML parser library mainly designed for Jabber applications.
It provides SAX, DOM, and special Jabber stream APIs. Library is coded
in ANSI C except the network code (which is POSIX compatible), thus
highly portable.

%package -n %lname
Summary:        XML parsing library
Group:          System/Libraries

%description -n %lname
This package contains shared libraries for packages that use iksemel

%package devel
Summary:        Header files, libraries and development documentation for 
iksemel
Group:          Development/Libraries/C and C++
Requires:       %lname = %version

%description devel
This package contains the header files, static libraries and development
documentation for iksemel. If you like to develop programs using iksemel,
you will need to install iksemel-devel.

%prep
%setup -q

%build
%configure --disable-static --with-pic
%{__make} %{?_smp_mflags}

%install
%makeinstall
find "%buildroot" -type f -name "*.la" -delete

%post
%install_info --info-dir=%_infodir %_infodir/%name.info.gz

%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz

%post -n %lname -p /sbin/ldconfig

%postun -n %lname -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%{_infodir}/iksemel*
%{_bindir}/ikslint
%{_bindir}/iksperf
%{_bindir}/iksroster

%files -n %lname
%defattr(-,root,root)
%{_libdir}/libiksemel.so.*

%files devel
%defattr(-,root,root)
%{_includedir}/iksemel.h
%{_libdir}/libiksemel.so
%{_libdir}/pkgconfig/iksemel.pc

%changelog
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to