|
@@ -1,10 +1,10 @@
|
|
# Basic Information
|
|
# Basic Information
|
|
Name: gnome-documents
|
|
Name: gnome-documents
|
|
-Version: 0.2.1
|
|
+Version: 0.4.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPLv2
|
|
License: GPLv2
|
|
Group: Applications/Documentation
|
|
Group: Applications/Documentation
|
|
-Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-documents/0.2/gnome-documents-%{version}.tar.xz
|
|
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-documents/0.4/gnome-documents-%{version}.tar.xz
|
|
# Start testing
|
|
# Start testing
|
|
#Source1: http://l10n.gnome.org/POT/gnome-documents.master/gnome-documents.master.ja.po
|
|
#Source1: http://l10n.gnome.org/POT/gnome-documents.master/gnome-documents.master.ja.po
|
|
# End testing
|
|
# End testing
|
|
@@ -25,6 +25,7 @@ BuildRequires: gnome-online-accounts-devel
|
|
BuildRequires: libgdata-devel
|
|
BuildRequires: libgdata-devel
|
|
BuildRequires: liboauth-devel
|
|
BuildRequires: liboauth-devel
|
|
BuildRequires: tracker-devel
|
|
BuildRequires: tracker-devel
|
|
|
|
+BuildRequires: gjs-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -68,7 +69,7 @@ unset GSETTINGS_DISABLE_SCHEMAS_COMPILE
|
|
|
|
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
|
|
|
|
-%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libgdprivate-1.0.la
|
|
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
|
|
|
|
|
|
%clean
|
|
%clean
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
@@ -89,13 +90,17 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%doc COPYING NEWS README
|
|
%doc COPYING NEWS README
|
|
%{_bindir}/gnome-documents
|
|
%{_bindir}/gnome-documents
|
|
-%{_libdir}/girepository-1.0/Gd-1.0.typelib
|
|
+%{_libdir}/%{name}/girepository-1.0/Gd-1.0.typelib
|
|
-%{_libdir}/libgdprivate-1.0.so.*
|
|
+%{_libdir}/%{name}/libgdprivate-1.0.so
|
|
%{_libexecdir}/gd-tracker-gdata-miner
|
|
%{_libexecdir}/gd-tracker-gdata-miner
|
|
|
|
+%{_libexecdir}/gnome-documents-search-provider
|
|
%{_datadir}/applications/gnome-documents.desktop
|
|
%{_datadir}/applications/gnome-documents.desktop
|
|
%{_datadir}/dbus-1/services/org.gnome.Documents.GDataMiner.service
|
|
%{_datadir}/dbus-1/services/org.gnome.Documents.GDataMiner.service
|
|
|
|
+%{_datadir}/dbus-1/services/org.gnome.Documents.SearchProvider.service
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.documents.gschema.xml
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.documents.gschema.xml
|
|
|
|
+%{_datadir}/glib-2.0/schemas/org.gnome.Documents.enums.xml
|
|
%{_datadir}/gnome-documents
|
|
%{_datadir}/gnome-documents
|
|
|
|
+%{_datadir}/gnome-shell/search-providers/gnome-documents-search-provider.ini
|
|
%{_datadir}/icons/hicolor/16x16/apps/gnome-documents.png
|
|
%{_datadir}/icons/hicolor/16x16/apps/gnome-documents.png
|
|
%{_datadir}/icons/hicolor/22x22/apps/gnome-documents.png
|
|
%{_datadir}/icons/hicolor/22x22/apps/gnome-documents.png
|
|
%{_datadir}/icons/hicolor/24x24/apps/gnome-documents.png
|
|
%{_datadir}/icons/hicolor/24x24/apps/gnome-documents.png
|
|
@@ -105,10 +110,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%{_libdir}/libgdprivate-1.0.so
|
|
+%{_datadir}/%{name}/gir-1.0/Gd-1.0.gir
|
|
-%{_datadir}/gir-1.0/Gd-1.0.gir
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: gjs-devel
|
|
|
|
+
|
|
* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.1-1
|
|
* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|