[mingw-libp11: 4/21] Update to 0.2.6

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:48:14 UTC 2012


commit 7827c5f59b7fb251ba123de3612eb2f7894cf537
Author: Kalev Lember <kalev at fedoraproject.org>
Date:   Sat Aug 22 20:58:52 2009 +0000

    Update to 0.2.6

 .cvsignore          |    2 +-
 mingw32-libp11.spec |   18 +++++++++++-------
 sources             |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 45d9227..1db9626 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-libp11-0.2.4.tar.gz
+libp11-0.2.6.tar.gz
diff --git a/mingw32-libp11.spec b/mingw32-libp11.spec
index 8dbdf98..7db5cde 100644
--- a/mingw32-libp11.spec
+++ b/mingw32-libp11.spec
@@ -5,8 +5,8 @@
 %global __find_provides %{_mingw32_findprovides}
 
 Name:           mingw32-libp11
-Version:        0.2.4
-Release:        2%{?dist}
+Version:        0.2.6
+Release:        1%{?dist}
 Summary:        MingGW Windows libp11 library
 
 Group:          Development/Libraries
@@ -45,10 +45,10 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 # Remove documentation from a wrong place.
-# We install it with %doc instead.
+# We install it with %%doc instead.
 rm -rf $RPM_BUILD_ROOT%{_mingw32_docdir}/libp11
 
 
@@ -58,9 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc doc/README NEWS COPYING 
-%{_mingw32_bindir}/libp11-0.dll
-%{_mingw32_libdir}/libp11-0.dll.def
+%doc COPYING NEWS
+%{_mingw32_bindir}/libp11-1.dll
+%{_mingw32_libdir}/libp11-1.dll.def
 %{_mingw32_libdir}/libp11.dll.a
 %{_mingw32_libdir}/libp11.la
 %{_mingw32_libdir}/pkgconfig/*
@@ -68,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 22 2009 Kalev Lember <kalev at smartlink.ee> - 0.2.6-1
+- Update to 0.2.6
+- Use INSTALL="install -p" to preserve timestamps
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 1baf0eb..9d6e0ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e2c5cbececde245e2d2f535bd49ce35  libp11-0.2.4.tar.gz
+4ef3471cfabf787e50c7ae9456f7b09b  libp11-0.2.6.tar.gz


More information about the scm-commits mailing list