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

Brendt Wohlberg (brendt) fedora-extras-commits at redhat.com
Thu Oct 11 01:27:21 UTC 2007


Author: brendt

Update of /cvs/pkgs/rpms/xgrep/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14640/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	xgrep.spec 
Log Message:
Initial xgrep spec file commit.



--- NEW FILE xgrep.spec ---
Name:		xgrep
Version:	0.06
Release:	3%{?dist}
Summary:	A grep-like utility for XML files

Group:		Applications/Publishing
License:	GPLv2+
URL:		http://www.wohlberg.net/public/software/xml/xgrep/
Source0:	http://www.wohlberg.net/public/software/xml/xgrep/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libxml2-devel, pcre-devel, imake

%description
XGrep provides facilities for searching content in XML files.  The
search is specified either as an XPath via the -x flag, or a custom
syntax including extended regular expressions via the -s flag.


%prep
%setup -q


%build
%configure
make depend
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README GPL ChangeLog NEWS
%{_bindir}/*
%{_mandir}/*/*


%changelog
* Sun Oct  7 2007 Brendt Wohlberg <brendt at wohlberg.net> - 0.06-3
- Fixed wrong source tarball in SRPM.

* Sat Sep 29 2007 Brendt Wohlberg <osspkg at gmail.com> - 0.06-2
- Corrected source URL and improved dependency list.

* Fri Sep 14 2007 Brendt Wohlberg <osspkg at gmail.com> - 0.06-1
- Fixed some spec file problems, various minor improvements.

* Sun Jun 25 2006 Brendt Wohlberg <osspkg at gmail.com> - 0.04-1
- Added build dependency on imake

* Sat Sep  3 2005 Brendt Wohlberg <osspkg at gmail.com> - 0.03-1
- Added build dependency on pcre-devel

* Sun Jan 25 2004 Brendt Wohlberg <osspkg at gmail.com> - 0.02-1
- Version 0.02

* Tue Dec  9 2003 Brendt Wohlberg <osspkg at gmail.com> - 0.01-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xgrep/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Oct 2007 22:22:33 -0000	1.1
+++ .cvsignore	11 Oct 2007 01:26:49 -0000	1.2
@@ -0,0 +1 @@
+xgrep-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xgrep/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Oct 2007 22:22:33 -0000	1.1
+++ sources	11 Oct 2007 01:26:49 -0000	1.2
@@ -0,0 +1 @@
+eca0ebe4f25caff7b72d61ded622a23d  xgrep-0.06.tar.gz




More information about the fedora-extras-commits mailing list