Upload the new metdata for 3.11.1
This commit is contained in:
parent
8edf815223
commit
8908feac9c
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@
|
|||||||
/fedora-20-icons.tar.gz
|
/fedora-20-icons.tar.gz
|
||||||
/gnome-software-3.10.0.tar.xz
|
/gnome-software-3.10.0.tar.xz
|
||||||
/gnome-software-3.11.1.tar.xz
|
/gnome-software-3.11.1.tar.xz
|
||||||
|
/fedora-20-codecs.xml
|
||||||
|
/web-apps.xml
|
||||||
|
@ -8,8 +8,11 @@ URL: https://wiki.gnome.org/Apps/Software
|
|||||||
Source0: http://download.gnome.org/sources/gnome-software/3.9/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gnome-software/3.9/%{name}-%{version}.tar.xz
|
||||||
Source1: http://people.freedesktop.org/~hughsient/temp/fedora-20.xml.gz
|
Source1: http://people.freedesktop.org/~hughsient/temp/fedora-20.xml.gz
|
||||||
Source2: http://people.freedesktop.org/~hughsient/temp/fedora-20-icons.tar.gz
|
Source2: http://people.freedesktop.org/~hughsient/temp/fedora-20-icons.tar.gz
|
||||||
|
Source3: http://people.freedesktop.org/~hughsient/temp/fedora-20-codecs.xml
|
||||||
|
Source4: https://raw.github.com/hughsie/fedora-appstream/master/appstream-extra/web-apps.xml
|
||||||
|
|
||||||
Requires: gnome-icon-theme
|
Requires: gnome-icon-theme
|
||||||
|
Requires: gnome-icon-theme-symbolic >= 3.10.1
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -20,6 +23,10 @@ BuildRequires: glib2-devel >= 2.25.9-2
|
|||||||
BuildRequires: gtk3-devel >= 3.9.12
|
BuildRequires: gtk3-devel >= 3.9.12
|
||||||
BuildRequires: libnotify-devel
|
BuildRequires: libnotify-devel
|
||||||
BuildRequires: PackageKit-glib-devel >= 0.8.10
|
BuildRequires: PackageKit-glib-devel >= 0.8.10
|
||||||
|
BuildRequires: libsoup-devel
|
||||||
|
|
||||||
|
# this is not a library version
|
||||||
|
%define gs_plugin_version 2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-software is an application that makes it easy to add, remove
|
gnome-software is an application that makes it easy to add, remove
|
||||||
@ -35,23 +42,29 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%__rm %{buildroot}%{_libdir}/gs-plugins/*.a
|
%__rm %{buildroot}%{_libdir}/gs-plugins-%{gs_plugin_version}/*.a
|
||||||
%__rm %{buildroot}%{_libdir}/gs-plugins/*.la
|
%__rm %{buildroot}%{_libdir}/gs-plugins-%{gs_plugin_version}/*.la
|
||||||
|
|
||||||
# install AppStream data for Fedora
|
# install AppStream data for Fedora
|
||||||
%__mkdir_p %{buildroot}%{_datadir}/app-info/xmls
|
%__mkdir_p %{buildroot}%{_datadir}/app-info/xmls
|
||||||
%__cp %{SOURCE1} %{buildroot}%{_datadir}/app-info/xmls
|
%__cp %{SOURCE1} %{buildroot}%{_datadir}/app-info/xmls
|
||||||
|
%__cp %{SOURCE3} %{buildroot}%{_datadir}/app-info/xmls
|
||||||
|
%__cp %{SOURCE4} %{buildroot}%{_datadir}/app-info/xmls
|
||||||
|
|
||||||
# decompress and install AppStream icons
|
# decompress and install AppStream icons
|
||||||
%__mkdir_p %{buildroot}%{_datadir}/app-info/icons
|
%__mkdir_p %{buildroot}%{_datadir}/app-info/icons/fedora-20
|
||||||
cd %{buildroot}%{_datadir}/app-info/icons
|
cd %{buildroot}%{_datadir}/app-info/icons/fedora-20
|
||||||
%__tar xvzf %{SOURCE2}
|
%__tar xvzf %{SOURCE2}
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
|
# make the software center load faster
|
||||||
|
desktop-file-edit %{buildroot}%{_datadir}/applications/*.desktop \
|
||||||
|
--set-key=X-AppInstall-Package --set-value=%{name}
|
||||||
|
|
||||||
%find_lang %name --with-gnome
|
%find_lang %name --with-gnome
|
||||||
|
|
||||||
%check
|
%check
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-software.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||||
|
|
||||||
%post
|
%post
|
||||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
@ -70,21 +83,36 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%{_bindir}/gnome-software
|
%{_bindir}/gnome-software
|
||||||
%{_datadir}/applications/gnome-software.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%dir %{_datadir}/gnome-software
|
%dir %{_datadir}/gnome-software
|
||||||
%{_datadir}/gnome-software/*.png
|
%{_datadir}/gnome-software/*.png
|
||||||
%{_datadir}/appdata/*.appdata.xml
|
%{_datadir}/appdata/*.appdata.xml
|
||||||
%{_datadir}/app-info/xmls/*.gz
|
%{_datadir}/app-info/xmls/*
|
||||||
%{_datadir}/app-info/icons/*.png
|
%{_datadir}/app-info/icons/fedora-20/*.png
|
||||||
%{_mandir}/man1/gnome-software.1.gz
|
%{_mandir}/man1/gnome-software.1.gz
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
%{_datadir}/gnome-software/featured.ini
|
%{_datadir}/gnome-software/featured.ini
|
||||||
%dir %{_libdir}/gs-plugins
|
%dir %{_libdir}/gs-plugins-%{gs_plugin_version}
|
||||||
%{_libdir}/gs-plugins/*.so
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/*.so
|
||||||
|
%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
|
||||||
|
%{_libexecdir}/gnome-software-service
|
||||||
|
%{_datadir}/dbus-1/services/org.gnome.Software.service
|
||||||
|
%{_datadir}/gnome-shell/search-providers/gnome-software-search-provider.ini
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.11.1-1
|
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.11.1-1
|
||||||
- Update to 3.11.1
|
- Update to 3.11.1
|
||||||
|
- Add a gnome shell search provider
|
||||||
|
- Add a module to submit the user rating to the fedora-tagger web service
|
||||||
|
- Add support for 'missing' codecs that we know exist but we can't install
|
||||||
|
- Add support for epiphany web applications
|
||||||
|
- Handle offline installation sensibly
|
||||||
|
- Save the user rating if the user clicks the rating stars
|
||||||
|
- Show a modal error message if install or remove actions failed
|
||||||
|
- Show a star rating on the application details page
|
||||||
|
- Show font screenshots
|
||||||
|
- Show more detailed version numbers when required
|
||||||
|
- Show screenshots to each application
|
||||||
|
|
||||||
* Wed Sep 25 2013 Richard Hughes <richard@hughsie.com> 3.10.0-1
|
* Wed Sep 25 2013 Richard Hughes <richard@hughsie.com> 3.10.0-1
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
|
4
sources
4
sources
@ -1 +1,5 @@
|
|||||||
1d9a2eaca75a5786f5f7a48e62ad4c57 gnome-software-3.11.1.tar.xz
|
1d9a2eaca75a5786f5f7a48e62ad4c57 gnome-software-3.11.1.tar.xz
|
||||||
|
fcb8dc265778bae4bbfda7ab1b6311d3 fedora-20.xml.gz
|
||||||
|
a15faf312e56d00355ffc7a8b6200194 fedora-20-icons.tar.gz
|
||||||
|
482a36218032b9f69921348e011e5369 fedora-20-codecs.xml
|
||||||
|
6cbdb92d3c4b6fc6f9f78ba0ac33c52e web-apps.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user