]> git.pld-linux.org Git - packages/gDesklets-LinuxTag.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Mon, 11 Aug 2003 17:09:42 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gDesklets-LinuxTag.spec -> 1.1

gDesklets-LinuxTag.spec [new file with mode: 0644]

diff --git a/gDesklets-LinuxTag.spec b/gDesklets-LinuxTag.spec
new file mode 100644 (file)
index 0000000..a9ca578
--- /dev/null
@@ -0,0 +1,36 @@
+%define        pname   LinuxTag
+Summary:       This package contains some nice displays
+Summary(pl):   Ten pakiet zawiera pare ³adnych wy¶wietlaczy
+Name:          gDesklets-%{pname}
+Version:       1
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://www.pycage.de/download/gdesklets/%{pname}.tar.bz2
+# Source0-md5: 7954215d9fe249b679da49a50c572232
+URL:           http://www.pycage.de/software_gdesklets.html
+Requires:      gDesklets-StarterKit
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains some nice displays.
+
+%description -l pl
+Ten pakiet zawiera pare ³adnych wy¶wietlaczy.
+
+%prep
+%setup -q -n %{pname}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/gdesklets/Displays/%{pname}
+
+cp -R gfx *.display $RPM_BUILD_ROOT%{_datadir}/gdesklets/Displays/%{pname}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{_datadir}/gdesklets/Displays/*
This page took 0.108559 seconds and 4 git commands to generate.