rpms/yaz/devel .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 yaz.spec, 1.15, 1.16

Konstantin Ryabitsev icon at fedoraproject.org
Mon Dec 29 21:30:08 UTC 2008


Author: icon

Update of /cvs/extras/rpms/yaz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6609

Modified Files:
	.cvsignore sources yaz.spec 
Log Message:
- Upstream 3.0.41
- Always use system libtool
- Remove TODO from docs
- Package bib1-attr.7 with libyaz



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yaz/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	1 Jul 2008 03:58:13 -0000	1.12
+++ .cvsignore	29 Dec 2008 21:29:37 -0000	1.13
@@ -1 +1 @@
-yaz-3.0.34.tar.gz
+yaz-3.0.41.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yaz/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	1 Jul 2008 03:58:13 -0000	1.12
+++ sources	29 Dec 2008 21:29:37 -0000	1.13
@@ -1 +1 @@
-c99b94cfd0d2d46e3ecc443616d9acc9  yaz-3.0.34.tar.gz
+580bfd8ab937f00adfc6f8ecbf27922a  yaz-3.0.41.tar.gz


Index: yaz.spec
===================================================================
RCS file: /cvs/extras/rpms/yaz/devel/yaz.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- yaz.spec	1 Jul 2008 03:58:13 -0000	1.15
+++ yaz.spec	29 Dec 2008 21:29:37 -0000	1.16
@@ -1,5 +1,5 @@
 Name:           yaz
-Version:        3.0.34
+Version:        3.0.41
 Release:        1%{?dist}
 Summary:        Z39.50/SRW/SRU programs
 
@@ -52,7 +52,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make LIBTOOL=%{_bindir}/libtool DESTDIR=$RPM_BUILD_ROOT install
 # Remove cruft
 find $RPM_BUILD_ROOT -name '*.la' -o -name '*.a' | xargs rm -f
 rm -rf $RPM_BUILD_ROOT%{_docdir}
@@ -72,7 +72,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc doc/* README NEWS TODO LICENSE
+%doc doc/* README NEWS LICENSE
 %{_bindir}/yaz-client
 %{_bindir}/yaz-ztest
 %{_bindir}/zoom*
@@ -93,6 +93,7 @@
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 %{_mandir}/man7/yaz.*
+%{_mandir}/man7/bib1-attr.*
 
 %files -n lib%{name}-devel
 %defattr(-,root,root,-)
@@ -108,6 +109,12 @@
 
 
 %changelog
+* Mon Dec 29 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 3.0.41-1
+- Upstream 3.0.41
+- Always use system libtool
+- Remove TODO from docs
+- Package bib1-attr.7 with libyaz
+
 * Mon Jun 30 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 3.0.34-1
 - Upstream 3.0.34
 




More information about the fedora-extras-commits mailing list