]> git.pld-linux.org Git - packages/mythes.git/commitdiff
- updated to 1.2.4 auto/th/mythes-1.2.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Jun 2014 08:41:35 +0000 (10:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Jun 2014 08:41:35 +0000 (10:41 +0200)
mythes.spec

index 24403264edb36bbddca9ee270a9cb91287eafb45..319439479b18c11121cd823466b8dada3667b8e2 100644 (file)
@@ -1,27 +1,31 @@
-%bcond_without tests
+#
+# Conditional build
+%bcond_without tests   # example testing
+#
 Summary:       MyThes thesaurus
 Summary(pl.UTF-8):     MyThes - słownik wyrazów bliskoznacznych
 Name:          mythes
-Version:       1.2.3
+Version:       1.2.4
 Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
-# Source0-md5: 46e92b68e31e858512b680b3b61dc4c1
+# Source0-md5: a8c2c5b8f09e7ede322d5c602ff6a4b6
 URL:           http://lingucomponent.openoffice.org/thesaurus.html
 BuildRequires: hunspell-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:1.5
+BuildRequires: pkgconfig
 BuildRequires: unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 MyThes is a simple thesaurus that uses a structured text data file and
 an index file with binary search to lookup words and phrases and
-return information on part of speech, meanings, and synonyms
+return information on part of speech, meanings, and synonyms.
 
 MyThes was written to provide a thesaurus for the OpenOffice.org
-project
+project.
 
 %description -l pl.UTF-8
 MyThes jest prostym słownikiem wyrazów bliskoznacznych, który
@@ -75,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT/%{_libdir}/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -85,17 +89,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README data_layout.txt
-%attr(755,root,root) %{_libdir}/libmythes-*.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmythes-*.so.0
+%doc AUTHORS COPYING ChangeLog README WordNet_{license,readme}.txt data_layout.txt
+%attr(755,root,root) %{_libdir}/libmythes-1.2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmythes-1.2.so.0
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/th_gen_idx.pl
-%attr(755,root,root) %{_libdir}/libmythes-*.so
+%attr(755,root,root) %{_libdir}/libmythes-1.2.so
 %{_includedir}/mythes.hxx
 %{_pkgconfigdir}/mythes.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libmythes-*.a
+%{_libdir}/libmythes-1.2.a
This page took 0.136984 seconds and 4 git commands to generate.