SHA256
8
0
forked from pool/libchardet

Accepting request 285611 from home:jengelh:branches:devel:libraries:c_c++

set groups, use AM_PROG_AR so as to be compatible to old automakes

OBS-URL: https://build.opensuse.org/request/show/285611
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libchardet?expand=0&rev=2
This commit is contained in:
Alexei Sorokin
2015-02-11 12:00:03 +00:00
committed by Git OBS Bridge
parent 5cd9c7730b
commit 8287ae78a4

View File

@@ -23,7 +23,7 @@ Version: 1.0.4
Release: 0
Summary: Mozilla Universal Chardet library
License: MPL-1.1
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: http://mirror.oops.org/pub/oops/libchardet
Source: http://mirror.oops.org/pub/oops/%{name}/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
@@ -38,7 +38,7 @@ Mozilla's Universal Charset Detector C/C++ API.
%package -n %{lname}
Summary: Mozilla Universal Chardet library
Group: Development/Libraries/C and C++
Group: System/Libraries
%description -n %{lname}
Mozilla's Universal Charset Detector C/C++ API.
@@ -55,7 +55,7 @@ application which will use libchardet.
%prep
%setup -q
sed -i 's/^\(AM_MAINTAINER\)/AM_PROG_AR\n\1/' configure.ac
sed -i 's/^\(AM_MAINTAINER\)/m4_ifdef([AM_PROG_AR], [AM_PROG_AR])\n\1/' configure.ac
sed -i '/^dist_doc/d' Makefile.am
%build