rpms/unpaper/F-7 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 unpaper.spec, 1.1, 1.2

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Tue Jan 22 01:17:15 UTC 2008


Author: bjohnson

Update of /cvs/pkgs/rpms/unpaper/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18113/F-7

Modified Files:
	.cvsignore sources unpaper.spec 
Log Message:
- 0.3
- license clarification




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/unpaper/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	20 Mar 2007 00:48:24 -0000	1.2
+++ .cvsignore	22 Jan 2008 01:16:36 -0000	1.3
@@ -1 +1 @@
-unpaper-0_2-clean.tgz
+unpaper-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/unpaper/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	20 Mar 2007 00:48:24 -0000	1.2
+++ sources	22 Jan 2008 01:16:36 -0000	1.3
@@ -1 +1 @@
-a37d82680b472f63de5f4c43b98af60a  unpaper-0_2-clean.tgz
+be41eaf8556e7df39ab53939c99c4f7b  unpaper-0.3.tar.gz


Index: unpaper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unpaper/F-7/unpaper.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unpaper.spec	20 Mar 2007 00:48:24 -0000	1.1
+++ unpaper.spec	22 Jan 2008 01:16:36 -0000	1.2
@@ -1,20 +1,13 @@
 Name:           unpaper
-Version:        0_2
-Release:        2%{?dist}
+Version:        0.3
+Release:        1%{?dist}
 Summary:        Post-processing of scanned and photocopied book pages
 
 Group:          Applications/Publishing
-License:        GPL
+# Licensed under any GPL version since none is specified
+License:        GPL+
 URL:            http://unpaper.berlios.de
-# Original source originates from:
-# http://download.berlios.de/unpaper/unpaper-0_2.tgz
-# but because it contains a binary, the included source was created by
-# running:
-#
-# zcat unpaper-0_2.tgz | tar -f - --delete unpaper \
-#   | gzip > unpaper-0_2-fedora.tgz
-# 
-Source0:        unpaper-0_2-clean.tgz
+Source0:        http://download.berlios.de/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
@@ -33,14 +26,14 @@
 
 
 %prep
-%setup -q -c %{name}-%{version}
+%setup -q
 
 
 %build
 (cd src && gcc $RPM_OPT_FLAGS -o unpaper unpaper.c -lm)
 
-# fix eol encoding in license.txt
-sed -i 's/\r//' license.txt
+# fix eol encoding in LICENSE
+sed -i 's/\r//' LICENSE
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -54,9 +47,13 @@
 %files
 %defattr(-,root,root,-)
 %{_bindir}/*
-%doc doc license.txt readme.txt unpaper.html
+%doc doc CHANGELOG LICENSE README
 
 %changelog
+* Mon Jan 21 2008 Bernard Johnson <bjohnson at symetrix.com> - 0.3-1
+- 0.3
+- license clarification
+
 * Mon Mar 19 2007 Bernard Johnson <bjohnson at symetrix.com> - 0_2-2
 - repackage tgz file without included ELF binary
 




More information about the fedora-extras-commits mailing list