- Fix broken install_book not updating DB.
- Fix typos in docs.
This commit is contained in:
parent
b8b1322a03
commit
231d386324
@ -1 +1 @@
|
||||
Publican-2.0.tar.gz
|
||||
Publican-2.1.tar.gz
|
||||
|
@ -9,3 +9,4 @@ publican-1_6_1-0_fc12:HEAD:publican-1.6.1-0.fc12.src.rpm:1269387722
|
||||
publican-1_6_2-0_fc12:HEAD:publican-1.6.2-0.fc12.src.rpm:1270097117
|
||||
publican-1_6_3-0_fc12:HEAD:publican-1.6.3-0.fc12.src.rpm:1273641803
|
||||
publican-2_0-0_fc13:HEAD:publican-2.0-0.fc13.src.rpm:1278394403
|
||||
publican-2_1-0_fc13:HEAD:publican-2.1-0.fc13.src.rpm:1278470248
|
||||
|
@ -17,10 +17,10 @@
|
||||
# required for desktop file install
|
||||
%define my_vendor %(test %{OTHER} == 1 && echo "fedora" || echo "redhat")
|
||||
|
||||
%define TESTS 1
|
||||
%define TESTS 0
|
||||
|
||||
Name: publican
|
||||
Version: 2.0
|
||||
Version: 2.1
|
||||
Release: 0%{?dist}
|
||||
Summary: Common files and scripts for publishing with DocBook XML
|
||||
# For a breakdown of the licensing, refer to LICENSE
|
||||
@ -220,6 +220,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc fdl.txt
|
||||
|
||||
%changelog
|
||||
* Tue Jul 06 2010 Jeff Fearn <jfearn@redhat.com> 2.1-0
|
||||
- Fix broken install_book not updating DB.
|
||||
- Fix typos in docs.
|
||||
|
||||
* Tue Jul 06 2010 Jeff Fearn <jfearn@redhat.com> 2.0-0
|
||||
- Add Publican::Website.
|
||||
- Add web_*_label params for web menus.
|
||||
|
Loading…
Reference in New Issue
Block a user