rpms/cupsddk/devel cupsddk.spec,1.8,1.9

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Tue Feb 26 16:27:31 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/cupsddk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23650

Modified Files:
	cupsddk.spec 
Log Message:
* Tue Feb 26 2008 Tim Waugh <twaugh at redhat.com> 1.2.3-4
- Tidy up documentation files.



Index: cupsddk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cupsddk/devel/cupsddk.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cupsddk.spec	11 Feb 2008 16:21:42 -0000	1.8
+++ cupsddk.spec	26 Feb 2008 16:26:45 -0000	1.9
@@ -16,7 +16,7 @@
 Summary: CUPS Driver Development Kit
 Name: cupsddk
 Version: 1.2.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2
 Group: Development/Libraries
 Source: http://ftp.easysw.com/pub/%{name}/%{version}/cupsddk-%{version}-source.tar.bz2
@@ -66,7 +66,7 @@
 %patch2 -p1 -z .no-strip
 
 %build
-%configure --with-optim="$RPM_OPT_FLAGS"
+%configure --with-docdir=%{_docdir}/%{name}-%{version} --with-optim="$RPM_OPT_FLAGS"
 
 # If we got this far, all prerequisite libraries must be here.
 make %{?_smp_mflags}
@@ -77,15 +77,15 @@
 
 make BUILDROOT=$RPM_BUILD_ROOT install
 install -p -m644 cups/cupsprofile.ppm $RPM_BUILD_ROOT%{_datadir}/cupsddk/
+install -m644 LICENSE.txt $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc LICENSE.txt
+%doc %{_docdir}/%{name}-%{version}
 %{_bindir}/*
-%{_datadir}/doc/cups/*
 
 %{_mandir}/man1/cupsprofile.1*
 %{_mandir}/man1/ppdc.1*
@@ -116,6 +116,9 @@
 %{_mandir}/man1/rastertopclx.1*
 
 %changelog
+* Tue Feb 26 2008 Tim Waugh <twaugh at redhat.com> 1.2.3-4
+- Tidy up documentation files.
+
 * Mon Feb 11 2008 Tim Waugh <twaugh at redhat.com> 1.2.3-3
 - Rebuild for GCC 4.3.
 




More information about the fedora-extras-commits mailing list