packages: mpd/mpd.spec - move devel docs to appidoc, user docs to doc
glen
glen at pld-linux.org
Sun Apr 3 13:26:07 CEST 2011
Author: glen Date: Sun Apr 3 11:26:07 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- move devel docs to appidoc, user docs to doc
---- Files affected:
packages/mpd:
mpd.spec (1.62 -> 1.63)
---- Diffs:
================================================================
Index: packages/mpd/mpd.spec
diff -u packages/mpd/mpd.spec:1.62 packages/mpd/mpd.spec:1.63
--- packages/mpd/mpd.spec:1.62 Sun Apr 3 13:20:14 2011
+++ packages/mpd/mpd.spec Sun Apr 3 13:26:02 2011
@@ -85,6 +85,36 @@
komputerów biurkowych, zwłaszcza dla miłośników konsoli, różnych opcji
frontendów albo często restartujących X.
+%package apidocs
+Summary: MPD API documentation
+Summary(pl.UTF-8): Dokumentacja API biblioteki API
+Group: Documentation
+
+%description apidocs
+API and internal documentation for MPD library.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API biblioteki MPD.
+
+%package doc
+Summary: Documentation for Music Player Daemon (MPD)
+Summary(fr.UTF-8): Documentation pour Music Player Daemon (MPD)
+Summary(it.UTF-8): Documentazione di Music Player Daemon (MPD)
+Summary(pl.UTF-8): Podręcznik dla Music Player Daemon (MPD)
+Group: Documentation
+
+%description doc
+Documentation for Music Player Daemon (MPD).
+
+%description doc -l fr.UTF-8
+Documentation pour Music Player Daemon (MPD).
+
+%description doc -l it.UTF-8
+Documentazione di Music Player Daemon (MPD).
+
+%description doc -l pl.UTF-8
+Dokumentacja do Music Player Daemon (MPD).
+
%prep
%setup -q
@@ -180,7 +210,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS NEWS README doc/mpdconf.example UPGRADING doc/api doc/developer doc/protocol doc/user
+%doc AUTHORS NEWS README doc/mpdconf.example UPGRADING
%attr(755,root,root) %{_bindir}/*
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mpd.conf
%attr(754,root,root) /etc/rc.d/init.d/mpd
@@ -196,12 +226,23 @@
%{_mandir}/man1/mpd.1*
%{_mandir}/man5/mpd.conf.5*
+%files doc
+%defattr(644,root,root,755)
+%doc doc/user/*
+
+%files apidocs
+%defattr(644,root,root,755)
+%doc doc/api doc/developer doc/protocol
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.63 2011/04/03 11:26:02 glen
+- move devel docs to appidoc, user docs to doc
+
Revision 1.62 2011/04/03 11:20:14 glen
- add sysconfig (for tuning nice level)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mpd/mpd.spec?r1=1.62&r2=1.63&f=u
More information about the pld-cvs-commit
mailing list