]> git.pld-linux.org Git - packages/cups-backend-pdf.git/commitdiff
- updated to 2.4.7 auto/th/cups-pdf-2_4_7-1 auto/ti/cups-pdf-2_4_7-1
authorKarol Krenski <charles@pld-linux.org>
Tue, 27 May 2008 00:05:55 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add R/BR cups/-devel
- .../backend/cups-pdf permissions to 700

Changed files:
    cups-backend-pdf.spec -> 1.6

cups-backend-pdf.spec

index d4482b602aacc37435eb3740cb50530936215fe3..a2759083064d19aca65ca3bd082ad10649837289 100644 (file)
@@ -4,13 +4,15 @@
 Summary:       CUPS-PDF driver
 Summary(pl.UTF-8):     Sterownik CUPS-PDF
 Name:          cups-pdf
-Version:       2.4.6
-Release:       2
+Version:       2.4.7
+Release:       1
 License:       GPL v2
 Group:         Applications
 Source0:       http://www.cups-pdf.de/src/%{name}_%{version}.tar.gz
-# Source0-md5: 610a2e1d9ecd27ab978efaa6d93ddba3
+# Source0-md5: 46f73553336842dd67521da117bfc67e
 URL:           http://www.cups-pdf.de/
+BuildRequires: cups-devel
+Requires:      cups
 Requires:      ghostscript
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,7 +39,7 @@ install -d $RPM_BUILD_ROOT{%{_libdir}/backend,%{_sysconfdir}/cups,%{_datadir}/cu
 
 install src/cups-pdf $RPM_BUILD_ROOT%{_libdir}/backend
 install extra/cups-pdf.conf  $RPM_BUILD_ROOT%{_sysconfdir}/cups
-install extra/PostscriptColor.ppd $RPM_BUILD_ROOT%{_datadir}/cups/model
+install extra/CUPS-PDF.ppd $RPM_BUILD_ROOT%{_datadir}/cups/model
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README
-%attr(755,root,root) %{_libdir}/backend/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cups/%{name}.conf
-%{_datadir}/cups/model/PostscriptColor.ppd
+%attr(700,root,root) %{_libdir}/backend/%{name}
+%{_datadir}/cups/model/CUPS-PDF.ppd
 %dir %{_var}/spool/%{name}
This page took 0.084165 seconds and 4 git commands to generate.