packages: wicd-client-kde/wicd-client-kde.spec (NEW) - initial release

rotom rotom at pld-linux.org
Sun Sep 12 17:43:55 CEST 2010


Author: rotom                        Date: Sun Sep 12 15:43:55 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial release

---- Files affected:
packages/wicd-client-kde:
   wicd-client-kde.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/wicd-client-kde/wicd-client-kde.spec
diff -u /dev/null packages/wicd-client-kde/wicd-client-kde.spec:1.1
--- /dev/null	Sun Sep 12 17:43:55 2010
+++ packages/wicd-client-kde/wicd-client-kde.spec	Sun Sep 12 17:43:50 2010
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+
+%define		qtver	    	4.6.3
+
+Summary:	KDE4 WicdClient
+Summary(pl.UTF-8):	KDE4 WicdClient
+Name:		wicd-client-kde
+Version:	0.1
+Release:	0.1
+License:	GPL v3
+Group:		X11/Applications
+Source0:	http://kde-apps.org/CONTENT/content-files/132366-%{name}_%{version}.tar.gz
+# Source0-md5:	79b41039ea840f6f4d1d17d62de25873
+URL:		http://www.kde.org/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Wicd Client KDE is a Wicd client build on the KDE Development
+Platform.
+
+%description -l pl.UTF-8
+Client Wicd napisany dla środowiska KDE.
+
+%prep
+%setup -q -n %{name}
+
+%build
+install -d build
+cd build
+%cmake \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	-DLIB_INSTALL_DIR=%{_libdir} \
+	-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+%if "%{_lib}" != "lib"
+	-DLIB_SUFFIX=64 \
+%endif
+	../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/wicd-client-kde
+%attr(755,root,root) %{_libdir}/kde4/libexec/wicdclient_scripts_helper
+%{_desktopdir}/kde4/wicd-client-kde.desktop
+%{_datadir}/autostart/wicd-client-kde.desktop
+%{_datadir}/dbus-1/system-services/org.kde.wicdclient.scripts.service
+%{_datadir}/polkit-1/actions/org.kde.wicdclient.scripts.policy
+%{_sysconfdir}/dbus-1/system.d/org.kde.wicdclient.scripts.conf
+
+%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  2010/09/12 15:43:50  rotom
+- initial release
+
================================================================


More information about the pld-cvs-commit mailing list