Author: witekfl Date: Thu Jul 29 16:43:21 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/lxrandr: lxrandr.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lxrandr/lxrandr.spec diff -u /dev/null packages/lxrandr/lxrandr.spec:1.1 --- /dev/null Thu Jul 29 18:43:21 2010 +++ packages/lxrandr/lxrandr.spec Thu Jul 29 18:43:16 2010 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: a GTK+2 interface to XRandR for LXDE desktop +Name: lxrandr +Version: 0.1.1 +Release: 1 +License: GPL v3 +Group: X11/Applications +Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz +# Source0-md5: ab2c7f6be7e4fe6d1a26e324d836453e +URL: http://www.lxde.org/ +BuildRequires: gtk+2-devel >= 2:2.12.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +a GTK+2 interface to XRandR for LXDE desktop. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{frp,ur_PK} + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS README +%attr(755,root,root) %{_bindir}/lxrandr +%{_desktopdir}/lxrandr.desktop +%{_mandir}/man1/lxrandr* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/07/29 16:43:16 witekfl +- new + + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
