|
|
0f3355 |
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
|
|
0f3355 |
|
|
|
0f3355 |
Summary: A dictionary application for GNOME
|
|
|
0f3355 |
Name: gnome-dictionary
|
|
|
e39cd4 |
Version: 3.14.2
|
|
|
e83ef0 |
Release: 2%{?dist}
|
|
|
0f3355 |
License: GPLv3+ and LGPLv2+ and GFDL
|
|
|
0f3355 |
Group: Applications/Text
|
|
|
0f3355 |
#VCS: git:git://git.gnome.org/gnome-dictionary
|
|
|
e39cd4 |
Source: http://download.gnome.org/sources/gnome-dictionary/3.14/gnome-dictionary-%{version}.tar.xz
|
|
|
0f3355 |
URL: http://www.gnome.org/
|
|
|
0f3355 |
|
|
|
e83ef0 |
Patch0: translations.patch
|
|
|
e83ef0 |
|
|
|
0f3355 |
BuildRequires: gtk3-devel
|
|
|
0f3355 |
BuildRequires: intltool
|
|
|
0f3355 |
BuildRequires: itstool
|
|
|
0f3355 |
BuildRequires: desktop-file-utils
|
|
|
0f3355 |
BuildRequires: docbook-dtds
|
|
|
0f3355 |
|
|
|
0f3355 |
Obsoletes: gnome-utils <= 1:3.3
|
|
|
0f3355 |
Obsoletes: gnome-utils-libs <= 1:3.3
|
|
|
0f3355 |
Obsoletes: gnome-utils-devel <= 1:3.3
|
|
|
0f3355 |
|
|
|
0f3355 |
%description
|
|
|
0f3355 |
gnome-dictionary lets you look up words in dictionary sources.
|
|
|
0f3355 |
|
|
|
0f3355 |
%package devel
|
|
|
0f3355 |
Summary: Development files for using libgdict
|
|
|
0f3355 |
Group: Development/Libraries
|
|
|
e39cd4 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
0f3355 |
|
|
|
0f3355 |
%description devel
|
|
|
0f3355 |
gnome-dictionary-devel contains header files and others that
|
|
|
0f3355 |
are needed to build applications using the libgdict library.
|
|
|
0f3355 |
|
|
|
0f3355 |
%prep
|
|
|
0f3355 |
%setup -q
|
|
|
e83ef0 |
%patch0 -p1
|
|
|
0f3355 |
|
|
|
0f3355 |
%build
|
|
|
0f3355 |
%configure
|
|
|
0f3355 |
make %{_smp_mflags}
|
|
|
0f3355 |
|
|
|
0f3355 |
%install
|
|
|
0f3355 |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
0f3355 |
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
0f3355 |
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
|
|
0f3355 |
%find_lang %{name} --with-gnome
|
|
|
0f3355 |
|
|
|
0f3355 |
%post -p /sbin/ldconfig
|
|
|
0f3355 |
|
|
|
0f3355 |
%postun
|
|
|
0f3355 |
/sbin/ldconfig
|
|
|
0f3355 |
if [ $1 -eq 0 ]; then
|
|
|
0f3355 |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
0f3355 |
fi
|
|
|
0f3355 |
|
|
|
0f3355 |
%posttrans
|
|
|
0f3355 |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
0f3355 |
|
|
|
0f3355 |
%files -f %{name}.lang
|
|
|
0f3355 |
%doc NEWS AUTHORS README COPYING COPYING.libs COPYING.docs
|
|
|
0f3355 |
%{_bindir}/gnome-dictionary
|
|
|
0f3355 |
%{_datadir}/applications/gnome-dictionary.desktop
|
|
|
e39cd4 |
%{_datadir}/appdata/gnome-dictionary.appdata.xml
|
|
|
0f3355 |
%{_datadir}/gdict-1.0
|
|
|
0f3355 |
%{_datadir}/glib-2.0/schemas/org.gnome.dictionary.gschema.xml
|
|
|
0f3355 |
%{_datadir}/gnome-dictionary
|
|
|
0f3355 |
%{_mandir}/man1/gnome-dictionary.1.gz
|
|
|
0f3355 |
%{_libdir}/libgdict-1.0.so.*
|
|
|
0f3355 |
|
|
|
0f3355 |
%files devel
|
|
|
0f3355 |
%{_includedir}/gdict-1.0/
|
|
|
0f3355 |
%{_libdir}/libgdict-1.0.so
|
|
|
0f3355 |
%{_libdir}/pkgconfig/gdict-1.0.pc
|
|
|
0f3355 |
%{_datadir}/gtk-doc/html/gdict
|
|
|
0f3355 |
|
|
|
0f3355 |
|
|
|
0f3355 |
%changelog
|
|
|
e83ef0 |
* Wed Jun 29 2016 Matthias Clasen <mclasen@redhat.com> - 3.14.2-2
|
|
|
e83ef0 |
- Update translations
|
|
|
e83ef0 |
- Resolves: #1304290
|
|
|
e83ef0 |
|
|
|
e39cd4 |
* Thu Mar 19 2015 Richard Hughes <rhughes@redhat.com> - 3.14.2-1
|
|
|
e39cd4 |
- Update to 3.14.2
|
|
|
e39cd4 |
- Resolves: #1174558
|
|
|
e39cd4 |
|
|
|
f3ab03 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.0-4
|
|
|
f3ab03 |
- Mass rebuild 2014-01-24
|
|
|
f3ab03 |
|
|
|
f3ab03 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.0-3
|
|
|
f3ab03 |
- Mass rebuild 2013-12-27
|
|
|
f3ab03 |
|
|
|
f3ab03 |
* Tue Dec 3 2013 Alexander Larsson <alexl@redhat.com> - 3.8.0-2
|
|
|
f3ab03 |
- Rebuild to fix s390x intermittent issue
|
|
|
f3ab03 |
Resolves: rhbz#1017314
|
|
|
f3ab03 |
|
|
|
0f3355 |
* Mon Jul 22 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.0-1
|
|
|
0f3355 |
- Update to 3.8.0
|
|
|
0f3355 |
- Translation updates
|
|
|
0f3355 |
- Rewritten help
|
|
|
0f3355 |
|
|
|
0f3355 |
* Wed Jun 26 2013 Matthias Clasen <mclasen@redhat.com> - 3.6.0-3
|
|
|
0f3355 |
- Update the man page
|
|
|
0f3355 |
- Trim %%changelog
|
|
|
0f3355 |
|
|
|
0f3355 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.0-2
|
|
|
0f3355 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
0f3355 |
|
|
|
0f3355 |
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
|
|
|
0f3355 |
- Update to 3.6.0
|
|
|
0f3355 |
|
|
|
0f3355 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-2
|
|
|
0f3355 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
0f3355 |
|
|
|
0f3355 |
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
|
|
|
0f3355 |
- Update to 3.5.2
|
|
|
0f3355 |
|
|
|
0f3355 |
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-2
|
|
|
0f3355 |
- Silence rpm scriptlet output
|
|
|
0f3355 |
|
|
|
0f3355 |
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
|
|
|
0f3355 |
- Update to 3.4.0
|
|
|
0f3355 |
|
|
|
0f3355 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-3
|
|
|
0f3355 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
0f3355 |
|
|
|
0f3355 |
* Thu Nov 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
|
|
|
0f3355 |
- Obsolete all gnome-utils subpackages, and handle the epoch
|
|
|
0f3355 |
|
|
|
0f3355 |
* Thu Nov 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
|
|
|
0f3355 |
- Initial packaging
|