Hello community,

here is the log from the commit of package xar for openSUSE:Factory checked in 
at 2015-03-01 14:46:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xar (Old)
 and      /work/SRC/openSUSE:Factory/.xar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xar"

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

--- /dev/null   2015-02-28 12:43:00.252025756 +0100
+++ /work/SRC/openSUSE:Factory/.xar.new/xar.changes     2015-03-01 
14:46:38.000000000 +0100
@@ -0,0 +1,20 @@
+-------------------------------------------------------------------
+Fri Feb 27 06:51:19 UTC 2015 - mplus...@suse.com
+
+- Call ldconfig in post and postun for library
+
+-------------------------------------------------------------------
+Tue Feb 24 19:57:42 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec-file with spec-cleaner
+- Refresh dependecies
+  * remove useless autotool, make and gcc
+  * add libbz2-devel
+
+* Sun Dec 30 2007 Pascal Bleser <g...@unixtech.be> 
+- made libxar comply with the openSUSE Shared Library Packaging Policy
+- update to 1.5.2
+* Mon Aug 13 2007 Pascal Bleser <g...@unixtech.be>
+- update to 1.5.1
+* Thu May 31 2007 Pascal Bleser <g...@unixtech.be> 
+- new package

New:
----
  xar-1.5.2.tar.gz
  xar.changes
  xar.spec

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

Other differences:
------------------
++++++ xar.spec ++++++
#
# spec file for package xar
#
# Copyright (c) 2015 SUSE LINUX 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/
#


%define soname 1
Name:           xar
Version:        1.5.2
Release:        0
Summary:        Extensible Archive Format Tools
License:        BSD-3-Clause
Group:          Productivity/Archiving/Compression
Url:            http://code.google.com/p/xar/
Source:         http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:  e2fsprogs-devel
BuildRequires:  libacl-devel
BuildRequires:  libbz2-devel
BuildRequires:  libopenssl-devel
BuildRequires:  libxml2-devel
BuildRequires:  zlib-devel
Requires:       libxar%{soname} = %{version}-%{release}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The XAR project aims to provide an easily extensible archive format. Important
design decisions include an easily extensible XML table of contents for random
access to archived files, storing the toc at the beginning of the archive to
allow for efficient handling of streamed archives, the ability to handle files
of arbitrarily large sizes, the ability to choose independent encodings for
individual files in the archive, the ability to store checksums for individual
files in both compressed and uncompressed form, and the ability to query the
table of content's rich meta-data.

%package -n libxar%{soname}
Summary:        Extensive Archive Format Library
Group:          Development/Libraries/C and C++

%description -n libxar%{soname}
The XAR project aims to provide an easily extensible archive format. Important
design decisions include an easily extensible XML table of contents for random
access to archived files, storing the toc at the beginning of the archive to
allow for efficient handling of streamed archives, the ability to handle files
of arbitrarily large sizes, the ability to choose independent encodings for
individual files in the archive, the ability to store checksums for individual
files in both compressed and uncompressed form, and the ability to query the
table of content's rich meta-data.

%package -n libxar-devel
Summary:        Extensive Archive Format Library
Group:          Development/Libraries/C and C++
Requires:       libxar%{soname} = %{version}-%{release}

%description -n libxar-devel
The XAR project aims to provide an easily extensible archive format. Important
design decisions include an easily extensible XML table of contents for random
access to archived files, storing the toc at the beginning of the archive to
allow for efficient handling of streamed archives, the ability to handle files
of arbitrarily large sizes, the ability to choose independent encodings for
individual files in the archive, the ability to store checksums for individual
files in both compressed and uncompressed form, and the ability to query the
table of content's rich meta-data.

%{debug_package}

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
# do not ship these
rm %{buildroot}%{_libdir}/libxar.a
rm %{buildroot}%{_libdir}/libxar.la

%post -n libxar%{soname} -p /sbin/ldconfig

%postun -n libxar%{soname} -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc LICENSE TODO
%{_bindir}/xar
%doc %{_mandir}/man1/xar.1*

%files -n libxar%{soname}
%defattr(-,root,root)
%doc LICENSE TODO
%{_libdir}/libxar.so.%{soname}

%files -n libxar-devel
%defattr(-,root,root)
%doc LICENSE TODO
%{_includedir}/xar
%{_libdir}/libxar.so

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to