Update to 0.7.2
- Make doc subpackage noarch (on Fedora >= 10) - Drop --with-hal-callouts-dir from configure, the upstream default works now
This commit is contained in:
parent
7b4667b547
commit
eaad970ce1
@ -1 +1 @@
|
||||
libgpod-0.7.0.tar.gz
|
||||
libgpod-0.7.2.tar.gz
|
||||
|
14
libgpod.spec
14
libgpod.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Library to access the contents of an iPod
|
||||
Name: libgpod
|
||||
Version: 0.7.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.7.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtkpod.org/libgpod.html
|
||||
@ -51,6 +51,9 @@ libgpod.
|
||||
Summary: API documentation for the libgpod library
|
||||
Group: Documentation
|
||||
License: GFDL
|
||||
%if 0%{?fedora} > 10
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: gtk-doc
|
||||
|
||||
@ -81,7 +84,7 @@ libgpod library.
|
||||
|
||||
|
||||
%build
|
||||
%configure --with-hal-callouts-dir=%{_libdir}/hal/scripts
|
||||
%configure
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -134,6 +137,11 @@ libgpod library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 05 2009 Todd Zullinger <tmz@pobox.com> - 0.7.2-1
|
||||
- Update to 0.7.2
|
||||
- Make doc subpackage noarch (on Fedora >= 10)
|
||||
- Drop --with-hal-callouts-dir from configure, the upstream default works now
|
||||
|
||||
* Tue Apr 28 2009 Dan Horak <dan[at]danny.cz> - 0.7.0-3
|
||||
- rebuild for sg3_utils 1.27
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user