rpms/nbtk/devel nbtk.spec,1.17,1.18 import.log,1.1,NONE

Peter Robinson pbrobinson at fedoraproject.org
Fri Aug 7 12:04:34 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/nbtk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4335

Modified Files:
	nbtk.spec 
Removed Files:
	import.log 
Log Message:
- Spec file cleanups


Index: nbtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nbtk/devel/nbtk.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- nbtk.spec	1 Aug 2009 14:21:57 -0000	1.17
+++ nbtk.spec	7 Aug 2009 12:04:33 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           nbtk
 Version:        0.16.3
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A toolkit for moblin NetBooks
 
 Group:          System Environment/Libraries
@@ -13,16 +13,12 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildRequires: clutter-devel >= 1.0.0
 BuildRequires: clutter-imcontext-devel
-BuildRequires: glib2-devel
 BuildRequires: gtk2-devel
 BuildRequires: libccss-devel
-BuildRequires: pkgconfig
 BuildRequires: gtk-doc
 
 # Require these because the git tarball doesn't have the configure built
 BuildRequires: libtool
-BuildRequires: automake
-BuildRequires: autoconf
 
 Obsoletes: mux < 0.4
 Provides: mux = 0.4
@@ -48,8 +44,8 @@ Files for development with %{name}.
 %patch0 -p1 -b .clutter1
 %patch1 -p1 -b .clutter1-pkcfg
 
-# run autogen.sh until we have a proper release, but don't run configure twice.
-sed -i '/configure/d' autogen.sh
+# Don't run configure from autogen.sh
+sed -i 's|echo|exit 0|g' autogen.sh
 ./autogen.sh
 
 %build
@@ -83,9 +79,12 @@ rm -rf %{buildroot}
 %{_includedir}/nbtk-1.0
 %{_libdir}/pkgconfig/nbtk*.pc
 %{_libdir}/libnbtk*.so
-%{_datadir}/gtk-doc/html/nbtk
+%{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Fri Aug  7 2009 Peter Robinson <pbrobinson at gmail.com> 0.16.3-9
+- A few minor spec file cleanups
+
 * Sat Aug  1 2009 Peter Robinson <pbrobinson at gmail.com> 0.16.3-8
 - Rebuild
 


--- import.log DELETED ---




More information about the fedora-extras-commits mailing list