Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 145210 Details for
Bug 201851
wmacpi don't change when on battery
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
specfile patch to update to latest version
wmacpi.spec.diff (text/plain), 2.32 KB, created by
Patrice Dumas
on 2007-01-10 00:28:47 UTC
(
hide
)
Description:
specfile patch to update to latest version
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2007-01-10 00:28:47 UTC
Size:
2.32 KB
patch
obsolete
>? i386 >? wmacpi-2.1 >? wmacpi-2.1-1.src.rpm >? wmacpi-2.1-libdockapp.patch >? wmacpi-2.1.tar.bz2 >? wmacpi.spec-old >Index: wmacpi.spec >=================================================================== >RCS file: /cvs/extras/rpms/wmacpi/devel/wmacpi.spec,v >retrieving revision 1.4 >diff -u -3 -p -r1.4 wmacpi.spec >--- wmacpi.spec 15 Sep 2006 13:41:35 -0000 1.4 >+++ wmacpi.spec 10 Jan 2007 00:27:49 -0000 >@@ -1,17 +1,19 @@ > Name: wmacpi >-Version: 1.34 >-Release: 7%{?dist} >+Version: 2.1 >+Release: 1%{?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 >+URL: http://himi.org/wmacpi/ >+Source0: http://himi.org/wmacpi/download/wmacpi-%{version}.tar.bz2 >+Patch0: wmacpi-2.1-libdockapp.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: libX11-devel > BuildRequires: libXext-devel >-BuildRequireS: libXpm-devel >+BuildRequires: libXpm-devel >+BuildRequires: libdockapp-devel > > %description > Dockapp which displays acpi/apm information. >@@ -25,11 +27,13 @@ battery level is critical low. > > %prep > %setup -q >+%patch0 -p1 -b .libdockapp > > > %build >-make CFLAGS="$RPM_OPT_FLAGS -DACPI -ansi -I%{_prefix}/X11R6/include" \ >-LDFLAGS="$RPM_OPT_FLAGS -DACPI -L%{_prefix}/X11R6/%{_lib} -lX11 -lXpm -lXext" \ >+# -lXpm -lXext are not directly needed, only through libdockapp >+make CFLAGS="$RPM_OPT_FLAGS -ansi" \ >+LDFLAGS="$RPM_OPT_FLAGS -lX11 -ldockapp" \ > %{?_smp_mflags} > > >@@ -38,6 +42,8 @@ rm -rf $RPM_BUILD_ROOT > > %{__mkdir_p} ${RPM_BUILD_ROOT}%{_bindir} > %{__install} %{_builddir}/%{name}-%{version}/wmacpi ${RPM_BUILD_ROOT}%{_bindir} >+%{__mkdir_p} ${RPM_BUILD_ROOT}%{_mandir}/man1 >+%{__install} -m644 -p wmacpi.1 ${RPM_BUILD_ROOT}%{_mandir}/man1 > > %clean > rm -rf $RPM_BUILD_ROOT >@@ -45,10 +51,14 @@ rm -rf $RPM_BUILD_ROOT > > %files > %defattr(-,root,root,-) >-%doc AUTHORS COPYING README >+%doc AUTHORS COPYING README ChangeLog > %{_bindir}/wmacpi >+%{_mandir}/man1/wmacpi.1* > > %changelog >+* Wed Jan 10 2007 Patrice Dumas <pertusus[AT]free.fr> 2.1-1 >+- update to 2.1 >+ > * Fri Sep 15 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> > 1.34-7 > - FE6 rebuild
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201851
: 145210 |
145211