Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42a42efd92 | ||
|
|
491fd2dc84 | ||
|
|
4446d2eb52 | ||
|
|
6ee789dc75 |
5 changed files with 12 additions and 28 deletions
|
|
@ -1 +0,0 @@
|
|||
wmacpi-2.2a1.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
wmacpi-2.2rc1.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
55445fadb3686d687c889dfa82d19c02 wmacpi-2.2a1.tar.bz2
|
||||
c050d9b54f0d0061e196160ae35775f6 wmacpi-2.2rc1.tar.bz2
|
||||
|
|
|
|||
15
wmacpi.spec
15
wmacpi.spec
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue