forked from pool/aaa_base
- migrate to _service file to make it a bit more clear the .tar is
not a random tar OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=395
This commit is contained in:
parent
0ab4b91ed9
commit
67f98445dd
12
_service
Normal file
12
_service
Normal file
@ -0,0 +1,12 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">12.3</param>
|
||||
<param name="url">git://gitorious.org/opensuse/aaa_base.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">gz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
3
aaa_base-12.3.tar.gz
Normal file
3
aaa_base-12.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:416b83b940e64249602055bbd7bfd3d41ea63f4af6d343703194e617f28bed35
|
||||
size 134616
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 13:50:59 UTC 2012 - coolo@suse.com
|
||||
|
||||
- migrate to _service file to make it a bit more clear the .tar is
|
||||
not a random tar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 20 13:35:49 CEST 2012 - kukuk@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: aaa_base
|
||||
Version: 12.2
|
||||
Version: 12.3
|
||||
Release: 0
|
||||
Url: http://gitorious.org/opensuse/aaa_base
|
||||
Provides: aaa_skel = %{version}-%{release}
|
||||
@ -44,8 +44,8 @@ Summary: SUSE Linux Base Package
|
||||
License: GPL-2.0+
|
||||
Group: System/Fhs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# run make package in checkout out git repo to recreate
|
||||
Source: aaa_base.tar.bz2
|
||||
# run osc service dr to recreate
|
||||
Source: aaa_base-%{version}.tar.gz
|
||||
Source99: aaa_base-rpmlintrc
|
||||
|
||||
%description
|
||||
@ -73,7 +73,7 @@ malloc checks to catch potential heap corruptions. It's not
|
||||
installed by default as it may degrade performance.
|
||||
|
||||
%prep
|
||||
%setup -n aaa_base
|
||||
%setup
|
||||
|
||||
%build
|
||||
make CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" %{?_smp_mflags}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f34c1aa80a0b02b9c290854a87635d7f6435e90c5e06455c8e03407c62dd906
|
||||
size 111271
|
Loading…
Reference in New Issue
Block a user