]> git.pld-linux.org Git - packages/lxmenu-data.git/commitdiff
- new auto/th/lxmenu-data-0_1_1-1
authorwitekfl <witekfl@pld-linux.org>
Thu, 29 Jul 2010 13:25:18 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lxmenu-data.spec -> 1.1

lxmenu-data.spec [new file with mode: 0644]

diff --git a/lxmenu-data.spec b/lxmenu-data.spec
new file mode 100644 (file)
index 0000000..ac23108
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       Files required to build menu for LXDE
+Summary(pl.UTF-8):     Pliki menu dla LXDE
+Name:          lxmenu-data
+Version:       0.1.1
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications
+Source0:       http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
+# Source0-md5: cee3181dd22088f3db0e99ffbedc986d
+URL:           http://www.lxde.org/
+BuildRequires: intltool >= 0.40.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides files required to build freedesktop.org menu
+spec-compliant desktop menus for LXDE.
+
+%description -l pl.UTF-8
+Pakiet zawiera pliki potrzebne do zbudowania menu LXDE zgodnego z
+freedesktop.org.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%{_sysconfdir}/xdg/menus
+%{_datadir}/desktop-directories
This page took 0.104239 seconds and 4 git commands to generate.