rpms/dwdiff/devel dwdiff.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jakub Hrozek (jhrozek) fedora-extras-commits at redhat.com
Thu Feb 15 22:25:48 UTC 2007


Author: jhrozek

Update of /cvs/extras/rpms/dwdiff/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11947/devel

Modified Files:
	.cvsignore sources 
Added Files:
	dwdiff.spec 
Log Message:
auto-import dwdiff-1.2.1-3 on branch devel from dwdiff-1.2.1-3.src.rpm


--- NEW FILE dwdiff.spec ---
Name:    dwdiff       
Version: 1.2.1
Release: 3%{?dist}
Summary: Front end to diff for comparing files on a word per word basis

Group:   Applications/Text       
License: OSL       
URL:     http://os.ghalkes.nl/dwdiff.html
Source0: http://os.ghalkes.nl/dist/%{name}-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires: diffutils
BuildRequires: gettext

%description
dwdiff is a front-end for the diff program that operates at the word level
instead of the line level. It is different from wdiff in that it allows the
user to specify what should be considered whitespace, and in that it takes an
optional list of characters that should be considered delimiters. Delimiters
are single characters that are treated as if they are words, even when there
is no whitespace separating them from preceding words or delimiters. 

%prep
%setup -q

%build
#dwdiff uses its own custom configure script
./configure --prefix=%{?buildroot:%{buildroot}}%{_prefix} \
            CFLAGS="%{optflags}" 
make 


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%find_lang %{name}
#get rid of manpages other than UTF8
rm -rf %{buildroot}%{_mandir}/nl.ISO8859-1/man1/
rm -rf %{buildroot}%{_mandir}/nl.ISO8859-15/man1/
mkdir %{buildroot}%{_mandir}/man1/nl/
mv %{buildroot}%{_mandir}/nl.UTF-8/man1/dwdiff.1 %{buildroot}%{_mandir}/nl/man1/dwdiff.1

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/dwdiff
%doc README COPYING Changelog 
%{_mandir}/man1/dwdiff.1*

%lang(nl) %{_mandir}/nl/man1/dwdiff.1*

%changelog
* Thu Oct  12 2006 Jakub Hrozek <jhrozek at redhat.com> 1.2-3
Fixed NL manpages packaging according to BZ #209608 comment #3

* Sat Oct  7 2006 Jakub Hrozek <jhrozek at redhat.com> 1.2-2
Fixed bugs in the specfile according to BZ #209608 comment #1

* Fri Oct  6 2006 Jakub Hrozek <jhrozek at redhat.com> 1.2-1
-initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dwdiff/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Feb 2007 19:38:35 -0000	1.1
+++ .cvsignore	15 Feb 2007 22:25:15 -0000	1.2
@@ -0,0 +1 @@
+dwdiff-1.2.1.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dwdiff/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Feb 2007 19:38:35 -0000	1.1
+++ sources	15 Feb 2007 22:25:15 -0000	1.2
@@ -0,0 +1 @@
+3e4b6ed3c565d01ab1ca741473142a91  dwdiff-1.2.1.tgz




More information about the scm-commits mailing list