New upstream release
This commit is contained in:
parent
2eaf0bdb6f
commit
f17364f22f
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
|||||||
/gnome-software-0.1.tar.xz
|
/gnome-software-0.1.tar.xz
|
||||||
/gnome-software-3.9.1.tar.xz
|
/gnome-software-3.9.1.tar.xz
|
||||||
/gnome-software-3.9.2.tar.xz
|
/gnome-software-3.9.2.tar.xz
|
||||||
|
/gnome-software-3.9.3.tar.xz
|
||||||
|
/fedora-20.xml.gz
|
||||||
|
/fedora-20-icons.tar.gz
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
Summary: A software center for GNOME
|
Summary: A software center for GNOME
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.9.2
|
Version: 3.9.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://wiki.gnome.org/Apps/Software
|
URL: https://wiki.gnome.org/Apps/Software
|
||||||
Source0: http://people.freedesktop.org/~hughsient/temp/%{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
|
||||||
|
Source2: http://people.freedesktop.org/~hughsient/temp/fedora-20-icons.tar.gz
|
||||||
|
|
||||||
Requires: gnome-icon-theme
|
Requires: gnome-icon-theme
|
||||||
|
|
||||||
@ -32,8 +34,18 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
rm %{buildroot}%{_libdir}/gs-plugins/*.a
|
%__rm %{buildroot}%{_libdir}/gs-plugins/*.a
|
||||||
rm %{buildroot}%{_libdir}/gs-plugins/*.la
|
%__rm %{buildroot}%{_libdir}/gs-plugins/*.la
|
||||||
|
|
||||||
|
# install AppStream data for Fedora
|
||||||
|
%__mkdir_p %{buildroot}%{_datadir}/app-info/xmls
|
||||||
|
%__cp %{SOURCE1} %{buildroot}%{_datadir}/app-info/xmls
|
||||||
|
|
||||||
|
# decompress and install AppStream icons
|
||||||
|
%__mkdir_p %{buildroot}%{_datadir}/app-info/icons
|
||||||
|
cd %{buildroot}%{_datadir}/app-info/icons
|
||||||
|
%__tar xvzf %{SOURCE2}
|
||||||
|
cd -
|
||||||
|
|
||||||
%find_lang %name --with-gnome
|
%find_lang %name --with-gnome
|
||||||
|
|
||||||
@ -60,12 +72,19 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/applications/gnome-software.desktop
|
%{_datadir}/applications/gnome-software.desktop
|
||||||
%dir %{_datadir}/gnome-software
|
%dir %{_datadir}/gnome-software
|
||||||
%{_datadir}/gnome-software/*.png
|
%{_datadir}/gnome-software/*.png
|
||||||
%{_datadir}/gnome-software/*.gz
|
%{_datadir}/app-info/xmls/*.gz
|
||||||
|
%{_datadir}/app-info/icons/*.png
|
||||||
%{_mandir}/man1/gnome-software.1.gz
|
%{_mandir}/man1/gnome-software.1.gz
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
%{_datadir}/gnome-software/featured.ini
|
||||||
%dir %{_libdir}/gs-plugins
|
%dir %{_libdir}/gs-plugins
|
||||||
%{_libdir}/gs-plugins/*.so
|
%{_libdir}/gs-plugins/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 13 2013 Richard Hughes <richard@hughsie.com> 3.9.3-1
|
||||||
|
- New upstream release.
|
||||||
|
- Lots of new and fixed UI and updated metadata for Fedora 20
|
||||||
|
|
||||||
* Tue Sep 03 2013 Richard Hughes <richard@hughsie.com> 3.9.2-1
|
* Tue Sep 03 2013 Richard Hughes <richard@hughsie.com> 3.9.2-1
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
- Allow stock items in the AppStream XML
|
- Allow stock items in the AppStream XML
|
||||||
|
Loading…
Reference in New Issue
Block a user