rpms/nbtk/devel .cvsignore, 1.4, 1.5 nbtk.spec, 1.20, 1.21 sources, 1.4, 1.5 nbtk-clutter1-pkcfg.patch, 1.1, NONE nbtk-clutter1.patch, 1.1, NONE

Peter Robinson pbrobinson at fedoraproject.org
Mon Sep 7 20:41:01 UTC 2009


Author: pbrobinson

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

Modified Files:
	.cvsignore nbtk.spec sources 
Removed Files:
	nbtk-clutter1-pkcfg.patch nbtk-clutter1.patch 
Log Message:
- A 1.0.0 pre release snapshot


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nbtk/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	26 Jul 2009 22:52:37 -0000	1.4
+++ .cvsignore	7 Sep 2009 20:41:00 -0000	1.5
@@ -1 +1 @@
-nbtk-0.16.3.tar.bz2
+nbtk-1.0.0.tar.bz2


Index: nbtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nbtk/devel/nbtk.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- nbtk.spec	13 Aug 2009 13:34:02 -0000	1.20
+++ nbtk.spec	7 Sep 2009 20:41:01 -0000	1.21
@@ -1,20 +1,20 @@
 Name:           nbtk
-Version:        0.16.3
-Release:        11%{?dist}
+Version:        1.0.0
+Release:        0.1%{?dist}
 Summary:        A toolkit for moblin NetBooks
 
 Group:          System Environment/Libraries
 License:        LGPLv2
 URL:            http://moblin.org/projects/netbook-toolkit-nbtk
-Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
-Patch0:		nbtk-clutter1.patch
-Patch1:		nbtk-clutter1-pkcfg.patch
+# Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
+# git archive --format=tar --prefix=nbtk-1.0.0/ ff163ba | bzip2 > nbtk-1.0.0.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: clutter-devel >= 1.0.0
 BuildRequires: clutter-imcontext-devel
 BuildRequires: gtk2-devel
-BuildRequires: ccss-devel
+BuildRequires: libccss-devel
 BuildRequires: gtk-doc
 
 # Require these because the git tarball doesn't have the configure built
@@ -40,8 +40,6 @@ Files for development with %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .clutter1
-%patch1 -p1 -b .clutter1-pkcfg
 
 # Don't run configure from autogen.sh
 sed -i '/configure/d' autogen.sh
@@ -50,15 +48,17 @@ sed -i '/configure/d' autogen.sh
 %build
 autoreconf
 %configure --enable-gtk-doc --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
 
 #Remove libtool archives.
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
+%find_lang %{name}-1.0
+
 %clean
 rm -rf %{buildroot}
 
@@ -66,7 +66,7 @@ rm -rf %{buildroot}
 
 %postun -p /sbin/ldconfig
 
-%files
+%files -f %{name}-1.0.lang
 %defattr(-,root,root,-)
 %doc COPYING.LIB
 %{_bindir}/nbtk-create-image-cache
@@ -81,6 +81,9 @@ rm -rf %{buildroot}
 %doc %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Mon Sep  7 2009 Peter Robinson <pbrobinson at gmail.com> 1.0.0-0.1
+- A 1.0.0 pre release snapshot
+
 * Thu Aug  7 2009 Peter Robinson <pbrobinson at gmail.com> 0.16.3-11
 - Rebuild against new ccss, update BuildReq to new ccss name
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nbtk/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	26 Jul 2009 22:52:37 -0000	1.4
+++ sources	7 Sep 2009 20:41:01 -0000	1.5
@@ -1 +1 @@
-8d9c48381f99f80b488fab5dcdc30b9a  nbtk-0.16.3.tar.bz2
+2eb59819848e1b3a6deb0818f8e322af  nbtk-1.0.0.tar.bz2


--- nbtk-clutter1-pkcfg.patch DELETED ---


--- nbtk-clutter1.patch DELETED ---




More information about the fedora-extras-commits mailing list