Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
42a42efd92 dist-git conversion 2010-07-29 15:22:42 +00:00
Bill Nottingham
491fd2dc84 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:17:40 +00:00
Andreas Bierfert
4446d2eb52 - version upgrade
- new license tag
2007-08-23 05:58:59 +00:00
Bill Nottingham
6ee789dc75 Initialize branch F-7 for wmacpi 2007-05-18 11:07:22 +00:00
5 changed files with 12 additions and 28 deletions

View file

@ -1 +0,0 @@
wmacpi-2.2a1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wmacpi-2.2rc1.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wmacpi
# $Id$
NAME := wmacpi
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 @@
55445fadb3686d687c889dfa82d19c02 wmacpi-2.2a1.tar.bz2
c050d9b54f0d0061e196160ae35775f6 wmacpi-2.2rc1.tar.bz2

View file

@ -1,12 +1,12 @@
Name: wmacpi
Version: 2.2
Release: 0.1.a1%{?dist}
Release: 0.2.rc1%{?dist}
Summary: Dockapp for laptop acpi/apm information
Group: User Interface/X
License: GPL
License: GPLv2+
URL: http://himi.org/wmacpi/
Source0: http://himi.org/wmacpi/download/wmacpi-2.2a1.tar.bz2
Source0: http://himi.org/wmacpi/download/wmacpi-2.2rc1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libX11-devel
@ -25,7 +25,7 @@ when battery is charging, and green LED inside the big button flashes red if
battery level is critical low.
%prep
%setup -q -n %{name}-%{version}a1
%setup -q -n %{name}-%{version}rc1
%build
# -lXpm -lXext are not directly needed, only through libdockapp
@ -38,7 +38,7 @@ LDFLAGS="$RPM_OPT_FLAGS -lX11 -ldockapp" \
rm -rf $RPM_BUILD_ROOT
%{__mkdir_p} ${RPM_BUILD_ROOT}%{_bindir}
%{__install} %{_builddir}/%{name}-%{version}a1/wmacpi ${RPM_BUILD_ROOT}%{_bindir}
%{__install} %{_builddir}/%{name}-%{version}rc1/wmacpi ${RPM_BUILD_ROOT}%{_bindir}
%{__mkdir_p} ${RPM_BUILD_ROOT}%{_mandir}/man1
%{__install} -m644 -p wmacpi.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
@ -53,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/wmacpi.1*
%changelog
* Thu Aug 23 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 2.2-0.2.rc1
- version upgrade
- new license tag
* Tue Jan 23 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
2.2-0.1.a1
- version upgrade (#201851)