]> git.pld-linux.org Git - packages/lxshortcut.git/commitdiff
- new
authorwitekfl <witekfl@pld-linux.org>
Thu, 29 Jul 2010 16:06:48 +0000 (16:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lxshortcut.spec -> 1.1

lxshortcut.spec [new file with mode: 0644]

diff --git a/lxshortcut.spec b/lxshortcut.spec
new file mode 100644 (file)
index 0000000..75b8d5d
--- /dev/null
@@ -0,0 +1,41 @@
+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
This page took 0.064318 seconds and 4 git commands to generate.