Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2012-11-14 16:37:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eina (Old)
 and      /work/SRC/openSUSE:Factory/.eina.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eina", Maintainer is ""

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

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2012-11-14 
16:37:11.000000000 +0100
@@ -0,0 +1,116 @@
+-------------------------------------------------------------------
+Tue Nov 13 01:09:58 UTC 2012 - sleep_wal...@suse.cz
+
+- correct license version
+
+-------------------------------------------------------------------
+Tue Nov 13 00:46:20 UTC 2012 - sleep_wal...@suse.cz
+
+- remove remains of doc subpackage
+
+-------------------------------------------------------------------
+Tue Nov 13 00:43:21 UTC 2012 - sleep_wal...@suse.cz
+
+- applied spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 13 00:26:07 UTC 2012 - sleep_wal...@suse.cz
+
+- removed autoupdate entries from changelog
+
+-------------------------------------------------------------------
+Mon Nov 12 23:10:21 UTC 2012 - sleep_wal...@suse.cz
+
+- remove configure patch as it is useless
+- remove __DATE__ and __TIME__ and use last changelog entry instead
+
+-------------------------------------------------------------------
+Sat Oct 20 23:34:37 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.1
+
+-------------------------------------------------------------------
+Sun Sep  9 19:39:02 UTC 2012 - sleep_wal...@suse.cz
+
+- let there be eina-bench-cmp
+
+-------------------------------------------------------------------
+Fri Sep  7 23:41:55 UTC 2012 - sleep_wal...@suse.cz
+
+- revert spec file make_install modification
+
+-------------------------------------------------------------------
+Fri Sep  7 23:41:00 UTC 2012 - sleep_wal...@suse.cz
+
+- refresh patch
+
+-------------------------------------------------------------------
+Tue Jun 19 09:12:40 UTC 2012 - sleep_wal...@suse.cz
+
+- fix description
+
+-------------------------------------------------------------------
+Mon Apr 30 08:42:31 UTC 2012 - sleep_wal...@suse.cz
+
+- updated patch of configure
+
+-------------------------------------------------------------------
+Wed Mar 21 22:02:37 UTC 2012 - sleep_wal...@suse.cz
+
+- refreshing configure.patch
+
+-------------------------------------------------------------------
+Fri Dec 30 22:43:29 UTC 2011 - sleep_wal...@suse.cz
+
+- explicitly BuildRequire autoconf automake libtool
+
+-------------------------------------------------------------------
+Fri Dec 16 22:49:55 UTC 2011 - sleep_wal...@suse.cz
+
+- pre_configure --> pre_configure_hook
+
+-------------------------------------------------------------------
+Thu Dec 15 21:23:32 UTC 2011 - sleep_wal...@suse.cz
+
+- refresh configure.patch to revision 66263
+
+-------------------------------------------------------------------
+Mon Dec 12 10:18:44 UTC 2011 - sleep_wal...@suse.cz
+
+- refresh configure.patch to revision 66086
+
+-------------------------------------------------------------------
+Sat Dec 10 12:07:48 UTC 2011 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
40ebd546fdf4c2971f59f645e4f374ae35589a67
+
+-------------------------------------------------------------------
+Mon Oct 17 19:26:08 UTC 2011 - tc...@suse.com
+
+- attempt for fix CentOS 5 and SLES10
+
+-------------------------------------------------------------------
+Mon Oct 17 05:26:13 UTC 2011 - tc...@suse.com
+
+- add fix to detect revision correctly
+
+-------------------------------------------------------------------
+Sun Oct 16 21:13:46 UTC 2011 - tc...@suse.com
+
+- add autoreconf before configure
+
+-------------------------------------------------------------------
+Thu Oct 13 22:14:26 UTC 2011 - tc...@suse.com
+
+- first attempt for debian build
+
+-------------------------------------------------------------------
+Mon Aug 15 08:54:42 UTC 2011 - sleep_wal...@suse.cz
+
+- change %make_install to %makeinstall to support more distributions
+
+-------------------------------------------------------------------
+Tue Feb  1 17:23:30 UTC 2011 - dims...@opensuse.org
+
+- Initial package of Eina version 1.0.0
+

New:
----
  eina-1.7.1.tar.bz2
  eina.changes
  eina.spec

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

Other differences:
------------------
++++++ eina.spec ++++++
#
# spec file for package eina
#
# 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:           eina
Version:        1.7.1
Release:        1
License:        LGPL-2.1
Summary:        Core EFL (Enlightenment Foundation Library) to handle various 
data types
Url:            http://enlightenment.org/
Group:          Development/Libraries/C and C++
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Core EFL (Enlightenment Foundation Library) to handle various data types. 
Introduced in version DR17-0.16.999.050

%package -n libeina1
Summary:        Eina Dynamic Libraries
Group:          System/Libraries

%description -n libeina1
Eina is core EFL (Enlightenment Foundation Libraries) library to handle various 
data types.

%package devel
Summary:        Eina headers, static libraries, documentation and test programs
Group:          Development/Libraries/C and C++
Requires:       libeina1 = %{version}

%description devel
Headers, static libraries, test programs and documentation for eina

%prep
%setup -q

%build
# remove __DATE__ and __TIME__
FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M')
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
sed -i -e "s/__TIME__/\"$FAKE_BUILDTIME\"/g" -e 
"s/__TIME__/\"$FAKE_BUILDTIME\"/g" src/lib/eina_hamster.c

%if 0%{?sles_version} != 10 && 0%{?centos_version} != 505
autoreconf -ifv
%endif
%configure \
        --disable-static \
        --enable-doc
make %{?_smp_mflags}

%install
%makeinstall
find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;

%clean
rm -rf %{buildroot}

%post -n libeina1 -p /sbin/ldconfig

%postun -n libeina1 -p /sbin/ldconfig

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

%files devel
%defattr(-, root, root)
%{_includedir}/eina-1/
%{_libdir}/pkgconfig/eina.pc
%{_libdir}/libeina.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