rpms/gwenhywfar/devel .cvsignore, 1.2, 1.3 gwenhywfar.spec, 1.6, 1.7 sources, 1.2, 1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 22 07:35:25 UTC 2005


Author: notting

Update of /cvs/dist/rpms/gwenhywfar/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22259

Modified Files:
	.cvsignore gwenhywfar.spec sources 
Log Message:
update



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/gwenhywfar/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Feb 2005 20:06:36 -0000	1.2
+++ .cvsignore	22 Dec 2005 07:35:22 -0000	1.3
@@ -1 +1 @@
-gwenhywfar-1.7.2.tar.gz
+gwenhywfar-1.99.2.tar.gz


Index: gwenhywfar.spec
===================================================================
RCS file: /cvs/dist/rpms/gwenhywfar/devel/gwenhywfar.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gwenhywfar.spec	9 Dec 2005 22:40:52 -0000	1.6
+++ gwenhywfar.spec	22 Dec 2005 07:35:22 -0000	1.7
@@ -1,14 +1,14 @@
 Summary: A multi-platform helper library for other libraries
 Name: gwenhywfar
-Version: 1.7.2
-Release: 3.1
+Version: 1.99.2
+Release: 1
 Source: http://download.sourceforge.net/gwenhywfar/%{name}-%{version}.tar.gz
+Patch: gwenhywfar-aclocal.patch
 Group: System Environment/Libraries
 License: LGPL
 URL: http://sourceforge.net/projects/gwenhywfar
-Patch: gwenhywfar-1.7.2-libdir.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: openssl-devel ncurses-devel gettext
+BuildRequires: openssl-devel gettext
 Prereq: /sbin/ldconfig
 
 %description
@@ -21,6 +21,7 @@
 Summary: Gwenhywfar development kit
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
 %description devel
 This package contains gwenhywfar-config and header files for writing and
 compiling programs using Gwenhywfar.
@@ -28,6 +29,7 @@
 
 %prep
 %setup -q
+# Port aclocal file to use pkg-config
 %patch -p1
 
 %build
@@ -40,6 +42,8 @@
 
 find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
 
+rm -f $RPM_BUILD_ROOT/%{_bindir}/gwenhywfar-config
+
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 
@@ -50,23 +54,24 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS README COPYING ChangeLog
+/etc/*
 %{_libdir}/*.so.*
 %{_libdir}/%{name}
 %{_datadir}/locale/*/LC_MESSAGES/gwenhywfar.mo
 
 %files devel
 %defattr(-,root,root)
-%{_bindir}/gwenhywfar-config
-%{_bindir}/xmlmerge
-%{_bindir}/dlgtest
-%{_bindir}/mklistdoc
-%{_bindir}/typemaker
+%{_bindir}/*
 %{_includedir}/gwenhywfar
-%{_includedir}/gwenpp
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/*
 %{_datadir}/aclocal/gwenhywfar.m4
 
 %changelog
+* Thu Dec 22 2005 Bill Nottingham <notting at redhat.com> 1.99.2-1
+- update to 1.99.2
+- use the pkgconfig file, not gwenhywfar-config
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gwenhywfar/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Feb 2005 20:06:36 -0000	1.2
+++ sources	22 Dec 2005 07:35:22 -0000	1.3
@@ -1 +1 @@
-58cb6053041898684da2edfab51a23f1  gwenhywfar-1.7.2.tar.gz
+d50cb7d35c5778c3d442b581b98a8162  gwenhywfar-1.99.2.tar.gz




More information about the fedora-cvs-commits mailing list