]> git.pld-linux.org Git - packages/skype.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 21 Jun 2004 16:02:35 +0000 (16:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    skype.spec -> 1.1

skype.spec [new file with mode: 0644]

diff --git a/skype.spec b/skype.spec
new file mode 100644 (file)
index 0000000..19d453d
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       p2p voip application
+Name:          skype
+Version:       0.90.0.3
+Release:       0.1
+License:       Commercial, redistributable
+Group:         Applications/Communications
+Source0:       http://download.skype.com/linux/skype_ver-%(echo %{version} | tr '.' '_').tar.bz2
+# Source0-md5: 60f4d878a5fddebb2d744822833a5697
+URL:           http://www.skype.com/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+p2p voip application.
+
+License requirement:
+The Software originates from Skype and use the links
+and graphics as published and indicated on
+www.skype.com/go/redistribution
+
+%prep
+%setup -q -n %{name}_ver-%(echo %{version} | tr '.' '_')
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_pixmapsdir},%{_applnkdir}}
+
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+install *.wav $RPM_BUILD_ROOT%{_datadir}/%{name}
+install icons/skype_32_32.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
+install *.desktop $RPM_BUILD_ROOT%{_applnkdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_pixmapsdir}/*.png
+%{_applnkdir}/*.desktop
This page took 0.112793 seconds and 4 git commands to generate.