mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Build files cleanup
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm">
|
<service name="obs_scm">
|
||||||
<param name="url">https://github.com/Rafostar/clapper.git</param>
|
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://github.com/Rafostar/clapper.git</param>
|
||||||
|
<param name="extract">pkgs/rpm/clapper.spec</param>
|
||||||
|
<param name="extract">pkgs/rpm/clapper.rpmlintrc</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime" />
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
|
<param name="file">*.tar</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="buildtime" />
|
<service name="set_version" mode="buildtime"/>
|
||||||
</services>
|
</services>
|
@@ -1,4 +0,0 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Sep 9 08:28:29 UTC 2020 - Florian <sp1ritCS@protonmail.com>
|
|
||||||
|
|
||||||
- Initial packaging
|
|
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Name: clapper
|
Name: clapper
|
||||||
Version: 0.0.0
|
Version: 0.0.0
|
||||||
Release: 0
|
Release: 1%{?dist}
|
||||||
Summary: Simple and modern GNOME media player
|
Summary: Simple and modern GNOME media player
|
||||||
|
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
@@ -43,6 +43,9 @@ Requires: gtk3 >= %{gtk3_version}
|
|||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
|
# SUSE recommends group tag, while Fedora discourages their use
|
||||||
|
Group: Productivity/Multimedia/Video/Players
|
||||||
|
|
||||||
Requires: gstreamer
|
Requires: gstreamer
|
||||||
Requires: gstreamer-plugins-base
|
Requires: gstreamer-plugins-base
|
||||||
Requires: gstreamer-plugins-good-gtk
|
Requires: gstreamer-plugins-good-gtk
|
||||||
@@ -103,3 +106,5 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%{_datadir}/mime/packages/%{appname}.xml
|
%{_datadir}/mime/packages/%{appname}.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 18 2020 Rafostar <rafostar.github@gmail.com> - 0.0.0-1
|
||||||
|
- Initial package
|
||||||
|
Reference in New Issue
Block a user