]> git.pld-linux.org Git - packages/cups.git/commitdiff
- updated to (much better) 1.1.12
authorkura <kura@pld-linux.org>
Wed, 28 Nov 2001 21:23:01 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- HTML docs moved to /usr/share/doc

Changed files:
    cups.spec -> 1.21

cups.spec

index 91b76fd9b692ae6d4e5d77d060e7cd0f4ca218ab..51bb26d3948c32494e5cc93f7db6c5570fd26522 100644 (file)
--- a/cups.spec
+++ b/cups.spec
@@ -2,13 +2,13 @@ Summary:      Common Unix Printing System
 Summary(pl):   Popularny System Druku dla Unixa
 Summary(pt_BR):        Sistema Unix de Impressão
 Name:          cups
-Version:       1.1.10
-Release:       3
+Version:       1.1.12
+Release:       1
 License:       GPL/LGPL
 Group:         Applications/System
 Group(de):     Applikationen/System
 Group(pl):     Aplikacje/System
-Source0:       ftp://ftp.easysw.com/pub/%{name}/%{version}/%{name}-%{version}-1-source.tar.bz2
+Source0:       ftp://ftp.easysw.com/pub/%{name}/%{version}/%{name}-%{version}-source.tar.bz2
 Source1:       %{name}.init
 Source2:       %{name}.pamd
 Source3:       %{name}.logrotate
@@ -138,11 +138,8 @@ bibliotecas do CUPS.
 %build
 aclocal
 autoconf
-# NOTE: --with-docdir sets where internal HTTP server will look for
-#      files. Keep in mind that ./configure doesn't give a shit to
-#      config.h.in.
 %configure \
-       --with-docdir=%{_datadir}/%{name}/http
+       --with-docdir=%{_datadir}/%{name}-%{version}
 %{__make}
 
 %install
@@ -184,8 +181,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
-# doc/*.html doc/*.css doc/*.pdf doc/images
+%doc *.gz doc/*.html doc/*.css doc/images
 %attr(640,root,root) %config %verify(not size mtime md5) /etc/pam.d/*
 %attr(754,root,root) /etc/rc.d/init.d/cups
 %dir %{_sysconfdir}/%{name}
@@ -231,6 +227,7 @@ fi
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/cups-config
 %{_includedir}/cups
 %{_libdir}/lib*.so
 
This page took 0.037721 seconds and 4 git commands to generate.