]> git.pld-linux.org Git - packages/monotone.git/commitdiff
- updated to 0.23
authorJarosław Kruk <jareq@pld-linux.org>
Mon, 17 Oct 2005 12:51:05 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 1
- STBR

Changed files:
    monotone.spec -> 1.15

monotone.spec

index 538977eb8a421c9f7891464241e09b7108c50d6f..9fef235ab30741bbc235b43b36d72826baf340bc 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       A free distributed version control system
 Summary(pl):   Wolnodostêpny rozproszony system kontroli wersji
 Name:          monotone
-Version:       0.22
+Version:       0.23
 Release:       1
 License:       GPL v2
 Group:         Development/Version Control
 Source0:       http://www.venge.net/monotone/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: ee0f25577b8a640df3015113e67bb718
+# Source0-md5: 6d9e909480c2be0b23e2820c3a42e6f1
 URL:           http://www.venge.net/monotone/
 BuildRequires: boost-date_time-devel
 BuildRequires: boost-devel >= 1.32.0-3
@@ -60,6 +60,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -69,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS ChangeLog
 %attr(755,root,root) %{_bindir}/*
This page took 0.058191 seconds and 4 git commands to generate.