SPECS: powerprefs.spec - up to 0.5.0 - more auto* regeneration - u...

sparky sparky at pld-linux.org
Sat Jan 28 20:19:07 CET 2006


Author: sparky                       Date: Sat Jan 28 19:19:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.5.0
- more auto* regeneration
- updated BR's
- pass CFLAGS and LDFLAGS

---- Files affected:
SPECS:
   powerprefs.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/powerprefs.spec
diff -u SPECS/powerprefs.spec:1.14 SPECS/powerprefs.spec:1.15
--- SPECS/powerprefs.spec:1.14	Fri May 20 20:15:52 2005
+++ SPECS/powerprefs.spec	Sat Jan 28 20:19:01 2006
@@ -2,15 +2,16 @@
 Summary:	pbbuttonsd client that allows to adjust some options through a GTK+ user interface
 Summary(pl):	Klient pbbuttonsd pozwalający zmienić niektóre opcje poprzez interfejs w GTK+
 Name:		powerprefs
-Version:	0.4.6
+Version:	0.5.0
 Release:	0.1
 License:	GPL
 Group:		X11/Applications
 Source0:	http://dl.sourceforge.net/pbbuttons/%{name}-%{version}.tar.gz
-# Source0-md5:	6eddd3f35d3f89bf01549093995dbf90
+# Source0-md5:	d29c1aa01e4f47281abe7c8b921c591d
 URL:		http://pbbuttons.sourceforge.net/
 BuildRequires:	autoconf
-BuildRequires:	gtk+-devel
+BuildRequires:	automake
+BuildRequires:	gtk+2-devel
 BuildRequires:	pbbuttonsd-lib
 Requires:	pbbuttonsd
 ExclusiveArch:	ppc
@@ -46,10 +47,15 @@
 %setup -q
 
 %build
+%{__aclocal}
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 
-%{__make}
+%{__make} \
+	CFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -75,6 +81,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2006/01/28 19:19:01  sparky
+- up to 0.5.0
+- more auto* regeneration
+- updated BR's
+- pass CFLAGS and LDFLAGS
+
 Revision 1.14  2005/05/20 18:15:52  darekr
 - cosmetics
 
@@ -97,7 +109,7 @@
 - updated md5sum
 
 Revision 1.8  2003/12/05 00:54:33  speedy
-bump version
+- bump version
 
 Revision 1.7  2003/05/25 06:25:45  misi3k
 - massive attack s/pld.org.pl/pld-linux.org/
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/powerprefs.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list