Accepting request 343100 from Education

1

OBS-URL: https://build.opensuse.org/request/show/343100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/enca?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2015-11-12 18:37:04 +00:00 committed by Git OBS Bridge
commit 3aa0b43c2a
4 changed files with 20 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bba29ceb57e7989b89a5a28a97573ae55f46b40fb96f18d83a1d08a205752bc6
size 536627

3
enca-1.16.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c1d785901b19ab78780cd4c87454e69864d45dc99da5164a2c654d5e87be741
size 460844

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Nov 8 21:32:53 UTC 2015 - p.drouand@gmail.com
- Update to version 1.16
* Fixed typo in Belarusian language name
* Added aliases for Chinese and Yugoslavian languages
-------------------------------------------------------------------
Thu Oct 3 07:36:42 UTC 2013 - mcihar@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package enca
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -16,19 +16,19 @@
#
%define gtk_doc %{_datadir}/gtk-doc
Name: enca
Version: 1.16
Release: 0
Summary: Detects encoding of text files
License: GPL-2.0
Group: Productivity/Other
Version: 1.15
Release: 0
Url: http://cihar.com/software/enca/
Source: http://dl.cihar.com/%{name}/%{name}-%{version}.tar.bz2
Source: http://dl.cihar.com/%{name}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
Requires: sed
%define gtk_doc %{_datadir}/gtk-doc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig
Requires: sed
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Enca is an Extremely Naive Charset Analyser. It detects character set and
@ -59,10 +59,10 @@ Install enca-devel if you are going to create applications using the Enca
library.
%package devel
Requires: glibc-devel
Requires: libenca0 = %{version}
Summary: Header files and libraries for Enca development
Group: Development/Libraries/C and C++
Requires: glibc-devel
Requires: libenca0 = %{version}
%description devel
The enca-devel package contains the static libraries and header files
@ -80,7 +80,7 @@ library.
make %{?_smp_mflags}
%install
%makeinstall HTML_DIR=%{gtk_doc}/html
make DESTDIR=%{buildroot} install %{?_smp_mflags} HTML_DIR=%{gtk_doc}/html
# the .la file is not needed without static libs
rm %{buildroot}/%{_libdir}/libenca.la