Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Fedora Release Engineering
bc45ad7a1a dist-git conversion 2010-07-29 15:55:00 +00:00
Bill Nottingham
3036596478 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:34:02 +00:00
Lucian Langa
e68ffae6be fix desktop file #530845 2009-10-25 19:05:47 +00:00
Lucian Langa
e8a2959bbf - new upstream release 2009-07-20 05:34:46 +00:00
Lucian Langa
4cc591c9f3 - new upstream release 2009-06-25 17:23:20 +00:00
Jesse Keating
5ca9b2a3ef Initialize branch F-11 for xlog 2009-04-15 05:26:50 +00:00
5 changed files with 14 additions and 26 deletions

View file

@ -1 +0,0 @@
xlog-2.0.1.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xlog-2.0.3.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xlog
# $Id$
NAME := xlog
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +1 @@
13cdfd32dcec84ff417fa03ea4fcb086 xlog-2.0.1.tar.gz
c583ac96e3f1c3873f1030d44333e747 xlog-2.0.3.tar.gz

View file

@ -1,6 +1,6 @@
Name: xlog
Version: 2.0.1
Release: 1%{?dist}
Version: 2.0.3
Release: 2%{?dist}
Summary: Logging program for Hamradio Operators
Group: Applications/Communications
@ -26,7 +26,7 @@ xlog supports trlog, adif, cabrillo, edit, twlog and editest files.
%setup -q
#fix bogus .desktop file
sed -i -e "s/ApplicationHamRadio/Application/g" $RPM_BUILD_DIR/%{name}-%{version}/data/desktop/xlog.desktop
sed -i -e "s/Utility;Database;HamRadio;GTK/HamRadio;/g" $RPM_BUILD_DIR/%{name}-%{version}/data/desktop/xlog.desktop
sed -i -e "s/Utility;Database;HamRadio;GTK/Network;HamRadio;GTK/g" $RPM_BUILD_DIR/%{name}-%{version}/data/desktop/xlog.desktop
sed -i -e "s/.png//g" $RPM_BUILD_DIR/%{name}-%{version}/data/desktop/xlog.desktop
%build
@ -74,6 +74,15 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Oct 25 2009 Lucian Langa <cooly@gnome.eu.org> - 2.0.3-2
- fix desktop file #530845
* Mon Jul 20 2009 Lucian Langa <cooly@gnome.eu.org> - 2.0.3-1
- new upstream release
* Thu Jun 25 2009 Lucian Langa <cooly@gnome.eu.org> - 2.0.2-1
- new upstream release
* Mon Mar 09 2009 Lucian Langa <cooly@gnome.eu.org> - 2.0.1-1
- new upstream release