Author: qboosh Date: Sat May 28 04:50:20 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/hfst-optimized-lookup: hfst-optimized-lookup.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/hfst-optimized-lookup/hfst-optimized-lookup.spec diff -u /dev/null packages/hfst-optimized-lookup/hfst-optimized-lookup.spec:1.1 --- /dev/null Sat May 28 06:50:20 2011 +++ packages/hfst-optimized-lookup/hfst-optimized-lookup.spec Sat May 28 06:50:15 2011 @@ -0,0 +1,61 @@ +# $Revision$, $Date$ +Summary: Morphological analysis using a fast lookup transducer +Summary(pl.UTF-8): Analiza morfologiczna przy użyciu szybko wyszukującego automatu z wyjściem +Name: hfst-optimized-lookup +Version: 1.2 +Release: 1 +License: Apache v2.0 +Group: Applications/Text +Source0: http://downloads.sourceforge.net/hfst/%{name}-%{version}.tar.gz +# Source0-md5: 26d069419d6e679d2fe5a9abf251d6aa +URL: http://hfst.sourceforge.net/ +BuildRequires: autoconf >= 2.50 +BuildRequires: automake +BuildRequires: libstdc++-devel +BuildRequires: sed >= 4.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This package contains a lookup implementation for a new transducer +format optimized for speed. + +%description -l pl.UTF-8 +Ten pakiet zawiera implementację wyszukiwania dla nowego formatu +automatów z wyjściem, zoptymalizowaną pod kątem szybkości. + +%prep +%setup -q + +# drop optflags override +sed -i -e '/^CXXFLAGS="-Wall/d' configure.ac + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS README +%attr(755,root,root) %{_bindir}/hfst-optimized-lookup + +%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/05/28 04:50:15 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
