- update to 1.14:
+ Allow standard names for belarusian and slovenian languages, thanks to Branislav Geržo for suggestion. + Reset strictness when check buffer less than file size, thanks to Sam Liao. + Fixed typos in man page, thanks to A. Costa. OBS-URL: https://build.opensuse.org/package/show/Education/enca?expand=0&rev=24
This commit is contained in:
parent
7602b251c3
commit
a1577b8745
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c091455d524b3ddae3533fe9bb375092f60ad6fe252e0777c873bd7869c7432
|
||||
size 532000
|
3
enca-1.14.tar.bz2
Normal file
3
enca-1.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f33e3953fbbdac8ed144b31bbab1bb3bf181150db6ba4cd812fd958ce5f4b58
|
||||
size 560982
|
10
enca.changes
10
enca.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 16 02:58:43 UTC 2012 - lars@linux-schulserver.de
|
||||
|
||||
- update to 1.14:
|
||||
+ Allow standard names for belarusian and slovenian languages,
|
||||
thanks to Branislav Geržo for suggestion.
|
||||
+ Reset strictness when check buffer less than file size,
|
||||
thanks to Sam Liao.
|
||||
+ Fixed typos in man page, thanks to A. Costa.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 20:15:09 UTC 2012 - lars@linux-schulserver.de
|
||||
|
||||
|
19
enca.spec
19
enca.spec
@ -16,18 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: enca
|
||||
Summary: Detects encoding of text files
|
||||
Group: Productivity/Other
|
||||
Version: 1.13
|
||||
Release: 7
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Other
|
||||
Version: 1.14
|
||||
Release: 0
|
||||
Url: http://gitorious.org/enca
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
Requires: sed
|
||||
%define gtk_doc %{_datadir}/gtk-doc
|
||||
%define gtk_doc %{_datadir}/gtk-doc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
@ -48,9 +47,8 @@ Install Enca if you need to cope with text files of dubious origin
|
||||
and unknown encoding and convert them to some reasonable encoding.
|
||||
|
||||
%package -n libenca0
|
||||
License: GPL-2.0
|
||||
Group: System/Libraries
|
||||
Summary: Header files and libraries for Enca development
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libenca0
|
||||
The enca-devel package contains the static libraries and header files
|
||||
@ -61,11 +59,10 @@ Install enca-devel if you are going to create applications using the Enca
|
||||
library.
|
||||
|
||||
%package devel
|
||||
License: GPL-2.0
|
||||
Requires: libenca0 = %{version}
|
||||
Requires: glibc-devel
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libenca0 = %{version}
|
||||
Summary: Header files and libraries for Enca development
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description devel
|
||||
The enca-devel package contains the static libraries and header files
|
||||
@ -93,7 +90,7 @@ rm %{buildroot}/%{_libdir}/libenca.la
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog ChangeLog.prelib FAQ ChangeLog.old README THANKS TODO
|
||||
%doc AUTHORS COPYING ChangeLog* FAQ README THANKS TODO
|
||||
%{_bindir}/enc*
|
||||
%{_libexecdir}/enca
|
||||
%{_mandir}/man1/enc*.1*
|
||||
|
Loading…
x
Reference in New Issue
Block a user