]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Sat, 19 Sep 2009 13:21:24 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtk2-theme.spec -> 1.1

gtk2-theme.spec [new file with mode: 0644]

diff --git a/gtk2-theme.spec b/gtk2-theme.spec
new file mode 100644 (file)
index 0000000..c5105a2
--- /dev/null
@@ -0,0 +1,32 @@
+%define shortname --
+Summary:       -
+Name:          gtk2-theme-%{shortname}
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Themes/GTK+
+Source0:       http://www.cimitan.com/murrine/files/%{shortname}.tar.gz
+# Source0-md5: 3fe082faed0389c5ce186282a99659b4
+URL:           http://www.cimitan.com/murrine/
+Requires:      gtk2-theme-engine-murrine >= 0.90.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+-
+
+%prep
+%setup -q -n %{shortname}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_datadir}/themes/%{shortname}
+cp -R gtk* $RPM_BUILD_ROOT%{_datadir}/themes/%{shortname}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/themes/%{shortname}
This page took 0.093885 seconds and 4 git commands to generate.