rpms/gwenhywfar/devel gwenhywfar.spec,1.36,1.37

Bill Nottingham notting at fedoraproject.org
Thu Jan 21 20:29:20 UTC 2010


Author: notting

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

Modified Files:
	gwenhywfar.spec 
Log Message:
Shuffle some files between main and devel package.



Index: gwenhywfar.spec
===================================================================
RCS file: /cvs/extras/rpms/gwenhywfar/devel/gwenhywfar.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- gwenhywfar.spec	21 Jan 2010 19:04:34 -0000	1.36
+++ gwenhywfar.spec	21 Jan 2010 20:29:19 -0000	1.37
@@ -1,7 +1,7 @@
 Summary: A multi-platform helper library for other libraries
 Name: gwenhywfar
 Version: 3.11.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 # Download is PHP form at http://www.aquamaniac.de/sites/download/packages.php
 Source: %{name}-%{version}.tar.gz
 Group: System Environment/Libraries
@@ -58,21 +58,26 @@ find $RPM_BUILD_ROOT -name *.la -exec rm
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS README COPYING ChangeLog
+%{_bindir}/gct-tool
 %{_libdir}/*.so.*
 %{_libdir}/%{name}
 %{_datadir}/%{name}
+%exclude %{_datadir}/%{name}/typemaker*
 
 %files devel
 %defattr(-,root,root)
+%exclude %{_bindir}/gct-tool
 %{_bindir}/*
 %{_includedir}/gwenhywfar3
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 %{_datadir}/aclocal/gwenhywfar.m4
+%{_datadir}/%{name}/typemaker*
 
 %changelog
-* Thu Jan 21 2010 Bill Nottingham <notting at redhat.com> - 3.11.3-1
+* Thu Jan 21 2010 Bill Nottingham <notting at redhat.com> - 3.11.3-2
 - update to latest upstream
+- shuffle some files between main and devel package
 
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 3.7.2-4
 - rebuilt with new openssl



More information about the scm-commits mailing list