Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07d556b9f0 | ||
|
|
c5493a9c71 | ||
| 170c8d267c | |||
|
|
7a8d405752 |
6 changed files with 11 additions and 28 deletions
|
|
@ -1 +0,0 @@
|
|||
typespeed-0.6.4.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
typespeed-0.6.5.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: typespeed
|
||||
# $Id$
|
||||
NAME := typespeed
|
||||
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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
fb55b92ad7e29a1a6a7a3e1ca383d5e2 typespeed-0.6.4.tar.gz
|
||||
578102b418c7df84903d3e90df2e7483 typespeed-0.6.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@ Comment=Test your typing speed
|
|||
Exec=typespeed
|
||||
Type=Application
|
||||
Terminal=true
|
||||
Icon=keyboard
|
||||
Categories=Game;Education
|
||||
Icon=system-config-keyboard
|
||||
Categories=Game;ArcadeGame;Education
|
||||
Encoding=UTF-8
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: typespeed
|
||||
Version: 0.6.4
|
||||
Release: 2%{?dist}
|
||||
Version: 0.6.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Test your typing speed and get your fingers' CPS
|
||||
|
||||
Group: Applications/Productivity
|
||||
|
|
@ -61,7 +61,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 14 2008 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.6.4-2
|
||||
* Fri Dec 12 2008 Michel Salim <salimma@fedoraproject.org> - 0.6.5-1
|
||||
- Update to 0.6.5
|
||||
- Updated desktop icon and categories
|
||||
|
||||
* Mon Jul 14 2008 Michel Salim <salimma@fedoraproject.org> - 0.6.4-2
|
||||
- Use iconv in %%prep to fix ChangeLog encoding
|
||||
- Do not overwrite typespeed.score on upgrades
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue