123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599 |
- %define iversion 20101026
- #%%define vinecr 0
- #%%if %{vinecr}
- #%%define cr_release 1
- #%%endif
- %define pkg_version 5.2
- %define pkg_release 0.%{iversion}%{?_dist_release}
- Summary: Vine Linux Online Manual
- Summary(ja): Vine Linux オンラインマニュアル
- Name: Vine-manual
- Version: %{pkg_version}
- Release: %{pkg_release}
- Source: %{name}-%{iversion}.tar.bz2
- License: GFDL
- Group: Applications/Documentation
- BuildRequires: docbook-style-xsl, docbook-dtds, libxslt, w3m, nkf
- BuildArch: noarch
- Buildroot: %{_tmppath}/%{name}-%{version}-root
- Provides: indexhtml
- Obsoletes: indexhtml
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: yasumichi, inagaki, daisuke
- URL: http:
- %description
- This package contains users manual and how to build rpm.
- %description -l ja
- このパッケージは、ユーザーズマニュアルとRPMのビルド方法を含んでいます。
- %prep
- if [ -e $RPM_BUILD_ROOT ] ; then
- [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
- fi
- %setup -q -n %{name}-%{iversion}
- %build
- %{__make} online
- %install
- %{__rm} -rf $RPM_BUILD_ROOT
- %{__make} DESTDIR=${RPM_BUILD_ROOT} install-online
- %{__make} DESTDIR=${RPM_BUILD_ROOT} install-yelp
- %clean
- %{__rm} -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root)
- %{_defaultdocdir}/Vine
- %{_datadir}/vine/help
- %{_datadir}/omf
- %changelog
- - update source
- - update source.
- - added omf file for yelp (testing)
- - update source.
- - devide users-manual to desktop users guide and cui users guide.
- - update MakingRPM.
- - applied new versioning policy, spec in utf-8
- - update accessibility-features.xml
- - add "echo -e '\a'" command for testing beep sound on gnome-terminal
- - add about gnome-font-properties
- - add image gnome-font-properties*.png
- - update login.xml
- - add about gdm (automatic login, face browser)
- - update making-rpm.xml
- - update about desktop entry file
- - update root.xml
- - update about gksu [Vine-doc:00372]
- - update using-rpm.xml
- - add trouble shooting (add example of bash functions)
- - update about architecture (remove alpha, sparc)
- - update utils.xml
- - update about Emacs (add find-function-C-source-directory on emacs.my.el)
- - update about tgif (add about xfs)
- - update vine-gui.xml
- - update about gnome-session-properties
- - update about gnome-terminal (add about chsh)
- - fix typo root.xml, utils.xml , %%changelog
- - update vine-gui.xml
- - update URL (ftp site)
- - update utils.xml
- - update about vi
- - add <guibutton> tag
- - update vine-gui.xml
- - update about gconf-editor
- - update about yelp
- - add about english message (alias eng)
- - update about mtools
- - replace vine.css with cvs (change cvs ID)
- - update accessibility-features.xml
- - update about nautilus-file-management-properties (<BTS:wishes:23>)
- - update nautilus-file-management-properties*.png
- - add <keycap> tag
- - update using-rpm.xml
- - update URL (ftp site)
- - add id on tags (<partintro> <sect?> <figure> <example> <table>)
- - fix typo about.xml
- - update login.xml
- - update about kernel boot option
- - fix typo
- - update vine-gui.xml
- - update about yelp
- - add about firefox -safe-mode
- - add about openoffice.org sub packages (openoffice.org-graphicfilter ...)
- - update utils.xml
- - update about Emacs
- - fix typo root.xml,using-rpm.xml
- - update vine-gui.xml
- - update about gnome-session-properties
- - update splash-screen screen-shot (gnome-splash-screen.png)
- - add about nautilus bookmark
- - update accessibility-features.xml
- - update index
- - update utils.xml
- - update about Emacs (~/.emacs.my.el and M-x customize-variable)
- - add image emacs-M-x-customize-variable.png
- - update root.xml
- - update user name
- - update login.xml
- - update about group
- - update vine-gui.xml
- - add about gnome-session-properties
- - add gnome-session-properties screen-shot (gnome-session-properties-[1-4].png)
- - add splash-screen screen-shot (gnome-splash-screen.png)
- - update utils.xml
- - update about Emacs
- - update utils.xml
- - update about Emacs (~/.emacs.my.el and M-x customize)
- - add image emacs-M-x-customize.png
- - update utils.xml
- - update about Emacs (~/.emacs.my.el and M-x customize)
- - add image emacs-M-x-customize.png
- - add system-config-securitylevel.png (lost file)
- - fix typo in %%changelog
- - update vine-gui.xml
- - update about gnome-panel
- - add about nautilus-open-terminal
- - update using-rpm.xml
- - update about apt-line
- - update service.xml
- - add about run-level
- - update vine-gui.xml accessibility-features.xml
- - add about gnome-window-properties
- - add image gnome-window-properties.png
- - update utils.xml
- - add about sylpheed
- - update accessibility-features.xml
- - add about gnome-keyboard-properties (swap Control and CapsLock)
- - update vine-gui.xml
- - add about gimp sub packages (gimp-help,gimp-print...)
- - update GNOME QandA
- - add about gnome-keyboard-properties (swap Control and CapsLock)
- - add about Typing Break Preferences (screen lock hitoyasumi)
- - update management.xml
- - add about gnome-mount WARNING message ("/media" directory does not exist)
- - update making-rpm.xml (about desktop file)
- - update vine-gui.xml
- - update about gnome-panel
- - add image gnome-panel-property.png
- - update GNOME QandA
- - add about gnome-session-save command, launcher(Alt+F2)
- - update accessibility-features.xml
- - add about GNOME keyboard shortcut
- - update vine-gui.xml accessibility-features.xml
- - add about GNOME keyboard shortcut (gnome-keybinding-properties command)
- - update vine-gui.xml
- - add about window close button
- - add about GIMP User Installation
- - fix typo pager.xml
- - update using-rpm.xml
- - add trouble shooting (apt-get can not find package before executing "apt-get update")
- - fix typo
- - update root.xml
- - about sudo,sudoers
- - update login.xml
- - add about group
- - update root.xml
- - about sudo,sudoers
- - update vine-gui.xml
- - add screenshot of show-desktop-button
- - fix typo login.xml, utils.xml
- - update root.xml
- - add about sudo
- - update root.xml
- - update users-manual.xml
- - remove about fvwm2 (vine-gui.xml)
- - add about root user (root.xml)
- - fix typo vine-gui.xml
- - update using-rpm.xml
- - add trouble shooting (synaptic locks rpm database)
- - update login.xml
- - about gdmsetup
- - update vine-gui.xml
- - about GNOME workspace
- - about gnome panel menu icon (GNOME QandA)
- - update making-rpm.xml
- - add about desktop-file-validate command
- - update using-rpm.xml
- - add how to remove APT-CD information (/etc/apt/sources.list , /var/state/apt/cdroms.list)
- - Fix Vine Linux Version (getinfo.xml,kernel-upgrade.xml,management.xml)
- - update making-rpm.xml
- - add about Copyright and Serial (Obsolete tag)
- - update vine-cups.xml (gnome-cups-manager icon name)
- - update accessibility-features.xml
- - add screenshot of big gnome-panel-menu (using gnome-theme "LargePrint")
- - update making-rpm.xml
- - update how to use %%{_syssbindir}/install-info in %%{post}
- - update vine-cups.xml <BTS:vinedocs:205> <BTS:vinedocs:206>
- - add screenshot (replace lost files)
- - update update-alternatives.xml
- - update making-rpm.xml
- - add how to use %%{SOURCE<NUM>}
- - add how to check Requires: and %%files
- - update accessibility-features.xml
- - update vine-gui.xml
- - update accessibility-features.xml
- - beep-sound
- - mouse (left-handed,icon)
- - mouse-key
- - gnome-theme
- - keyboard (sticky-key,slow-key,bounce-key,toggle-key)
- - nautilus (icon-size,single-click or double-click)
- - add screenshot
- - update GNOME QandA (vine-gui.xml)
- - add about mouse-key (accessibility-features.xml)
- - update vine-gui.xml
- - update accessibility-features.xml
- - add index
- - update vine.css (add .keycap)
- - update about Emacs add keybind "balance-windows (C-x +)" (utils.xml)
- - Fix link (login.xml)
- - update vine-gui.xml
- - add trouble shooting (logout without mouse)
- - add accessibility-features.xml
- - update users-manual.xml
- - update vine-gui.xml
- - add gnome-panel screen-shot (gnome-config-window-list.png)
- - update vine.css (add h5.title)
- - update vine-gui.xml
- - firefox add-ons and plug-ins
- - add how to customize GNOME (with gconf-editor)
- - update gnome screenshot (gnome.png)
- - update about Emacsen
- - update ppxp-pppoe.xml (replace WindowMaker with GNOME)
- - update utils.xml (about Emacs)
- - update service.xml
- - add package name (available daemons)
- - update making-rpm.xml
- - add how to use update-alternatives
- - update service.xml
- - add about difference between condrestart and restart
- - update about run level
- - update login.xml
- - update using-rpm.xml
- - add trouble shooting (gpg key problem)
- - update making-rpm.xml
- - about check after building package
- - update using-rpm.xml
- - update login.xml
- - add how to change run level using grub menu entry editor
- - update,add grub screenshot
- - update using-rpm.xml
- - add trouble shooting (gpg key problem)
- - update making-rpm.xml
- - update making-rpm.xml
- - add about check after building package
- - update making-rpm.xml
- - recommend Requires(pre,post,postun....) instead of PreReq
- - add about %%verify, %%verifyscript
- - update making-rpm.xml
- - Fix link
- - update making-rpm.xml
- - update update-alternatives.xml
- - update update-alternatives.xml
- - update update-alternatives.xml
- - update images of alternatives system (images/alternatives*.png)
- - update update-alternatives.xml
- - update update-alternatives.xml
- - update update-alternatives.xml
- - Add How to get CUPS log and how to change loglevel (cups.xml) <BTS:vinedocs:204>
- - update update-alternatives.xml
- - add images of alternatives system (images/alternatives*.png)
- - update update-alternatives.xml
- - Fix link xim.xml <tracking 4>
- - Fix link vine-gui.xml <tracking 5>
- - update update-alternatives.xml
- - update update-alternatives.xml
- - Add How to use update-alternatives (update-alternatives.xml)
- - build for Vine Linux 4.1
- - build for Vine Linux 4.1CR
- - update any screenshot.
- - update any descriptions for 4.1.
- - add description about system-config-securitylevel(-tui).
- - change structure system management.
- - Revival of lost file.
- - remove about murasaki.
- - change structure about ppp & pppoe
- - Fixed link to website of sylpheed.
- - build for Vine Linux 4.0
- - Update kernel-upgrade.xml
- - Update getinfo.xml
- - Update Making RPM (update Groups)
- - Update ppxp-pppoe.xml
- - Update ppxp-pppoe.xml
- - Add How to edit GRUB menu.lst (login.xml)
- - Add screenshot of boot-admin
- - Update about GRUB menu.lst (kernel-upgrade.xml)
- - Add GRUB menu.lst sample (kernel-upgrade.xml)
- - Update ppxp-pppoe.xml
- - Update about setdm, remove wdm (login.xml) <BTS-315>
- - Update ppxp-pppoe.xml
- - Add screen shot of tkpppoe
- - Rename chapter 4 (new name: Internet Access)
- - add PPPoE quickstart (unfinished)
- - rename ppxp-quickstart.xml ppxp-pppoe.xml
- - update users-manual.xml update management.xml
- - Update about Eratta (management.xml)
- - Update about How to mount (management.xml,using-rpm.xml,getinfo.xml)
- - Add screenshot of gnome-volume-properties
- - Update kernel-upgrade.xml
- - Fix typo
- - ToDo replace murasaki to udev and hal (management.xml)
- - Update about Japanese Input on FrameBuffer console.
- - Update kernel-upgrade.xml
- - Update using-rpm.xml (correct apt category)
- - Update vine-gui.xml (replace mozilla to firefox, add Totem)
- - Update getinfo.xml
- - Update Making RPM (update Groups)
- - Fix typo
- - Update about kernel option "acpi=force" <BTS-360>
- - Update from [Vine-doc:00272]
- - Update about ppxpadduser[lock group] <BTS-135,266>
- - Update about apt-cdrom[mount point,cdrom device] <BTS-279>
- - Update Making RPM
- - New page Appendix. B (making-rpm.xml)
- - Update vine-gui.xml (replace XMMS to B.M.P.)
- - Update spec file (change macro name)
- - Update screenshot of sylpheed.
- - Update about shutdown.
- - Add URL: http:
- - Add pager.xml (update link user-manual.xml xim.xml)
- - Update using-rpm.xml getinfo.xml
- - Update making-rpm.xml from Making RPM revised (http:
- - Update using-rpm.xml
- - Update using-rpm.xml
- - add BuildRequires: nkf
- - Update using-rpm.xml
- - add Patch1 fix WindowMaker URL in vine-gui.xml
- - Update using-rpm.xml
- - rename using-rpm-[234]-1.html using-rpm-[234].html
- - add Patch0 fix links in management.xml and package.xml
- - Update using-rpm.xml
- - Update using-rpm.xml
- - Update spec file
- - Update using-rpm.xml
- - Replace from vje & canna to SCIM & Anthy.
- - Update spec file.(from [Vine-doc:00260])
- - Update description boot of Vine Linux.
- - Remove preface.xml
- - Devide getinfo.xml
- - 3.9-0vl0.20061006
- - Replace screenshot of gdm.
- - Update description of boot loader.
- - 3.9-0vl0.20060914
- - Modify construction of system management.
- - Update screenshot.
- - Fix figure title.
- - 3.9-0vl0.20060905
- - Update from [Vine-doc:00238]
- - Replace sndconfig to alsaconf.
- - Devide install-guide.
- - 3.9-0vl0.20060214
- - Update with ja.po of synaptic.
- - 3.9-0vl0.20060210
- - Update about synaptic.
- - 3.9-0vl0.20051210
- - Add ToDo.
- - Fix some links.
- - Fix about legal notice.
- - 3.9-0vl0.20051206
- - Correction according to change of specification of tar
- - 3.1-0vl0.20041225
- - Replace indexhtml
|