- 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:
Stephan Kulow
2012-09-25 13:51:28 +00:00
committed by Git OBS Bridge
parent c96ed39662
commit e79c519a60
5 changed files with 25 additions and 7 deletions

View File

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