packages: acerhkgui/acerhkgui.spec (NEW) - initial PLD release (0.7x got no...
gotar
gotar at pld-linux.org
Sat Jun 11 22:42:40 CEST 2011
Author: gotar Date: Sat Jun 11 20:42:40 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- initial PLD release (0.7x got nothing valuable and are redistributed in packages only)
---- Files affected:
packages/acerhkgui:
acerhkgui.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/acerhkgui/acerhkgui.spec
diff -u /dev/null packages/acerhkgui/acerhkgui.spec:1.1
--- /dev/null Sat Jun 11 22:42:40 2011
+++ packages/acerhkgui/acerhkgui.spec Sat Jun 11 22:42:35 2011
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary: Wifi and Bluetooth hardware switch GUI
+Name: acerhkgui
+Version: 0.6
+Release: 1
+License: GPL v2
+Group: Networking
+Source0: http://dl.sourceforge.net/acerhkgui/%{name}-%{version}.zip
+# Source0-md5: 1aeb6918fb5c1583bc1585538f797234
+URL: http://sourceforge.net/projects/acerhkgui/
+BuildRequires: rpm-pythonprov
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AcerHK GUI enables the user to pass commands to the wireless
+and bluetooth radios on Acer (TM) tablets that utilize the
+AcerHK driver. It requires the acerhk.ko modules to be
+installed.
+
+%prep
+%setup -q -n %{name}
+sed -e -e '1s|env python|python|' -e "s|~/bin/acerhkgui/|%{_datadir}/%{name}/|" -i acerhkgui
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_desktopdir},%{_pixmapsdir}}
+
+install acerhkgui $RPM_BUILD_ROOT%{_bindir}
+cp -a *.glade *.png $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp -a acerhkgui.desktop $RPM_BUILD_ROOT%{_desktopdir}
+cp -a AcerHK.png $RPM_BUILD_ROOT%{_pixmapsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc readme.txt
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/*.png
+
+%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 2011/06/11 20:42:35 gotar
+- initial PLD release (0.7x got nothing valuable and are redistributed in packages only)
================================================================
More information about the pld-cvs-commit
mailing list