This commit is contained in:
Matthias Clasen 2010-09-30 00:04:06 -04:00
parent c967815bf6
commit a8ff19ca1c
3 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
libgweather-2.30.0.tar.bz2
/libgweather-2.30.3.tar.bz2

View File

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

View File

@ -1 +1 @@
bf7ae6cb4eca85be3e9099a5de94c655 libgweather-2.30.0.tar.bz2
bf6a0a05051341ecb250f332e3edfb88 libgweather-2.30.3.tar.bz2