[meego-commits] 8361: New package Trunk:Testing/enca
maimishr
no_reply at build.meego.com
Wed Oct 13 11:47:19 UTC 2010
Hi,
Adding new package enca in project Trunk:Testing. Please review and accept ASAP.
Justification for this new package:
Tracker-9.24 requires libenca
Thank You,
maimishr
[This message was auto-generated]
---
Request #8361:
submit: devel:contentfw/enca(r12) -> Trunk:Testing/enca
Message:
Tracker-9.24 requires libenca
State: new 2010-10-13T04:47:18 maimishr
Comment: None
This is a NEW package in Trunk:Testing project.
The files in the new package:
enca/
|__ libenca-1.12.tar.gz
|__ libenca.changes
|__ libenca.spec
The content of the spec file, libenca.spec:
===================================================================
Name: libenca
Version: 1.12
Release: 1
Summary: Extremely Naive Charset Analyser
Group: System/Libraries
License: GPLv2
URL: http://viewsvn.cihar.com/debian-enca/trunk
Source0: %{name}-%{version}.tar.gz
BuildRequires: recode-devel
%description
Extremely Naive Charset Analyser.
%package devel
Summary: Extremely Naive Charset Analyser
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
Extremely Naive Charset Analyser - development files
Enca is an Extremely Naive Charset Analyser. It detects character set and
encoding of text files and can also convert them to other encodings.
%package libenca0
Summary: Extremely Naive Charset Analyser
Group: System/Libraries
%description libenca0
Extremely Naive Charset Analyser - shared library files
Enca is an Extremely Naive Charset Analyser. It detects character set and
encoding of text files and can also convert them to other encodings.
%prep
%setup -q -n %{name}-%{version}
%build
%configure --with-html-dir=/usr/share/doc/enca/html \
--with-librecode \
--with-libiconv \
--disable-static \
--disable-rpath
make
%install
%make_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post libenca0 -p /sbin/ldconfig
%postun libenca0 -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_libexecdir}/enca/*
%{_datadir}/man/man1/*
%files devel
%defattr(-,root,root,-)
%{_includedir}/*.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%doc %{_datadir}/doc/enca/html/libenca/*
%files libenca0
%defattr(-,root,root,-)
%{_libdir}/lib*.so.*
===================================================================
More information about the MeeGo-commits
mailing list