rpms/crcimg/F-9 crcimg.spec,NONE,1.1 sources,1.1,1.2

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Mon Aug 11 02:06:23 UTC 2008


Author: rnorwood

Update of /cvs/pkgs/rpms/crcimg/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5876

Modified Files:
	sources 
Added Files:
	crcimg.spec 
Log Message:
crcimg for F-9.


--- NEW FILE crcimg.spec ---
Name:           crcimg
Version:        1.1
Release:        3%{?dist}
Summary:        Construct .crc files

Group:          Development/Tools
License:        GPLv2
URL:            http://dev.laptop.org/git/users/mstone/crcimg
Source0:        http://dev.laptop.org/~mstone/releases/SOURCES/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Tool for constructing .crc files from image files.

%prep
%setup -q


%build
%__make -f Makefile.build %{?_smp_mflags} \
        CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS"        


%install
%__rm -rf $RPM_BUILD_ROOT
%__make -f Makefile.build install DESTDIR=$RPM_BUILD_ROOT


%clean
%__rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS
%{_bindir}/crcimg


%changelog
* Fri Aug 08 2008 Robin Norwood <rnorwood at redhat.com> - 1.1-3.fc9
- Make build honor rpm opt flags

* Tue Jul 29 2008 Robin Norwood <rnorwood at redhat.com> - 1.1-2.fc9
- Spec for F9 package review

* Sat Jan 26 2008 Michael Stone <michael at laptop.org>  1.1-1.fc9
- Slightly nicer scripting.

* Sat Jan 26 2008 Michael Stone <michael at laptop.org>  1.0-1.fc9
- Initial release of this spec.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/crcimg/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Aug 2008 01:17:49 -0000	1.1
+++ sources	11 Aug 2008 02:05:52 -0000	1.2
@@ -0,0 +1 @@
+8e8cec7e15dcd3e3b5e35503d74ec636  crcimg-1.1.tar.bz2




More information about the fedora-extras-commits mailing list