rpms/wmacpi/EL-4 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wmacpi.spec, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Wed May 28 08:03:52 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/wmacpi/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12372/EL-4

Modified Files:
	.cvsignore sources wmacpi.spec 
Log Message:
sync with devel


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wmacpi/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	20 Aug 2005 10:55:43 -0000	1.2
+++ .cvsignore	28 May 2008 08:02:52 -0000	1.3
@@ -1 +1 @@
-wmacpi-1.34.tar.gz
+wmacpi-2.2rc1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wmacpi/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	20 Aug 2005 10:55:43 -0000	1.2
+++ sources	28 May 2008 08:02:52 -0000	1.3
@@ -1 +1 @@
-ef4f5f94102a7f5cbaa71a8f0a4a2c3b  wmacpi-1.34.tar.gz
+c050d9b54f0d0061e196160ae35775f6  wmacpi-2.2rc1.tar.bz2


Index: wmacpi.spec
===================================================================
RCS file: /cvs/extras/rpms/wmacpi/EL-4/wmacpi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmacpi.spec	20 Aug 2005 10:55:43 -0000	1.1
+++ wmacpi.spec	28 May 2008 08:02:52 -0000	1.2
@@ -1,15 +1,18 @@
 Name:           wmacpi
-Version:        1.34
-Release:        4%{?dist}
+Version:        2.2
+Release:        0.2.rc1%{?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
+License:        GPLv2+
+URL:            http://himi.org/wmacpi/
+Source0:        http://himi.org/wmacpi/download/wmacpi-2.2rc1.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  xorg-x11-devel
+BuildRequires:  libX11-devel
+BuildRequires:  libXext-devel
+BuildRequires:  libXpm-devel
+BuildRequires:  libdockapp-devel
 
 %description
 Dockapp which displays acpi/apm information.
@@ -22,12 +25,12 @@
 battery level is critical low.
 
 %prep
-%setup -q
-
+%setup -q -n %{name}-%{version}rc1
 
 %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}
 
 
@@ -35,7 +38,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__mkdir_p} ${RPM_BUILD_ROOT}%{_bindir}
-%{__install} %{_builddir}/%{name}-%{version}/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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,10 +48,35 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README
+%doc AUTHORS COPYING README ChangeLog
 %{_bindir}/wmacpi
+%{_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)
+
+* 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
+
+* 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




More information about the fedora-extras-commits mailing list