]> git.pld-linux.org Git - packages/monotone.git/commitdiff
- builds auto/ac/monotone-0_13-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 Jun 2004 18:53:37 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    monotone.spec -> 1.2

monotone.spec

index ed4f97fac5503f30a27ffb356f88bcd56344f677..63daed318443987cfdb0985d92a7e7548f85c424 100644 (file)
@@ -7,10 +7,16 @@ Group:                Development/Version Control
 Source0:       http://www.venge.net/monotone/%{name}-%{version}.tar.gz
 # Source0-md5: 19a9cc07058aba5ab41e0d3264d2a601
 URL:           http://www.venge.net/monotone/
-BuildRequires: boost-devel
+BuildRequires: boost-devel >= 1.31.0-2
 BuildRequires: boost-test-devel
+BuildRequires: boost-filesystem-devel
+BuildRequires: boost-date_time-devel
+BuildRequires: boost-regex-devel
+BuildRequires: boost-ref-devel
+BuildRequires: libidn-devel
 BuildRequires: lua-devel
 BuildRequires: sqlite-devel
+BuildRequires: popt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,7 +46,15 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
 %files
 %defattr(644,root,root,755)
-%doc html ps texi
+%doc AUTHORS NEWS ChangeLog
 %attr(755,root,root) %{_bindir}/*
+%{_infodir}/monotone*
+%{_mandir}/man?/*
This page took 0.03392 seconds and 4 git commands to generate.