Author: witekfl Date: Thu Jul 29 16:06:53 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/lxshortcut: lxshortcut.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lxshortcut/lxshortcut.spec diff -u /dev/null packages/lxshortcut/lxshortcut.spec:1.1 --- /dev/null Thu Jul 29 18:06:53 2010 +++ packages/lxshortcut/lxshortcut.spec Thu Jul 29 18:06:48 2010 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +Summary: Program to edit application shortcuts +Name: lxshortcut +Version: 0.1.1 +Release: 1 +License: GPL v3 +Group: X11/Applications +Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz +# Source0-md5: 68419579deaecf696111bef97d3985bc +URL: http://www.lxde.org/ +BuildRequires: gtk+2-devel >= 2:2.12.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +LXShortcut is a small program used to edit application shortcuts +created with freedesktop.org Desktop Entry spec. + +%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}/lxshortcut +%{_datadir}/lxshortcut + +%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:06:48 witekfl +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
