The unified diff between revisions [850c20aa..] and [a80e1661..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'monotone.spec'

#
#
# patch "monotone.spec"
#  from [65f1d01fe0fae953ee377a30e6a9f07056a8fbc2]
#    to [33404c56eb0d468a42d9a5565560879512ae815e]
#
============================================================
--- monotone.spec	65f1d01fe0fae953ee377a30e6a9f07056a8fbc2
+++ monotone.spec	33404c56eb0d468a42d9a5565560879512ae815e
@@ -1,6 +1,6 @@ Name: monotone
 Summary: monotone is a distributed version control tool
 Name: monotone
-Version: 0.22
+Version: 0.23
 Release: 1
 License: GPL
 Group: Development/Tools
@@ -24,11 +24,10 @@ CXXFLAGS="$RPM_OPT_FLAGS" \
 %build
 CFLAGS="$RPM_OPT_FLAGS" \
 CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=$RPM_BUILD_ROOT/usr \
+./configure --prefix=$RPM_BUILD_ROOT%{_prefix} \
+            --datadir=$RPM_BUILD_ROOT%{_datadir} \
             --infodir=$RPM_BUILD_ROOT%{_infodir} \
-            --mandir=$RPM_BUILD_ROOT%{_mandir} \
-            --with-bundled-sqlite \
-            --with-bundled-lua
+            --mandir=$RPM_BUILD_ROOT%{_mandir}
 make

 %install
@@ -60,9 +59,13 @@ fi
 %{_bindir}/monotone
 %{_mandir}/man1/monotone.1.gz
 %{_infodir}/*.info*.gz
+%{_datadir}/locale/*/LC_MESSAGES/monotone.mo


 %changelog
+* Thu Sep 29 2005 nathaniel smith <njs@pobox.com>
+- 0.23 release
+
 * Mon Aug  8 2005 nathaniel smith <njs@pobox.com>
 - 0.22 release

@@ -124,5 +127,3 @@ fi

 * Wed Sep 24 2003 graydon hoare <graydon@pobox.com>
 - Initial build.
-
-