Mailinglist Archive: opensuse-commit (832 mails)
| < Previous | Next > |
commit liblqr for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 05 Feb 2010 16:35:15 +0100
- Message-id: <20100205153515.50AE62020E@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package liblqr for openSUSE:Factory
checked in at Fri Feb 5 16:35:15 CET 2010.
--------
New Changes file:
--- /dev/null 2009-09-30 08:50:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/liblqr/liblqr.changes 2010-01-29
14:00:03.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri Jan 29 12:59:36 UTC 2010 - llunak@xxxxxxxxxx
+
+- Initial version 0.4.1
+
calling whatdependson for head-i586
New:
----
liblqr-1-0.4.1.tar.bz2
liblqr.changes
liblqr.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ liblqr.spec ++++++
#
# spec file for package liblqr (Version 0.4.1)
#
# Copyright (c) 2010 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
Summary: LiquidRescale seam-carving library
Name: liblqr
Version: 0.4.1
Release: 1
Group: System/Libraries
License: GPLv2+
Url: http://liquidrescale.wikidot.com/
Source0:
http://liblqr.wikidot.com/local--files/en:download-page/liblqr-1-%{version}.tar.bz2
BuildRequires: glib2-devel
%if 0%{?mandriva_version}
BuildRequires: libglib2.0_0-devel
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires liblqr-1-0 = %{version}-%{release}
%description
The Liquid Rescale (lqr) library provides a C/C++ API for performing
non-uniform resizing of images by the seam-carving technique.
%package -n liblqr-1-0
License: GPLv2+
Summary: LiquidRescale seam-carving library
Group: System/Libraries
%description -n liblqr-1-0
The Liquid Rescale (lqr) library provides a C/C++ API for performing
non-uniform resizing of images by the seam-carving technique.
%package devel
License: GPLv2+
Summary: Static library and header files for the LiquidRescale library
Group: Development/C
Requires: liblqr-1-0 = %{version}
%description devel
The Liquid Rescale (lqr) library provides a C/C++ API for performing
non-uniform resizing of images by the seam-carving technique.
This package contains the static LiquidRescale library and its header files.
%prep
%setup -q -n liblqr-1-%{version}
%build
export CXXFLAGS="$RPM_OPT_FLAGS"
export CFLAGS="$CXXFLAGS"
%configure
make
%install
make install DESTDIR=%buildroot
# remove .la files
find %buildroot -name \*.la -exec %__rm -f {} \;
%post -n liblqr-1-0 -p /sbin/ldconfig
%postun -n liblqr-1-0 -p /sbin/ldconfig
%clean
rm -rf %{buildroot}
%files -n liblqr-1-0
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
#%doc docs/html/* examples
%dir %{_includedir}/lqr-1
%dir %{_includedir}/lqr-1/lqr
%{_includedir}/lqr-1/*.h
%{_includedir}/lqr-1/lqr/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |