]> git.pld-linux.org Git - packages/cups-driver-splix.git/commitdiff
- cleanups, strict internal deps
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 21 Sep 2008 13:00:15 +0000 (13:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cups-driver-splix.spec -> 1.3

cups-driver-splix.spec

index 77b2cd796766a21bb05b53c6861462ad382cd970..831b7de8b9e9e729f8a657fe5c0f7c3c3369d545 100644 (file)
@@ -27,7 +27,7 @@ printers.
 %package samsung
 Summary:       Splix Samsung drivers to CUPS
 Group:         Applications
-Requires:      cups-driver-splix = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description samsung
 Splix Samsung drivers to CUPS
@@ -35,7 +35,7 @@ Splix Samsung drivers to CUPS
 %package xerox
 Summary:       Splix Xerox drivers to CUPS
 Group:         Applications
-Requires:      cups-driver-splix = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description xerox
 Splix Xerox drivers to CUPS
@@ -43,13 +43,11 @@ Splix Xerox drivers to CUPS
 %package dell
 Summary:       Splix Dell drivers to CUPS
 Group:         Applications
-Requires:      cups-driver-splix = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description dell
 Splix Dell drivers to CUPS
 
-
-
 %prep
 %setup -q -n splix-%{version}
 %patch0 -p1
@@ -67,19 +65,17 @@ install -d $RPM_BUILD_ROOT%{_cupsfilterdir}
 install src/rastertospl2 $RPM_BUILD_ROOT%{_cupsfilterdir}
 ## samsung drivers
 install -d $RPM_BUILD_ROOT%{_cupsppddir}/samsung
-cp ppd/{cl{p,x}*,ml*} $RPM_BUILD_ROOT%{_cupsppddir}/samsung
+cp -a ppd/{cl{p,x}*,ml*} $RPM_BUILD_ROOT%{_cupsppddir}/samsung
 ## xerox drivers
 install -d $RPM_BUILD_ROOT%{_cupsppddir}/xerox
-cp ppd/ph* $RPM_BUILD_ROOT%{_cupsppddir}/xerox
+cp -a ppd/ph* $RPM_BUILD_ROOT%{_cupsppddir}/xerox
 ## dell drivers
 install -d $RPM_BUILD_ROOT%{_cupsppddir}/dell
-cp ppd/1100* $RPM_BUILD_ROOT%{_cupsppddir}/dell
+cp -a ppd/1100* $RPM_BUILD_ROOT%{_cupsppddir}/dell
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog INSTALL README THANKS TODO
@@ -90,7 +86,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_cupsppddir}/samsung
 %{_cupsppddir}/samsung/*
 
-
 %files xerox
 %defattr(644,root,root,755)
 %dir %{_cupsppddir}/xerox
This page took 0.099188 seconds and 4 git commands to generate.