Hello community,

here is the log from the commit of package liblinebreak for openSUSE:Factory
checked in at Mon Aug 22 10:42:47 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/liblinebreak/liblinebreak.changes      
2011-08-19 17:07:32.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Tue Aug  2 22:57:13 UTC 2011 - [email protected]
+
+- initial package of version 2.1
+

calling whatdependson for head-i586


New:
----
  liblinebreak-2.1.tar.bz2
  liblinebreak.changes
  liblinebreak.spec

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

Other differences:
------------------
++++++ liblinebreak.spec ++++++
#
# spec file for package liblinebreak
#
# 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/
#

# norootforbuild


Name:           liblinebreak
Summary:        Unicode line-breaking library
Version:        2.1
Release:        1
License:        zlib
Url:            http://sourceforge.net/projects/vimgadgets/
Group:          Development/Libraries/C and C++
Source0:        %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
liblinebreak is an implementation of the line breaking algorithm as
described in Unicode 6.0.0 Standard Annex 14, Revision 26, available
at http://www.unicode.org/reports/tr14/tr14-26.html

%package devel

Summary:        Development files for liblinebreak
Group:          Development/Libraries/C and C++
Requires:       %{name} = %{version}

%description devel
The liblinebreak-devel package contains libraries and header files for
developing applications that use liblinebreak.

%package -n liblinebreak2

Summary:        Unicode line-breaking library
Group:          Development/Libraries/C and C++
Provides:       %{name} = %{version}
Obsoletes:      liblinebreak2 < %{version}

%description -n liblinebreak2
liblinebreak is an implementation of the line breaking algorithm as
described in Unicode 6.0.0 Standard Annex 14, Revision 26, available
at http://www.unicode.org/reports/tr14/tr14-26.html

%prep
%setup -q
%configure --disable-static

%build
%__make %{?_smp_mflags}

%install
%makeinstall
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%clean
rm -rf ${RPM_BUILD_ROOT}

%post -n liblinebreak2 -p /sbin/ldconfig

%postun -n liblinebreak2 -p /sbin/ldconfig

%files -n liblinebreak2
%defattr(-,root,root)
%doc ChangeLog LICENCE NEWS README
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so

%changelog

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



Remember to have fun...

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

Reply via email to