From 45bce915b92cd7143de18b5be18b819a8a5d3703 Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Oct 30 2010 18:43:22 +0000 Subject: new upstream release --- diff --git a/.gitignore b/.gitignore index 3e3c21a..5a45eba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ xlog-2.0.3.tar.gz +/xlog-2.0.4.tar.gz diff --git a/sources b/sources index 8f6029a..67d90d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c583ac96e3f1c3873f1030d44333e747 xlog-2.0.3.tar.gz +088d3eae13f0de76e5d59ec072621095 xlog-2.0.4.tar.gz diff --git a/xlog.spec b/xlog.spec index 8756dbe..93a7ff7 100644 --- a/xlog.spec +++ b/xlog.spec @@ -1,12 +1,12 @@ Name: xlog -Version: 2.0.3 -Release: 3%{?dist} +Version: 2.0.4 +Release: 1%{?dist} Summary: Logging program for Hamradio Operators Group: Applications/Communications License: GPLv3 -URL: http://pg4i.chronos.org.uk/linux/%{name}.html -Source0: http://pg4i.chronos.org.uk/download/%{name}-%{version}.tar.gz +URL: http://www.nongnu.org/xlog/ +Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel BuildRequires: libgnomeprint22-devel @@ -31,7 +31,7 @@ sed -i -e "s/.png//g" $RPM_BUILD_DIR/%{name}-%{version}/data/desktop/xlog.deskto %build %configure --enable-hamlib --docdir=%{_docdir}/%{name}-%{version} -make %{?_smp_mflags} +make %{?_smp_mflags} %install @@ -42,8 +42,8 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/applications/mimeinfo.cache %find_lang %{name} desktop-file-install \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - $RPM_BUILD_ROOT%{_datadir}/applications/xlog.desktop + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + $RPM_BUILD_ROOT%{_datadir}/applications/xlog.desktop %post update-mime-database %{_datadir}/mime &> /dev/null || : @@ -58,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT -%files -f %{name}.lang +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS data/doc/BUGS ChangeLog COPYING NEWS README data/doc/TODO data/doc/manual data/doc/manual.tex data/glabels/qsllabels.glabels %{_bindir}/%{name} @@ -74,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 30 2010 Lucian Langa - 2.0.4-1 +- update source and URL +- new upstream release + * Sun Oct 25 2009 Lucian Langa - 2.0.3-3 - fix desktop file #530845