SPECS: samsung-unified-linux-driver.spec - make links at install, not build
emes
emes at pld-linux.org
Sun Nov 23 00:21:23 CET 2008
Author: emes Date: Sat Nov 22 23:21:22 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- make links at install, not build
---- Files affected:
SPECS:
samsung-unified-linux-driver.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/samsung-unified-linux-driver.spec
diff -u SPECS/samsung-unified-linux-driver.spec:1.2 SPECS/samsung-unified-linux-driver.spec:1.3
--- SPECS/samsung-unified-linux-driver.spec:1.2 Sat Nov 22 21:14:54 2008
+++ SPECS/samsung-unified-linux-driver.spec Sun Nov 23 00:21:17 2008
@@ -2,7 +2,7 @@
Summary: Samsung Unified Linux Driver
Name: samsung-unified-linux-driver
Version: 2.0.52
-Release: 0.2
+Release: 0.3
License: other
Group: Applications
Source0: http://org.downloadcenter.samsung.com/downloadfile/ContentsFile.aspx?VPath=DR/200810/20081024151424062/UnifiedLinuxDriver.tar.gz
@@ -47,8 +47,6 @@
%build
cd Linux/%{drvarch}/at_root/%{_libdir}
-ln -s libmfp.so.1.0.1 libmfp.so.1
-ln -s libmfp.so.1 libmfp.so
%install
install -d \
@@ -68,6 +66,8 @@
install -m 0755 \
Linux/%{drvarch}/at_root/%{_libdir}/libmfp* \
$RPM_BUILD_ROOT%{_libdir}
+ln -s libmfp.so.1.0.1 $RPM_BUILD_ROOT%{_libdir}/libmfp.so.1
+ln -s libmfp.so.1 $RPM_BUILD_ROOT%{_libdir}/libmfp.so
install -m 0755 \
Linux/%{drvarch}/at_root/usr/lib/cups/filter/* \
$RPM_BUILD_ROOT%{_cupsfilterdir}
@@ -99,6 +99,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008/11/22 23:21:17 emes
+- make links at install, not build
+
Revision 1.2 2008/11/22 20:14:54 emes
- fixed BReqs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/samsung-unified-linux-driver.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list