SPECS: amrwb.spec - symlink SOURCE1 instead of copying - ghost soname symlink
qboosh
qboosh at pld-linux.org
Thu May 29 17:50:03 CEST 2008
Author: qboosh Date: Thu May 29 15:50:03 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- symlink SOURCE1 instead of copying
- ghost soname symlink
---- Files affected:
SPECS:
amrwb.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/amrwb.spec
diff -u SPECS/amrwb.spec:1.5 SPECS/amrwb.spec:1.6
--- SPECS/amrwb.spec:1.5 Mon Sep 3 23:57:08 2007
+++ SPECS/amrwb.spec Thu May 29 17:49:58 2008
@@ -6,7 +6,7 @@
Summary: 3GPP AMR-WB Floating-point Speech Codec
Summary(pl.UTF-8): Zmiennoprzecinkowy kodek mowy 3GPP AMR-WB
Name: amrwb
-Version: 7.0.0.2
+Version: 7.0.0.3
Release: 1
# from 26204-700.doc:
# Copyright Notification
@@ -17,7 +17,7 @@
License: restricted
Group: Libraries
Source0: http://ftp.penguin.cz/pub/users/utx/amr/%{name}-%{version}.tar.bz2
-# Source0-md5: ab6d134fdc36aadd45232ce36f8e12ac
+# Source0-md5: 5ffbc49146b0bb09b5d7f0ec68de1fe7
Source1: http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-700.zip
# NoSource1-md5: 2e5098687d3007a05b7acc8298a5b072
NoSource: 1
@@ -63,7 +63,7 @@
%prep
%setup -q
-cp %{SOURCE1} .
+ln -s %{SOURCE1} .
%build
%{__libtoolize}
@@ -93,6 +93,7 @@
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%attr(755,root,root) %{_bindir}/amrwb-*
%attr(755,root,root) %{_libdir}/libamrwb.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libamrwb.so.3
%files devel
%defattr(644,root,root,755)
@@ -112,6 +113,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008-05-29 15:49:58 qboosh
+- symlink SOURCE1 instead of copying
+- ghost soname symlink
+
Revision 1.5 2007-09-03 21:57:08 qboosh
- updated to 7.0.0.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/amrwb.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list