SHA256
1
0
forked from pool/lhasa

Accepting request 157958 from Archiving

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lhasa?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2013-03-08 08:14:06 +00:00 committed by Git OBS Bridge
commit 536ecaaff5
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 28 23:10:57 UTC 2013 - jengelh@inai.de
- Remove redundant call to autoreconf
-------------------------------------------------------------------
Sat Jun 2 23:05:27 UTC 2012 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package lhasa
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,10 +26,10 @@ Group: Productivity/Archiving/Compression
Url: http://fragglet.github.com/lhasa/
#Freecode-URL: http://freecode.com/projects/lhasa
#Git-Clone: git://github.com/fragglet/lhasa
#DL-URL: https://github.com/downloads/fragglet/lhasa/lhasa-0.0.7.tar.gz
Source: %name-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: xz
@ -61,7 +61,6 @@ in %lname.
%setup -q
%build
autoreconf -fi;
%configure --disable-static
make %{?_smp_mflags};