forked from pool/libmirage
Services are thankfully rejected by factory ;)
OBS-URL: https://build.opensuse.org/package/show/filesystems/libmirage?expand=0&rev=22
This commit is contained in:
parent
f28bd44386
commit
bfaeab7ed9
20
_service
20
_service
@ -1,20 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="download_url" mode="localonly">
|
|
||||||
<param name="protocol">http</param>
|
|
||||||
<param name="host">downloads.sf.net</param>
|
|
||||||
<param name="path">/cdemu/libmirage-2.1.0.tar.bz2</param>
|
|
||||||
</service>
|
|
||||||
<service name="recompress">
|
|
||||||
<param name="file">*.tar*</param>
|
|
||||||
<param name="compression">none</param>
|
|
||||||
</service>
|
|
||||||
<service name="verify_file">
|
|
||||||
<param name="file">_service:recompress:libmirage-2.1.0.tar</param>
|
|
||||||
<param name="verifier">sha256</param>
|
|
||||||
<param name="checksum">402b4e30f0f9eb58c885e3c10577e44c0beb1e868e2af8a026dc7efc5374a02f</param>
|
|
||||||
</service>
|
|
||||||
<service name="recompress">
|
|
||||||
<param name="file">*.tar*</param>
|
|
||||||
<param name="compression">xz</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ebd121d03f63039af33d1f03b407f5bf5edaff59007672ef4f89e41289bcb49d
|
|
||||||
size 191668
|
|
@ -29,11 +29,10 @@ Url: http://cdemu.sf.net/
|
|||||||
#Freecode-URL: https://freecode.com/projects/cdemu-for-linux
|
#Freecode-URL: https://freecode.com/projects/cdemu-for-linux
|
||||||
#Git-Clone: git://git.code.sf.net/p/cdemu/code
|
#Git-Clone: git://git.code.sf.net/p/cdemu/code
|
||||||
#DL-URL: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
#DL-URL: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
||||||
Source: %name-%version.tar.xz
|
Source: http://downloads.sf.net/cdemu/%name-%version.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake >= 2.8.5
|
BuildRequires: cmake >= 2.8.5
|
||||||
BuildRequires: pkgconfig >= 0.16
|
BuildRequires: pkgconfig >= 0.16
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.28
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.28
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.28
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.28
|
||||||
|
Loading…
Reference in New Issue
Block a user