Author: musuruan
Update of /cvs/nonfree/rpms/pyskool/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5273
Modified Files:
.cvsignore pyskool.spec sources
Log Message:
* Sat Jan 17 2015 Andrea Musuruane <musuruan(a)gmail.com> 1.2-1
- Updated to upstream 1.2
- Added appdata
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/pyskool/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 15 Jun 2014 10:12:46 -0000 1.6
+++ .cvsignore 17 Jan 2015 15:45:46 -0000 1.7
@@ -1 +1 @@
-pyskool-1.1.2.tar.xz
+pyskool-1.2.tar.xz
Index: pyskool.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pyskool/devel/pyskool.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyskool.spec 15 Jun 2014 10:12:47 -0000 1.5
+++ pyskool.spec 17 Jan 2015 15:45:46 -0000 1.6
@@ -1,7 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: pyskool
-Version: 1.1.2
+Version: 1.2
Release: 1%{?dist}
Summary: Remakes of Skool Daze and Back to Skool
@@ -16,6 +16,7 @@
BuildRequires: python-devel
BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
Requires: hicolor-icon-theme
Requires: pygame
@@ -47,7 +48,7 @@
# Install game data
install -d %{buildroot}%{_datadir}/%{name}
-cp -ar icon.png images images.ini ini pyskool.ini sounds \
+cp -ar icon.png images ini sounds \
%{buildroot}%{_datadir}/%{name}
# Install icon
@@ -63,6 +64,13 @@
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE2}
+# Install appdata
+install -d %{buildroot}%{_datadir}/appdata
+install -p -m 0644 xdg/pyskool.appdata.xml \
+ %{buildroot}%{_datadir}/appdata
+appstream-util validate-relax --nonet \
+ %{buildroot}%{_datadir}/appdata/*.appdata.xml
+
# Install man pages
mkdir -p %{buildroot}%{_mandir}/man6/
install -p -m0644 man/man6/* %{buildroot}%{_mandir}/man6/
@@ -95,10 +103,15 @@
%{_datadir}/applications/skool_daze.desktop
%{_datadir}/applications/back_to_skool.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/appdata/%{name}.appdata.xml
%{_mandir}/man6/*
%changelog
+* Sat Jan 17 2015 Andrea Musuruane <musuruan(a)gmail.com> 1.2-1
+- Updated to upstream 1.2
+- Added appdata
+
* Sun Jun 15 2014 Andrea Musuruane <musuruan(a)gmail.com> 1.1.2-1
- Updated to upstream 1.1.2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pyskool/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 15 Jun 2014 10:12:47 -0000 1.6
+++ sources 17 Jan 2015 15:45:46 -0000 1.7
@@ -1 +1 @@
-194e42983a258f53348f134886ec2e21 pyskool-1.1.2.tar.xz
+ed07e8cdc01c19db4c8abc3ab5558eea pyskool-1.2.tar.xz
Show replies by date