rpms/redet-doc/EL-5 redet-doc-8.21-makefilefixes.patch, NONE, 1.1 redet-doc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nigel Jones (nigelj) fedora-extras-commits at redhat.com
Fri Jun 8 23:50:43 UTC 2007


Author: nigelj

Update of /cvs/extras/rpms/redet-doc/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2908/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	redet-doc-8.21-makefilefixes.patch redet-doc.spec 
Log Message:
Import redet-doc for EL-5

redet-doc-8.21-makefilefixes.patch:

--- NEW FILE redet-doc-8.21-makefilefixes.patch ---
Common subdirectories: redet-manual-8.21.1/Images and redet-manual-8.21/Images
diff -u redet-manual-8.21.1/Makefile redet-manual-8.21/Makefile
--- redet-manual-8.21.1/Makefile	2007-04-05 09:00:49.000000000 +1200
+++ redet-manual-8.21/Makefile	2007-05-23 19:32:47.000000000 +1200
@@ -5,7 +5,7 @@
 DATADIR        = ${PREFIX}/share
 
 install:
-		for i in `find Manual/ -type f`; do \
-		 install -D $$i ${DESTDIR}${DATADIR}/Redet/$$i; \
+		for i in `find ./ -type f`; do \
+		 install -D -p $$i ${DESTDIR}${DATADIR}/Redet/Manual/$$i; \
 		done
 


--- NEW FILE redet-doc.spec ---
Name:           redet-doc
Version:        8.21
Release:        1%{?dist}
Summary:        Documentation for redet

Group:          Documentation
License:        GPL
URL:            http://www.billposer.org/Software/redet.html
Source0:        http://www.billposer.org/Software/Downloads/redet_manual-%{version}.tar.bz2
Patch0:         redet-doc-8.21-makefilefixes.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       redet >= %{version}

%description
Documentation for the regular expression development and execution tool 
(redet).

%prep
%setup -q -n redet-manual-8.21
%patch -p1

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/Redet
ln -s ../doc/%{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/Redet/Manual

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc *.html Images/
%{_datadir}/Redet/


%changelog
* Wed May 23 2007 Nigel Jones <dev at nigelj.com> 8.21-1
- Initial SPEC file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/redet-doc/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Jun 2007 20:08:43 -0000	1.1
+++ .cvsignore	8 Jun 2007 23:50:06 -0000	1.2
@@ -0,0 +1 @@
+redet_manual-8.21.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/redet-doc/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Jun 2007 20:08:43 -0000	1.1
+++ sources	8 Jun 2007 23:50:06 -0000	1.2
@@ -0,0 +1 @@
+0a166e174eb729feb956eac17a0b246f  redet_manual-8.21.tar.bz2




More information about the scm-commits mailing list