1
0
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:
Jan Engelhardt 2013-06-09 15:04:28 +00:00 committed by Git OBS Bridge
parent f28bd44386
commit bfaeab7ed9
3 changed files with 1 additions and 25 deletions

View File

@ -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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebd121d03f63039af33d1f03b407f5bf5edaff59007672ef4f89e41289bcb49d
size 191668

View File

@ -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