]> git.pld-linux.org Git - packages/monotone.git/commitdiff
- updated to 0.27
authorJarosław Kruk <jareq@pld-linux.org>
Sun, 18 Jun 2006 16:24:53 +0000 (16:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added manual (monotone.html) to doc
- rel. 1

Changed files:
    monotone.spec -> 1.20

monotone.spec

index 5e4f3d0a4d20237d247779007997135fa9c20f3f..b674198c7396365f7c743be702efe2d890db42e8 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.26
+Version:       0.27
 Release:       1
 License:       GPL v2
 Group:         Development/Version Control
 Source0:       http://www.venge.net/monotone/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 21b902d1b48ffb868536d04c4ad38155
+# Source0-md5: cf3d8f26b7570d0d65834c3949913e2d
 URL:           http://www.venge.net/monotone/
 BuildRequires: boost-date_time-devel
 BuildRequires: boost-devel >= 1.32.0-3
@@ -61,6 +61,8 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
+mv $RPM_BUILD_ROOT/%{_docdir}/%{name}/monotone.html \
+       $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -73,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS ChangeLog UPGRADE
+%doc AUTHORS NEWS ChangeLog UPGRADE monotone.html
 %attr(755,root,root) %{_bindir}/*
 %{_infodir}/monotone*
 %{_mandir}/man?/*
This page took 0.049071 seconds and 4 git commands to generate.