SPECS: ktoshiba.spec (NEW) - new
shadzik
shadzik at pld-linux.org
Tue Sep 5 09:48:26 CEST 2006
Author: shadzik Date: Tue Sep 5 07:48:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
ktoshiba.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/ktoshiba.spec
diff -u /dev/null SPECS/ktoshiba.spec:1.1
--- /dev/null Tue Sep 5 09:48:26 2006
+++ SPECS/ktoshiba.spec Tue Sep 5 09:48:21 2006
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+Summary: KToshiba
+Summary(pl): KToshiba
+Name: ktoshiba
+Version: 0.9
+Release: 0.1
+License: GPL
+Group: X11/Applications
+Source0: http://dl.sourceforge.net/ktoshiba/%{name}-%{version}.tar.bz2
+# Source0-md5: fa5d84245adc38d13199bad658ec0cea
+URL: http://ktoshiba.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kdelibs-devel >= 9:3.2.0
+BuildRequires: libsynaptics-devel
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Battery Monitor and Fn-Key support for Toshiba laptops.
+
+#%description -l pl
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
+
+%configure \
+%if "%{_lib}" == "lib64"
+ --enable-libsuffix=64 \
+%endif
+ --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+ --with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ kde_htmldir=%{_kdedocdir} \
+ kde_libs_htmldir=%{_kdedocdir} \
+ kdelnkdir=%{_desktopdir} \
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS README README.MousePad README.omnibook ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%{_libdir}/kde3/kcm_ktoshibam.la
+%attr(755,root,root) %{_libdir}/kde3/kcm_ktoshibam.so
+%{_libdir}/libktoshibaprocinterface.la
+%attr(755,root,root) %{_libdir}/libktoshibaprocinterface.so.0.0.0
+%{_libdir}/libktoshibasmminterface.la
+%attr(755,root,root) %{_libdir}/libktoshibasmminterface.so.0.0.0
+%{_datadir}/autostart/ktoshiba.desktop
+%{_desktopdir}/*
+%{_iconsdir}/*/*/apps/%{name}.png
+%{_datadir}/apps/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/09/05 07:48:21 shadzik
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list