rpms/lxshortcut/F-11 lxshortcut.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Fri May 1 21:43:34 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/lxshortcut/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27174/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	lxshortcut.spec 
Log Message:
Initial version for this branch


--- NEW FILE lxshortcut.spec ---
Name:           lxshortcut
Version:        0.1
Release:        1%{?dist}
Summary:        Small utility to edit application shortcuts

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://lxde.org
Source0:        http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel, gettext

%description
LXShortcut is a small utility to edit application shortcuts created with 
freedesktop.org Desktop Entry spec. Now editing of application shortcuts 
becomes quite easy.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc ChangeLog COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}/


%changelog
* Sun Dec 07 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lxshortcut/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 May 2009 20:53:06 -0000	1.1
+++ .cvsignore	1 May 2009 21:43:04 -0000	1.2
@@ -0,0 +1 @@
+lxshortcut-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxshortcut/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 May 2009 20:53:06 -0000	1.1
+++ sources	1 May 2009 21:43:04 -0000	1.2
@@ -0,0 +1 @@
+63d1d0a4706b580d819b4d51fa057b25  lxshortcut-0.1.tar.gz




More information about the scm-commits mailing list