[stardict-xmllittre] Initial import (#624182).

François Cami fcami at fedoraproject.org
Mon Dec 19 22:46:03 UTC 2011


commit f069b38f3c25fdc1f9a2fc5ffb86b94407d40501
Author: F. Cami <fcami at fedoraproject.org>
Date:   Mon Dec 19 23:45:48 2011 +0100

    Initial import (#624182).

 .gitignore              |    1 +
 sources                 |    1 +
 stardict-xmllittre.spec |   53 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..628e4e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/XMLittre_stardict_1.0.tar
diff --git a/sources b/sources
index e69de29..4948836 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+263506fab62afafda6a37c3f398bf994  XMLittre_stardict_1.0.tar
diff --git a/stardict-xmllittre.spec b/stardict-xmllittre.spec
new file mode 100644
index 0000000..33987bd
--- /dev/null
+++ b/stardict-xmllittre.spec
@@ -0,0 +1,53 @@
+Name:     stardict-xmllittre
+Summary:  Authoritative 19th century French dictionary
+Version:  1.0
+Release:  3%{?dist}
+Group:    Applications/System
+License:  GPLv3
+URL: http://francois.gannaz.free.fr/Littre/horsligne.php
+Source0: http://francois.gannaz.free.fr/Littre/dlds/XMLittre_stardict_1.0.tar
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArchitectures: noarch
+Requires: stardict >= 3.0.1
+
+
+%description
+"Le Littré" is a well-known, authoritative 19th century French dictionary.
+This package contains the original edition dictionary in StarDict format.
+
+
+%prep
+%setup -q -n XMLittre
+
+
+%build
+
+
+%install
+rm -rf ${RPM_BUILD_ROOT}
+mkdir -p          ${RPM_BUILD_ROOT}%{_datadir}/stardict/dic/xmllittre
+cp -rf XMLittre.* ${RPM_BUILD_ROOT}%{_datadir}/stardict/dic/xmllittre
+mv README README.western
+iconv -f iso8859-1 -t utf-8 README.western > README
+
+
+%clean
+rm -rf ${RPM_BUILD_ROOT}
+
+
+%files
+%defattr(-,root,root,-)
+%{_datadir}/stardict/dic/*
+%doc README
+
+
+%changelog
+* Sun Aug 15 2010 François Cami <fcami at fedoraproject.org> 1.0-3
+- Add README file after converting to UTF-8.
+
+* Sun Aug 15 2010 François Cami <fcami at fedoraproject.org> 1.0-2
+- Better description.
+
+* Sat Aug 14 2010 François Cami <fcami at fedoraproject.org> 1.0-1
+- initial package.
+


More information about the scm-commits mailing list