fix file lists
This commit is contained in:
parent
de66f7bea4
commit
1a9d0d6741
@ -1,6 +1,6 @@
|
||||
Name: libgweather
|
||||
Version: 2.25.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A library for weather information
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -31,6 +31,7 @@ Group: Development/Libraries
|
||||
Obsoletes: gnome-applets-devel < 1:2.21.4-1
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Requires: gtk-doc
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
@ -41,7 +42,7 @@ developing applications that use %{name}.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%configure --disable-static --disable-gtk-doc
|
||||
make %{?_smp_mflags}
|
||||
|
||||
cd po
|
||||
@ -117,10 +118,11 @@ fi
|
||||
%{_includedir}/libgweather
|
||||
%{_libdir}/libgweather.so
|
||||
%{_libdir}/pkgconfig/gweather.pc
|
||||
%{_datadir}/gtk-doc/html/libgweather
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 3 2008 Matthias Clasen <mclasen@redhat.com> 2.25.2-1
|
||||
* Wed Dec 3 2008 Matthias Clasen <mclasen@redhat.com> 2.25.2-2
|
||||
- Update to 2.25.2
|
||||
|
||||
* Wed Oct 22 2008 Matthias Clasen <mclasen@redhat.com> 2.24.1-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user