Compare commits

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

6 commits

Author SHA1 Message Date
Till Maas
0cb7bff9ca 2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7
2014-12-17 22:35:27 +01:00
Fedora Release Engineering
ad290a547d dist-git conversion 2010-07-29 15:22:45 +00:00
pertusus
c2ff11813a add nobranch file 2010-05-01 14:48:40 +00:00
Bill Nottingham
573f8d7e89 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:17:39 +00:00
pertusus
e1dbf17283 sync with devel 2008-05-28 08:03:23 +00:00
457cd71a79 Initialize branch EL-5 for wmacpi 2008-05-24 17:56:34 +00:00
5 changed files with 3 additions and 102 deletions

View file

@ -1 +0,0 @@
wmacpi-1.34.tar.gz

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)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7

View file

@ -1 +0,0 @@
ef4f5f94102a7f5cbaa71a8f0a4a2c3b wmacpi-1.34.tar.gz

View file

@ -1,79 +0,0 @@
Name: wmacpi
Version: 1.34
Release: 7%{?dist}
Summary: Dockapp for laptop acpi/apm information
Group: User Interface/X
License: GPL
URL: http://www.ne.jp/asahi/linux/timecop/
Source0: http://www.ne.jp/asahi/linux/timecop/software/wmacpi-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequireS: libXpm-devel
%description
Dockapp which displays acpi/apm information.
his is a typical laptop ACPI dockapp. One interesting feature is the "timer"
mode, where you can keep track of how long the laptop has been "on battery".
This is opposite of the information usually provided by the BIOS, which is
"time remaining", and in many cases wrong. This option can be toggled at
run-time. System messages scroll on the bottom of the window, AC plug flashes
when battery is charging, and green LED inside the big button flashes red if
battery level is critical low.
%prep
%setup -q
%build
make CFLAGS="$RPM_OPT_FLAGS -DACPI -ansi -I%{_prefix}/X11R6/include" \
LDFLAGS="$RPM_OPT_FLAGS -DACPI -L%{_prefix}/X11R6/%{_lib} -lX11 -lXpm -lXext" \
%{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%{__mkdir_p} ${RPM_BUILD_ROOT}%{_bindir}
%{__install} %{_builddir}/%{name}-%{version}/wmacpi ${RPM_BUILD_ROOT}%{_bindir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/wmacpi
%changelog
* Fri Sep 15 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.34-7
- FE6 rebuild
* Thu Feb 16 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.34-6
- Rebuild for Fedora Extras 5
* Fri Nov 25 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.34-5
- modular xorg integration
* Sat Aug 20 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.34-4
- better description
- add dist tag
* Sat Aug 20 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.34-3
- fix x86_64 xorg lib dir
* Sat Aug 20 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.34-2
-minor cleanups
* Fri Jun 03 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.34-1
- Initial Release