]> git.pld-linux.org Git - packages/WindowMaker-themes3.git/commitdiff
- initial auto/ac/WindowMaker-themes-pack3-1_0-1
authorhavner <havner@pld-linux.org>
Thu, 1 Jul 2004 20:50:13 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WindowMaker-themes3.spec -> 1.1

WindowMaker-themes3.spec [new file with mode: 0644]

diff --git a/WindowMaker-themes3.spec b/WindowMaker-themes3.spec
new file mode 100644 (file)
index 0000000..690c1f5
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       Pack of themes for WindowMaker
+Summary(pl):   Zestaw motywów dla WindowMakera
+Name:          WindowMaker-themes-pack3
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Themes
+Source0:       http://ep09.pld-linux.org/~havner/%{name}.tar.bz2
+# Source0-md5: 8de003b0585808d6df1bc53a8b37a444
+Requires:      WindowMaker
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _themesdir      %{_datadir}/WindowMaker/Themes
+
+%description
+This is a set of various themes for WindowMaker.
+
+%description -l pl
+Zestaw ró¿nych motywów dla WindowMakera.
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_themesdir}
+
+cp -R * $RPM_BUILD_ROOT%{_themesdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_themesdir}/*
This page took 0.05477 seconds and 4 git commands to generate.