SPECS: kde4-kernelupdatenotifier.spec (NEW) - separate spec (ripped from ke...

glen glen at pld-linux.org
Thu Mar 19 18:23:22 CET 2009


Author: glen                         Date: Thu Mar 19 17:23:22 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separate spec (ripped from kernel-desktop.spec at Titanium)

---- Files affected:
SPECS:
   kde4-kernelupdatenotifier.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/kde4-kernelupdatenotifier.spec
diff -u /dev/null SPECS/kde4-kernelupdatenotifier.spec:1.1
--- /dev/null	Thu Mar 19 18:23:23 2009
+++ SPECS/kde4-kernelupdatenotifier.spec	Thu Mar 19 18:23:17 2009
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary:	Kernel Update Notifier for KDE4
+Summary(pl.UTF-8):	Powiadomienie o zaktualizowanym kernelu dla KDE4
+Name:		kde4-kernelupdatenotifier
+Version:	1.0
+Release:	0.1
+License:	LGPL (GPL/GPL v2/GPL v2+... choose one)
+Group:		X11/Applications
+Source0:	kernelupdatenotifier-%{version}.tar.gz
+# Source0-md5:	dc77fa4e127948a8c305edc5189f9bf0
+BuildRequires:	kde4-kdebase-workspace-devel
+BuildRequires:	kde4-kdelibs-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Kernel Update Notifier for KDE4
+
+%description -l pl.UTF-8
+Powiadomienie o zaktualizowanym kernelu dla KDE4
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+%{__make} \
+	INCPATH+="-I/usr/include -I/usr/include/KDE" \
+	LIBS+="-lknotifyconfig -lkworkspace -lkdeui"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/apps/kernelupdatenotifier}
+install *.notifyrc $RPM_BUILD_ROOT%{_datadir}/apps/kernelupdatenotifier
+install kernelupdatenotifier $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kernelupdatenotifier
+%{_datadir}/apps/kernelupdatenotifier
+
+%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  2009/03/19 17:23:17  glen
+- separate spec (ripped from kernel-desktop.spec at Titanium)
================================================================


More information about the pld-cvs-commit mailing list