]> git.pld-linux.org Git - packages/foma.git/commitdiff
- new URLs, updated to 0.9.17 auto/th/foma-0.9.17-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Jun 2013 20:46:54 +0000 (22:46 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Jun 2013 20:46:54 +0000 (22:46 +0200)
foma.spec

index ba710b7b1a0d60e63b404ed0e00664a1e5cb2899..b43bd1343b413cf99226667d2b7df187b4d7fcf3 100644 (file)
--- a/foma.spec
+++ b/foma.spec
@@ -1,15 +1,14 @@
 Summary:       Multi-purpose finite-state toolkit
 Summary(pl.UTF-8):     Toolkit do tworzenia automatów skończonych różnego zastosowania
 Name:          foma
 Summary:       Multi-purpose finite-state toolkit
 Summary(pl.UTF-8):     Toolkit do tworzenia automatów skończonych różnego zastosowania
 Name:          foma
-# "alpha" version suffix is project state, not particular version state
-# - so there is no need to use %subver
-Version:       0.9.14alpha
+Version:       0.9.17
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
-Source0:       http://dingo.sbs.arizona.edu/~mhulden/%{name}-%{version}.tar.gz
-# Source0-md5: 07169961fc48b728917f6e0af8f19787
-URL:           http://foma.sourceforge.net/
+#Source0Download: https://code.google.com/p/foma/downloads/list
+Source0:       https://foma.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: 17c40eb005d3c823231c24c77a8ec99d
+URL:           https://code.google.com/p/foma/
 BuildRequires: readline-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: readline-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -52,7 +51,7 @@ Static Foma library.
 Statyczna biblioteka Foma.
 
 %prep
 Statyczna biblioteka Foma.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 %{__make} libfoma \
 
 %build
 %{__make} libfoma \
@@ -63,7 +62,7 @@ Statyczna biblioteka Foma.
 # workaround to avoid rebuilding library on install
 touch libfoma
 
 # workaround to avoid rebuilding library on install
 touch libfoma
 
-%{__make} foma \
+%{__make} foma flookup cgflookup \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -D_GNU_SOURCE -std=c99 -fvisibility=hidden" \
        LDFLAGS="%{rpmldflags} -lreadline -lz"
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -D_GNU_SOURCE -std=c99 -fvisibility=hidden" \
        LDFLAGS="%{rpmldflags} -lreadline -lz"
@@ -85,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG README*
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG README*
+%attr(755,root,root) %{_bindir}/cgflookup
+%attr(755,root,root) %{_bindir}/flookup
 %attr(755,root,root) %{_bindir}/foma
 %attr(755,root,root) %{_libdir}/libfoma.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libfoma.so.0
 %attr(755,root,root) %{_bindir}/foma
 %attr(755,root,root) %{_libdir}/libfoma.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libfoma.so.0
This page took 0.10675 seconds and 4 git commands to generate.