forked from pool/libHX
Accepting request 30390 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/libHX based on submit request 30390 from user mcalmer OBS-URL: https://build.opensuse.org/request/show/30390 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libHX?expand=0&rev=13
This commit is contained in:
parent
40a48803ca
commit
388d63d00b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03ae3ed25a7285aaf62e8a0dfe87aae9a8512db4719761316dba81abc364dc6e
|
||||
size 829439
|
3
libHX-3.3.tar.xz
Normal file
3
libHX-3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23dabf41300a7cfa4aa173715e1061af3b7558951a856ca31fdc5163cc7c81e3
|
||||
size 760488
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 22:36:38 CET 2010 - jengelh@medozas.de
|
||||
|
||||
- update to upstream version 3.3
|
||||
* fixes to the quote processing of the format1 and shconfig parsers
|
||||
* introduces a new string formatter
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 21:34:17 CET 2009 - jengelh@medozas.de
|
||||
|
||||
|
27
libHX.spec
27
libHX.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libHX (Version 3.2)
|
||||
# spec file for package libHX (Version 3.3)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -20,14 +20,14 @@
|
||||
|
||||
Name: libHX
|
||||
%define lname libHX22
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc-c++ xz
|
||||
Summary: Useful collection of routines for programming
|
||||
Version: 3.2
|
||||
Version: 3.3
|
||||
Release: 1
|
||||
License: LGPL v2+
|
||||
Prefix: /usr
|
||||
Group: System/Libraries
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define debug_package_requires %lname = %{version}-%{release}
|
||||
@ -51,7 +51,7 @@ Authors:
|
||||
|
||||
%package -n libHX22
|
||||
License: LGPL v2+
|
||||
Summary: Useful collection of routines for programming
|
||||
Summary: Useful collection of routines for C and C++ programming
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{lname}
|
||||
@ -73,7 +73,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: LGPL v2+
|
||||
Summary: Useful collection of routines for programming
|
||||
Summary: Useful collection of routines for C and C++ programming
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{lname} = %{version}
|
||||
|
||||
@ -91,15 +91,17 @@ A library for:
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jan Engelhardt <jengelh [at] medozasde de>
|
||||
Jan Engelhardt <jengelh [at] medozas de>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh;
|
||||
if [ ! -e configure ]; then
|
||||
./autogen.sh
|
||||
fi
|
||||
%configure
|
||||
make %{?jobs:-j%jobs};
|
||||
make %{?_smp_mflags}
|
||||
perl -i -pe 's/^shouldnotlink=yes/shouldnotlink=no/;' \
|
||||
src/%{name}.la src/.libs/%{name}.lai;
|
||||
|
||||
@ -110,6 +112,9 @@ install -pm0644 doc/* "${RPM_BUILD_ROOT}/%{_defaultdocdir}/%{name}"
|
||||
rm -f ${RPM_BUILD_ROOT}/%{_defaultdocdir}/%{name}/Makefile*
|
||||
rm -f ${RPM_BUILD_ROOT}/%{_libdir}/%{name}.la
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user