diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20121118/1a9c0198 | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20121118/1a9c0198')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20121118/1a9c0198/attachment-0001.bin | 69 | ||||
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20121118/1a9c0198/attachment.bin | 69 |
2 files changed, 138 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20121118/1a9c0198/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20121118/1a9c0198/attachment-0001.bin new file mode 100644 index 000000000..b2621f4a1 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121118/1a9c0198/attachment-0001.bin @@ -0,0 +1,69 @@ +Name: libpinyin +Version: 0.7.92 +Release: %mkrel 1 +Summary: The library of a sentence-based Chinese pinyin input method +Source0: https://github.com/downloads/libpinyin/libpinyin/%{name}-%{version}.tar.gz +License: GPLv2+ +Group: System/Internationalization +Url: https://github.com/libpinyin/libpinyin +Buildrequires: glib2-devel +Buildrequires: db5-devel +Requires: %{name}-data = %{version}-%{release} + +%description +The libpinyin project aims to provide the algorithms core for intelligent sentence-based Chinese pinyin input methods. + +%package devel +Summary: Development files for %{name} +Requires: %{name} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for developing applications that use %{name}. + +%package data +Summary: Data files for %{name} +Requires: %{name} = %{version}-%{release} + +%description data +The %{name}-data package contains data files. + +%package tools +Summary: Tools for %{name} +Requires: %{name}=%{version}-%{release} + +%description tools +The %{name}-tools package contains tools for training inputting habit. + +%prep +%setup -q + +%build +%configure + +%make + +%install +rm -rf %{buildroot} +%makeinstall + +%files +%doc AUTHORS COPYING README +%{_libdir}/*.so.* +%dir %{_datadir}/libpinyin + +%files devel +%doc +%dir %{_includedir}/libpinyin-%{version} +%{_includedir}/libpinyin-%{version}/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/libpinyin.pc + +%files data +%doc +%{_datadir}/libpinyin/data + +%files tools +%{_bindir}/gen_binary_files +%{_bindir}/import_interpolation +%{_bindir}/gen_unigram +%{_mandir}/man1/*.1.* diff --git a/zarb-ml/mageia-dev/attachments/20121118/1a9c0198/attachment.bin b/zarb-ml/mageia-dev/attachments/20121118/1a9c0198/attachment.bin new file mode 100644 index 000000000..b2621f4a1 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121118/1a9c0198/attachment.bin @@ -0,0 +1,69 @@ +Name: libpinyin +Version: 0.7.92 +Release: %mkrel 1 +Summary: The library of a sentence-based Chinese pinyin input method +Source0: https://github.com/downloads/libpinyin/libpinyin/%{name}-%{version}.tar.gz +License: GPLv2+ +Group: System/Internationalization +Url: https://github.com/libpinyin/libpinyin +Buildrequires: glib2-devel +Buildrequires: db5-devel +Requires: %{name}-data = %{version}-%{release} + +%description +The libpinyin project aims to provide the algorithms core for intelligent sentence-based Chinese pinyin input methods. + +%package devel +Summary: Development files for %{name} +Requires: %{name} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for developing applications that use %{name}. + +%package data +Summary: Data files for %{name} +Requires: %{name} = %{version}-%{release} + +%description data +The %{name}-data package contains data files. + +%package tools +Summary: Tools for %{name} +Requires: %{name}=%{version}-%{release} + +%description tools +The %{name}-tools package contains tools for training inputting habit. + +%prep +%setup -q + +%build +%configure + +%make + +%install +rm -rf %{buildroot} +%makeinstall + +%files +%doc AUTHORS COPYING README +%{_libdir}/*.so.* +%dir %{_datadir}/libpinyin + +%files devel +%doc +%dir %{_includedir}/libpinyin-%{version} +%{_includedir}/libpinyin-%{version}/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/libpinyin.pc + +%files data +%doc +%{_datadir}/libpinyin/data + +%files tools +%{_bindir}/gen_binary_files +%{_bindir}/import_interpolation +%{_bindir}/gen_unigram +%{_mandir}/man1/*.1.* |