[libmowgli] Update to 0.9.95 (32k diff, API additions and a few internal changes).

Michael Schwendt mschwendt at fedoraproject.org
Tue Sep 27 13:10:59 UTC 2011


commit bc259cac1cd5ce45f0d5af2ec9e0475e7b969160
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Tue Sep 27 15:10:42 2011 +0200

    Update to 0.9.95 (32k diff, API additions and a few internal changes).

 .gitignore     |    1 +
 libmowgli.spec |   23 +++++++++++------------
 sources        |    2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3b6c5a..1ba47e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 libmowgli-0.7.0.tgz
 libmowgli-0.7.1.tgz
 /libmowgli-0.9.50.tar.bz2
+/libmowgli-0.9.95.tar.bz2
diff --git a/libmowgli.spec b/libmowgli.spec
index 10b58a6..42c32e4 100644
--- a/libmowgli.spec
+++ b/libmowgli.spec
@@ -1,7 +1,7 @@
 %define examplesdir __tmp_examples
 
 Name: libmowgli
-Version: 0.9.50
+Version: 0.9.95
 Release: 1%{?dist}
 Summary: Library of many utility functions and classes
 Group: System Environment/Libraries
@@ -12,7 +12,6 @@ License: MIT
 URL: http://www.atheme.org/project/mowgli
 
 Source0: http://distfiles.atheme.org/libmowgli-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
 %description
@@ -26,9 +25,7 @@ performance block allocator.
 %package devel
 Summary: Files needed for developing with libmowgli
 Group: Development/Libraries
-
-Requires: libmowgli = %{version}-%{release}
-Requires: pkgconfig
+Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 This package contains the files that are needed when building
@@ -55,8 +52,7 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
 
 
 %check
@@ -67,27 +63,30 @@ done
 exit 0
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %doc %{examplesdir}/*
 %{_libdir}/*.so
 %{_includedir}/libmowgli/
 %{_libdir}/pkgconfig/libmowgli.pc
 
 %changelog
+* Tue Sep 27 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 0.9.95-1
+- Update to 0.9.95 (32k diff, API additions and a few internal changes).
+
+* Fri Sep 16 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 0.9.50-2
+- Use %%_isa in -devel package dependency.
+- Drop unneeded BuildRoot stuff.
+- Drop %%defattr lines.
+
 * Mon Jan 31 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 0.9.50-1
 - Upgrade to 0.9.50.
 - mowgli_dictionary is deprecated and pending removal in Mowgli 1.0 series.
diff --git a/sources b/sources
index c2c7fd3..5a5b317 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-104cafd29fe874377169cb7e81c7b50f  libmowgli-0.9.50.tar.bz2
+9833b5845e60fe965924be4a15a30374  libmowgli-0.9.95.tar.bz2


More information about the scm-commits mailing list