]> git.pld-linux.org Git - packages/hfst.git/commitdiff
- provide directory for HFST transducers data auto/th/hfst-3_0_3-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 May 2011 06:36:52 +0000 (06:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hfst.spec -> 1.4

hfst.spec

index 335609fea6d81fdebf7a54cd8971598bfd721d3c..0b253826b86ae283c595e7dfb3757ec2aed60806 100644 (file)
--- a/hfst.spec
+++ b/hfst.spec
@@ -6,7 +6,7 @@ Summary:        Helsinki Finite-State Transducer (library and application suite)
 Summary(pl.UTF-8):     Helsinki Finite-State Transducer (biblioteka i zestaw aplikacji)
 Name:          hfst
 Version:       3.0.3
-Release:       1
+Release:       2
 License:       GPL v3
 Group:         Applications/Text
 Source0:       http://downloads.sourceforge.net/hfst/%{name}-%{version}.tar.gz
@@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 # obsoleted by pkgconfig
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libhfst.la
 
+# for transducer data
+install -d $RPM_BUILD_ROOT%{_datadir}/hfst
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -103,6 +106,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/htwolcpre*
 %attr(755,root,root) %{_libdir}/libhfst.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libhfst.so.4
+%dir %{_datadir}/hfst
 %{_mandir}/man1/hfst-*.1*
 
 %files devel
This page took 0.05445 seconds and 4 git commands to generate.