2.30.3
This commit is contained in:
parent
c967815bf6
commit
a8ff19ca1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libgweather-2.30.0.tar.bz2
|
||||
/libgweather-2.30.3.tar.bz2
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: libgweather
|
||||
Version: 2.30.0
|
||||
Version: 2.30.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for weather information
|
||||
|
||||
@ -57,16 +57,11 @@ autoreconf -i -f
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
@ -114,6 +109,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/gnome &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.3-1
|
||||
- Update to 2.30.3
|
||||
|
||||
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
||||
- Update to 2.30.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user