[osslsigncode] Update to 1.4.

Matthias Saou thias at fedoraproject.org
Sat Aug 13 14:05:08 UTC 2011


commit af9028b975fd1060068939255741280292e6294e
Author: Matthias Saou <matthias at saou.eu>
Date:   Sat Aug 13 16:04:28 2011 +0200

    Update to 1.4.

 .gitignore        |    3 ++-
 osslsigncode.spec |   27 +++++++++++++++------------
 sources           |    2 +-
 3 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5499117..aebe779 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-osslsigncode-1.3.1.tar.gz
+/osslsigncode-1.3.1.tar.gz
+/osslsigncode-1.4.tar.gz
diff --git a/osslsigncode.spec b/osslsigncode.spec
index 678d7bd..46e10fe 100644
--- a/osslsigncode.spec
+++ b/osslsigncode.spec
@@ -1,7 +1,7 @@
 Summary: Tool for Authenticode signing of EXE/CAB files
 Name: osslsigncode
-Version: 1.3.1
-Release: 2%{?dist}
+Version: 1.4
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://sourceforge.net/projects/osslsigncode/
@@ -20,30 +20,33 @@ Tool for Authenticode signing of EXE/CAB files.
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install
-%{__rm} -rf %{buildroot}
-# make install DESTDIR doesn't work (home made Makefile.in)
-%makeinstall
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES LICENSE README TODO
+%doc ChangeLog COPYING README TODO
 %{_bindir}/osslsigncode
 
 
 %changelog
+* Sat Aug 13 2011 Matthias Saou <matthias at saou.eu> 1.4-1
+- Update to 1.4.
+- Switch to make install DESTDIR since it works at last.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Tue Dec  8 2009 Matthias Saou <http://freshrpms.net/> 1.3.1-1
+* Tue Dec  8 2009 Matthias Saou <matthias at saou.eu> 1.3.1-1
 - Update to 1.3.1.
 
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1.3-3
@@ -52,7 +55,7 @@ Tool for Authenticode signing of EXE/CAB files.
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Wed Feb 25 2009 Matthias Saou <http://freshrpms.net/> 1.3-1
+* Wed Feb 25 2009 Matthias Saou <matthias at saou.eu> 1.3-1
 - Update to 1.3.
 - Remove now included hashfix patch.
 
@@ -65,9 +68,9 @@ Tool for Authenticode signing of EXE/CAB files.
 * Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.2-3
  - Rebuild for deps
 
-* Mon Aug 27 2007 Matthias Saou <http://freshrpms.net/> 1.2-2
+* Mon Aug 27 2007 Matthias Saou <matthias at saou.eu> 1.2-2
 - Update License field.
 
-* Tue Jan 30 2007 Matthias Saou <http://freshrpms.net/> 1.2-1
+* Tue Jan 30 2007 Matthias Saou <matthias at saou.eu> 1.2-1
 - Initial RPM release.
 
diff --git a/sources b/sources
index ed91602..abc4ab5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f2b818012a3e73ec6dac22ec09c8cf3  osslsigncode-1.3.1.tar.gz
+018b12b3efc4a5250dd3977c2bada3cd  osslsigncode-1.4.tar.gz


More information about the scm-commits mailing list