Author: baggins Date: Wed Jul 13 12:06:12 2011 GMT Module: packages Tag: HEAD ---- Log message: - initial revision
---- Files affected: packages/m17n-contrib: m17n-contrib.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/m17n-contrib/m17n-contrib.spec diff -u /dev/null packages/m17n-contrib/m17n-contrib.spec:1.1 --- /dev/null Wed Jul 13 14:06:12 2011 +++ packages/m17n-contrib/m17n-contrib.spec Wed Jul 13 14:06:06 2011 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +Summary: Contributed database for the multilingual text processing library +#Summary(pl.UTF-8): - +Name: m17n-contrib +Version: 1.1.12 +Release: 1 +License: LGPL +Group: Applications +Source0: http://www.m17n.org/m17n-lib-download/%{name}-%{version}.tar.gz +# Source0-md5: fb7c35194e8940cf3ca381f5b111434c +URL: http://www.m17n.org/ +BuildRequires: m17n-db +Requires: m17n-db +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This package contains the database files contributed by the community +and used by m17n-lib. + +#%description -l pl.UTF-8 + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang m17n-contrib + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f m17n-contrib.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%{_datadir}/m17n/icons/* +%{_datadir}/m17n/*.mim +%{_datadir}/m17n/scripts + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/07/13 12:06:06 baggins +- initial revision + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
