Compare commits
No commits in common. "c8" and "c9" have entirely different histories.
@ -1,12 +1,12 @@
|
|||||||
Name: mythes
|
Name: mythes
|
||||||
Summary: A thesaurus library
|
Summary: A thesaurus library
|
||||||
Version: 1.2.4
|
Version: 1.2.4
|
||||||
Release: 9%{?dist}
|
Release: 18%{?dist}
|
||||||
Source: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
|
||||||
Group: System Environment/Libraries
|
|
||||||
URL: http://hunspell.sourceforge.net/
|
URL: http://hunspell.sourceforge.net/
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
BuildRequires: hunspell-devel
|
BuildRequires: make
|
||||||
|
BuildRequires: hunspell-devel, gcc-c++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MyThes is a simple thesaurus that uses a structured text data file and an
|
MyThes is a simple thesaurus that uses a structured text data file and an
|
||||||
@ -16,7 +16,6 @@ information on part of speech, meanings, and synonyms.
|
|||||||
%package devel
|
%package devel
|
||||||
Requires: mythes = %{version}-%{release}, pkgconfig
|
Requires: mythes = %{version}-%{release}, pkgconfig
|
||||||
Summary: Files for developing with mythes
|
Summary: Files for developing with mythes
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Includes and definitions for developing with mythes
|
Includes and definitions for developing with mythes
|
||||||
@ -26,7 +25,7 @@ Includes and definitions for developing with mythes
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-rpath --disable-static
|
%configure --disable-rpath --disable-static
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./example th_en_US_new.idx th_en_US_new.dat checkme.lst
|
./example th_en_US_new.idx th_en_US_new.dat checkme.lst
|
||||||
@ -34,23 +33,19 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
%make_install
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README COPYING AUTHORS
|
%doc README COPYING AUTHORS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_datadir}/mythes
|
%{_datadir}/mythes
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc data_layout.txt
|
%doc data_layout.txt
|
||||||
%{_includedir}/mythes.hxx
|
%{_includedir}/mythes.hxx
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -58,6 +53,35 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
|||||||
%{_bindir}/th_gen_idx.pl
|
%{_bindir}/th_gen_idx.pl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.4-18
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.4-17
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.2.4-14
|
||||||
|
- Use make macros
|
||||||
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-9
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user