rpms/tre/devel tre.spec,1.4,1.5

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Mon Jan 29 01:59:24 UTC 2007


Author: rathann

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

Modified Files:
	tre.spec 
Log Message:
- update to 0.7.5
- remove redundant BRs
- add %%check
- fix changelog



Index: tre.spec
===================================================================
RCS file: /cvs/extras/rpms/tre/devel/tre.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tre.spec	14 Sep 2006 20:13:31 -0000	1.4
+++ tre.spec	29 Jan 2007 01:58:53 -0000	1.5
@@ -1,15 +1,13 @@
 Name: tre
-Version: 0.7.4
-Release: 6%{?dist}
+Version: 0.7.5
+Release: 1%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Source0: http://laurikari.net/tre/%{name}-%{version}.tar.bz2
 Summary: POSIX compatible regexp library with approximate matching
 URL: http://laurikari.net/tre/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gettext
+BuildRequires: gettext-devel
 BuildRequires: libtool
 
 %description
@@ -56,9 +54,12 @@
 
 %install
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
+rm $RPM_BUILD_ROOT%{_libdir}/*.la
 %find_lang %{name}
 
+%check
+%{__make} check
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -84,7 +85,12 @@
 %{_mandir}/man1/agrep.1*
 
 %changelog
-* Thu Sep 14 2006 Dominik Mierzejewski <rpm at greysector.net> 0.7.4-5
+* Mon Jan 29 2007 Dominik Mierzejewski <rpm at greysector.net> 0.7.5-1
+- update to 0.7.5
+- remove redundant BRs
+- add %%check
+
+* Thu Sep 14 2006 Dominik Mierzejewski <rpm at greysector.net> 0.7.4-6
 - remove ExcludeArch, the bug is in crm114
 
 * Tue Aug 29 2006 Dominik Mierzejewski <rpm at greysector.net> 0.7.4-5
@@ -98,7 +104,7 @@
 
 * Wed Aug 02 2006 Dominik Mierzejewski <rpm at greysector.net> 0.7.4-2
 - fixed rpmlint warnings
-- ExclusiveArch: %{ix86} until amd64 crash is fixed and somebody
+- ExclusiveArch: %%{ix86} until amd64 crash is fixed and somebody
   tests ppc(32)
 
 * Wed Jul 26 2006 Dominik Mierzejewski <rpm at greysector.net> 0.7.4-1




More information about the scm-commits mailing list