rpms/foremost/FC-4 .cvsignore, 1.2, 1.3 foremost.spec, 1.1, 1.2 sources, 1.2, 1.3 foremost-config.patch, 1.1, NONE

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sun Jan 29 03:57:44 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/foremost/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv537

Modified Files:
	.cvsignore foremost.spec sources 
Removed Files:
	foremost-config.patch 
Log Message:
* Sat Jan 28 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 1.1-1
- Upgrade to 1.1.
- Rework the config patch as a sed replacement.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/foremost/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	30 Sep 2005 19:43:50 -0000	1.2
+++ .cvsignore	29 Jan 2006 03:57:43 -0000	1.3
@@ -1 +1 @@
-foremost-1.0.tar.gz
+foremost-1.1.tar.gz


Index: foremost.spec
===================================================================
RCS file: /cvs/extras/rpms/foremost/FC-4/foremost.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- foremost.spec	30 Sep 2005 19:43:50 -0000	1.1
+++ foremost.spec	29 Jan 2006 03:57:43 -0000	1.2
@@ -1,19 +1,16 @@
 Name:           foremost
-Version:        1.0
-Release:        4%{?dist}
+Version:        1.1
+Release:        1%{?dist}
 Summary:        Recover files by "carving" them from a raw disk
 
 Group:          Applications/File
 License:        GPL
 URL:            http://foremost.sf.net
-# Upstream isn't versioning their tarballs!  They list the md5sum of their
-# present tarball on the web page so this should make it easier to decide if
-# they've updated without me noticing.
-# MD5Sum:
-# 6e77f71e4003e06de394d500a1d972c7  foremost-1.0.tar.gz
-Source0:        http://foremost.sourceforge.net/pkg/foremost-1.0.tar.gz
+# Upstream wasn't versioning their tarballs.  Record of the latest md5sum in
+# case that happens again.
+# b606cc602f38f0e370531f5c7911addb  foremost-1.1.tar.gz
+Source0:        http://foremost.sourceforge.net/pkg/%{name}-%{version}.tar.gz
 Source1:       COPYING
-Patch0:		foremost-config.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -27,13 +24,11 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .config
+sed -i 's!/usr/local/etc/foremost.conf!%{_sysconfdir}/foremost.conf!' config.c
 sed -i 's/^RAW_FLAGS =.*/RAW_FLAGS = %{optflags}/' Makefile
 cp %{SOURCE1} .
 
 %build
-# Binary files were left in the distributed tarball.
-make clean
 make %{?_smp_mflags} CONF=%{_sysconfdir}
 
 %install
@@ -45,6 +40,7 @@
     CONF=$RPM_BUILD_ROOT%{_sysconfdir}
 
 chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/foremost.conf
+chmod 0644 CHANGES README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,9 +50,13 @@
 %doc README CHANGES COPYING
 %{_bindir}/*
 %{_mandir}/man1/*
-%config(noreplace) %{_sysconfdir}/*
+%config(noreplace) %{_sysconfdir}/foremost.conf
 
 %changelog
+* Sat Jan 28 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 1.1-1
+- Upgrade to 1.1.
+- Rework the config patch as a sed replacement.
+
 * Thu Sep 29 2005 Toshio Kuratomi <toshio at tiki-lounge.com> 1.0-4
 - Fix permissions on installed foremost.conf file.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/foremost/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	30 Sep 2005 19:43:50 -0000	1.2
+++ sources	29 Jan 2006 03:57:43 -0000	1.3
@@ -1 +1 @@
-6e77f71e4003e06de394d500a1d972c7  foremost-1.0.tar.gz
+b606cc602f38f0e370531f5c7911addb  foremost-1.1.tar.gz


--- foremost-config.patch DELETED ---




More information about the fedora-extras-commits mailing list