]> git.pld-linux.org Git - packages/amsn-skins.git/commitdiff
- new, only default skins and windows live skin for now
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 28 Feb 2010 02:06:55 +0000 (02:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amsn-skins.spec -> 1.1

amsn-skins.spec [new file with mode: 0644]

diff --git a/amsn-skins.spec b/amsn-skins.spec
new file mode 100644 (file)
index 0000000..7e78178
--- /dev/null
@@ -0,0 +1,80 @@
+Summary:       Skins for aMSN
+Name:          amsn-skins
+Version:       0.1
+Release:       0.4
+License:       GPL
+Group:         Themes
+Source0:       http://downloads.sourceforge.net/amsn/amsn-0.98.1.tar.gz
+# Source0-md5: 8c608673a4e920b83cc9f41c2cb837dc
+Source1:       http://downloads.sourceforge.net/project/amsn/amsn-skins/0.95-skins/aMSN_Live-1.0.tar.gz
+# Source1-md5: 5079184f1f75d6b53ca6e7577aa5b66d
+URL:           http://www.amsn-project.net/skins.php
+Requires:      amsn-skin-aMSN_Live
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _appdir         %{_datadir}/amsn
+%define                skinsdir        %{_appdir}/skins
+
+%description
+Skins for aMSN.
+
+%package -n amsn-skin-default
+Summary:       aMSN default skin: Sapphire Skin
+Version:       2.0
+License:       GPL
+Group:         Themes
+URL:           http://www.amsn-project.net/skins.php
+
+%description -n amsn-skin-default
+Sapphire Skin by Gustavo A. Diaz.
+
+%package -n amsn-skin-Dark_Matter
+Summary:       Dark Matter Skin
+Version:       4.0
+License:       GPL
+Group:         Themes
+URL:           http://www.amsn-project.net/skins.php
+
+%description -n amsn-skin-Dark_Matter
+Dark Matter Skin for aMSN.
+
+%package -n amsn-skin-aMSN_Live
+Summary:       aMSN Live Messenger Skin
+Version:       1.0
+License:       GPL
+Group:         Themes
+URL:           http://www.amsn-project.net/skins.php
+
+%description -n amsn-skin-aMSN_Live
+WLMSN look alike skin for aMSN.
+
+%prep
+%setup -qc -a1
+
+install -d skins
+mv amsn-*/skins/default skins
+mv amsn-*/skins/'Dark Matter 4.0' skins/Dark_Matter
+mv 'aMSN Live-1.0' skins/aMSN_Live
+
+find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{skinsdir}
+cp -a skins/* $RPM_BUILD_ROOT%{skinsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -n amsn-skin-default
+%defattr(644,root,root,755)
+%{skinsdir}/default
+
+%files -n amsn-skin-Dark_Matter
+%defattr(644,root,root,755)
+%{skinsdir}/Dark_Matter
+
+%files -n amsn-skin-aMSN_Live
+%defattr(644,root,root,755)
+%{skinsdir}/aMSN_Live
This page took 0.075686 seconds and 4 git commands to generate.