rpms/dtc/devel .cvsignore,1.4,1.5 dtc.spec,1.4,1.5 sources,1.4,1.5

Joshua W. Boyer (jwboyer) fedora-extras-commits at redhat.com
Fri Aug 10 03:16:52 UTC 2007


Author: jwboyer

Update of /cvs/pkgs/rpms/dtc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21552

Modified Files:
	.cvsignore dtc.spec sources 
Log Message:
Update to official release.  Yay!  No more stupid snapshot garbage



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dtc/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Jul 2007 01:42:48 -0000	1.4
+++ .cvsignore	10 Aug 2007 03:16:20 -0000	1.5
@@ -1 +1 @@
-dtc-20070709.tar.gz
+dtc-1.0.0.tgz


Index: dtc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dtc/devel/dtc.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dtc.spec	3 Aug 2007 18:24:57 -0000	1.4
+++ dtc.spec	10 Aug 2007 03:16:20 -0000	1.5
@@ -1,17 +1,11 @@
 Name:           dtc
-Version:        0
-Release:        0.5.20070709%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        Device Tree Compiler
-
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://dtc.ozlabs.org/
-# The source for this package was pulled from upstream's vcs.  Use the
-# following commands to generate the tarball:
-#  git clone git://www.jdl.com/software/dtc.git; cd dtc; 
-#  git checkout fdd2e6f9; rm -rf .git; cd ..; mv dtc dtc-20070709;
-#  tar -czvf dtc-20070709.tar.gz dtc-20070709;
-Source:         dtc-20070709.tar.gz
+Source:         http://www.jdl.com/software/dtc-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  flex, bison
@@ -21,14 +15,18 @@
 for use with PowerPC machines that lack an Open Firmware implementation
 
 %prep
-%setup -q -n dtc-20070709
+%setup -q -n dtc
 
 %build
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr
+
+#remove the devel stuff.
+rm -rf $RPM_BUILD_ROOT/usr/include/*
+rm -rf $RPM_BUILD_ROOT/usr/lib/*.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -39,6 +37,9 @@
 %{_bindir}/*
 
 %changelog
+* Thu Aug 09 2007 Josh Boyer <jwboyer at jdub.homelinux.org>
+- Update to official 1.0.0 release
+
 * Fri Aug 03 2007 Josh Boyer <jwboyer at jdub.homelinux.org>
 - Update license field
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dtc/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	10 Jul 2007 01:42:48 -0000	1.4
+++ sources	10 Aug 2007 03:16:20 -0000	1.5
@@ -1 +1 @@
-74d968671d676b01c983ff656134a353  dtc-20070709.tar.gz
+cca7b9219bc6e39926480f651c30d67a  dtc-1.0.0.tgz




More information about the fedora-extras-commits mailing list