rpms/bouml-doc/F-7 bouml-doc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Mon Aug 13 17:35:50 UTC 2007


Author: rishi

Update of /cvs/pkgs/rpms/bouml-doc/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23227/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	bouml-doc.spec 
Log Message:
Initial import into F-7.

 Modified Files:
 	import.log F-7/.cvsignore F-7/sources 
 Added Files:
 	F-7/bouml-doc.spec 



--- NEW FILE bouml-doc.spec ---
Summary: Documentation for the BOUML tool
Name: bouml-doc
Version: 2.30
Release: 3%{?dist}
License: GPLv2+
Group: Documentation
URL: http://bouml.free.fr
Source0: http://bouml.free.fr/doc%{version}.tar.gz
Source1: http://bouml.free.fr/doc%{version}_A4.pdf
Source2: http://bouml.free.fr/doc%{version}_letter.pdf

BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

Requires: bouml >= 2.30

BuildArch: noarch

%description
Documentation of the BOUML tool provided in HTML and PDF formats.

%prep
%setup -q -n doc

# Image files should not have the executable bits.
chmod 644 figs/provided.bmp
chmod 644 figs/required.bmp
chmod 644 figs/vcpp1.png
chmod 644 figs/vcpp2.png
chmod 644 figs/vcpp4.png
chmod 644 figs/vcpp5.png
chmod 644 figs/vcpp6.png

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
mkdir -p html
mkdir -p pdf

# Reorganizing HTML.
mv ./*.html ./html
mv ./blurulr6.gif ./html
mv ./blurulr6.png ./html
mv ./empty_html ./html
mv ./figs ./html

# Reorganizing PDF.
cp -p %{SOURCE1} ./pdf
cp -p %{SOURCE2} ./pdf

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc html pdf

%changelog
* Sun Aug 12 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.30-3
- Added 'mkdir -p $RPM_BUILD_ROOT' in install stanza.

* Sun Aug 12 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.30-2
- Added a build stanza.
- Changed value of License according to Fedora licensing guidelines.

* Thu Aug 09 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.30-1
- Version bump to 2.30.

* Wed Aug 01 2007 Debarshi Ray <rishi at fedoraproject.org> - 0-0.3.date20070520
- Fixed directory ownership issues in files stanza.

* Wed Aug 01 2007 Debarshi Ray <rishi at fedoraproject.org> - 0-0.2.date20070520
- Using 'cp -p ...' to preserve timestamps.
- Removed version-release suffix from documentation directory.

* Tue Jul 31 2007 Debarshi Ray <rishi at fedoraproject.org> - 0-0.1.date20070520
- Changed version-release to 0-0.1.date20070520.
- Fixed 'Requires' to accept all BOUML releases from 2.26.2 onwards.

* Fri Jul 27 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.29.1-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bouml-doc/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Aug 2007 22:24:40 -0000	1.1
+++ .cvsignore	13 Aug 2007 17:35:18 -0000	1.2
@@ -0,0 +1,3 @@
+doc2.30.tar.gz
+doc2.30_A4.pdf
+doc2.30_letter.pdf


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bouml-doc/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Aug 2007 22:24:40 -0000	1.1
+++ sources	13 Aug 2007 17:35:18 -0000	1.2
@@ -0,0 +1,3 @@
+ef7dff82168ec126d384d6d7724b2423  doc2.30.tar.gz
+5b00c4e61a780a25fc21fae1d0866671  doc2.30_A4.pdf
+acfacc1fc866b0f180632ba11fd52d6a  doc2.30_letter.pdf




More information about the fedora-extras-commits mailing list