summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2003-08-30 21:38:01 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit33638959b2f857fa09462dbec5d93a22bf481b98 (patch)
tree13a22b6e21cfcb1551ee8a0d5069c7f52d6aebf9
parentb79a4dad50a53350702412b5879e74f918814ad2 (diff)
downloadsphinx2-33638959b2f857fa09462dbec5d93a22bf481b98.zip
sphinx2-33638959b2f857fa09462dbec5d93a22bf481b98.tar.gz
- ugh, License is BSD-like not GPLauto/ac/sphinx2-0_4-1AC-STABLEAC-branch
Changed files: sphinx2.spec -> 1.14
-rw-r--r--sphinx2.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/sphinx2.spec b/sphinx2.spec
index 328e783..5a99e6c 100644
--- a/sphinx2.spec
+++ b/sphinx2.spec
@@ -3,7 +3,7 @@ Summary(pl): System rozpoznawania mowy
Name: sphinx2
Version: 0.4
Release: 1
-License: GPL
+License: BSD-like
Group: Applications/Communications
Source0: http://dl.sourceforge.net/cmusphinx/%{name}-%{version}.tar.gz
# Source0-md5: e6e3b382613e7b253ef9cea726840a5a
@@ -67,7 +67,8 @@ Statyczne wersje bibliotek sphinx2.
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
# hmm, name may conflict
rm -f $RPM_BUILD_ROOT%{_bindir}/batch.csh
@@ -87,9 +88,9 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(644,root,root,755)
-%{_includedir}/*
%attr(755,root,root) %{_libdir}/*.so
%{_libdir}/*.la
+%{_includedir}/*
%files static
%defattr(644,root,root,755)