rpms/yaz/F-12 .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 yaz.spec, 1.19, 1.20

Guido Grazioli guidograzioli at fedoraproject.org
Fri Oct 16 12:28:33 UTC 2009


Author: guidograzioli

Update of /cvs/pkgs/rpms/yaz/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17552

Modified Files:
	.cvsignore sources yaz.spec 
Log Message:
* Thu Oct 01 2009 Guido Grazioli <guido.grazioli at gmail.com> - 3.0.49-1
- Upstream 3.0.49 (bugfixes and feature enhancements)
- Require pkgconfig for libyaz-devel (guidelines MUST)




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yaz/F-12/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	27 Jun 2009 13:52:02 -0000	1.14
+++ .cvsignore	16 Oct 2009 12:28:32 -0000	1.15
@@ -1 +1 @@
-yaz-3.0.46.tar.gz
+yaz-3.0.49.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yaz/F-12/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	27 Jun 2009 13:52:02 -0000	1.14
+++ sources	16 Oct 2009 12:28:32 -0000	1.15
@@ -1 +1 @@
-c1fa6be0ba3f3fd0392f3051b78927d8  yaz-3.0.46.tar.gz
+7402c6444386dc7db6be8bb9617e1e4d  yaz-3.0.49.tar.gz


Index: yaz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yaz/F-12/yaz.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- yaz.spec	27 Jul 2009 08:53:30 -0000	1.19
+++ yaz.spec	16 Oct 2009 12:28:33 -0000	1.20
@@ -1,6 +1,6 @@
 Name:           yaz
-Version:        3.0.46
-Release:        2%{?dist}
+Version:        3.0.49
+Release:        1%{?dist}
 Summary:        Z39.50/SRW/SRU programs
 
 Group:          Applications/Internet
@@ -22,7 +22,7 @@ Summary:        Z39.50 libraries
 Group:          System Environment/Libraries
 
 %description -n lib%{name}
-Z39.50 is a client server protocol for searching and retrieving 
+Z39.50 is a client-server protocol for searching and retrieving 
 information from remote computer databases (ANSI/NISO Z39.50 
 protocol).
 
@@ -32,13 +32,16 @@ Summary:        Development files for Z3
 Group:          Development/Libraries
 Requires:       libyaz = %{version}-%{release}
 Requires:       libxml2-devel, openssl-devel, readline-devel
+Requires:       pkgconfig
 
 %description -n lib%{name}-devel
-Development libraries and includes for the libyaz package.
+Development libraries and includes for the lib%{name} package.
 
 
 %prep
 %setup -q
+# Following file prevents make install to work (conflicts with ./NEWS)
+rm doc/NEWS
 
 
 %build
@@ -51,11 +54,11 @@ make LIBTOOL=%{_bindir}/libtool %{?_smp_
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make LIBTOOL=%{_bindir}/libtool DESTDIR=$RPM_BUILD_ROOT install
+rm -rf %{buildroot}
+make LIBTOOL=%{_bindir}/libtool DESTDIR=%{buildroot} install
 # Remove cruft
-find $RPM_BUILD_ROOT -name '*.la' -o -name '*.a' | xargs rm -f
-rm -rf $RPM_BUILD_ROOT%{_docdir}
+find %{buildroot} -name '*.la' -o -name '*.a' | xargs rm -f
+rm -rf %{buildroot}%{_docdir}
 
 
 %check
@@ -63,7 +66,7 @@ make check
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %post -n lib%{name} -p /sbin/ldconfig
@@ -109,6 +112,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 01 2009 Guido Grazioli <guido.grazioli at gmail.com> - 3.0.49-1
+- Upstream 3.0.49 (bugfixes and feature enhancements)
+- Require pkgconfig for libyaz-devel (guidelines MUST)
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.46-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list