]> git.pld-linux.org Git - packages/cvsgraph.git/commitdiff
- updated to 1.4.1 (should build on 64-bit archs now) auto/ac/cvsgraph-1_4_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Aug 2004 18:26:06 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR gd 2.0.28 for GIF support

Changed files:
    cvsgraph.spec -> 1.8

cvsgraph.spec

index 8425c564f76fcb7a2297342b51fb7aa21cf9b041..e916c780bdb96bf3bcf6e9f54c732f3b3db0da12 100644 (file)
@@ -1,18 +1,21 @@
 Summary:       Create graphs of branches and revisions for files in a CVS repository
 Summary(pl):   Tworzenie grafów rozga³êzieñ i rewizji dla plików w repozytorium CVS
 Name:          cvsgraph
-Version:       1.4.0
+Version:       1.4.1
 Release:       1
 License:       GPL
 Group:         Applications/Publishing
 Source0:       http://www.akhphd.au.dk/~bertho/cvsgraph/release/%{name}-%{version}.tar.gz
-# Source0-md5: 706f0af002424712feb5b8c8406dcce8
+# Source0-md5: ed3ce864699c66995504f10ef7bbef08
 URL:           http://www.akhphd.au.dk/~bertho/cvsgraph/
 BuildRequires: bison
 BuildRequires: flex
-BuildRequires: gd-devel
+BuildRequires: gd-devel >= 2.0.28
+Requires:      gd >= 2.0.28
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _sysconfdir     /etc/%{name}
+
 %description
 CvsGraph is a utility to make a graphical representation of all
 revisions and branches of a file in a CVS/RCS repository. It has been
@@ -29,16 +32,16 @@ samodzielnej wersji tego kodu, uzna
 %setup -q
 
 %build
-%configure2_13 \
-       --sysconfdir=%{_sysconfdir}/%{name}
+%configure
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d -m 755 $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,5},%{_sysconfdir}/%{name}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,5},%{_sysconfdir}}
 
-install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
-install %{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+install %{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}
 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install %{name}.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
 
@@ -50,5 +53,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog README cvsgraphwrapper.php3 mkimage.php3
 %attr(755,root,root) %{_bindir}/%{name}
 %{_mandir}/man?/*
-%dir %{_sysconfdir}/%{name}
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/%{name}/%{name}.conf
+%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/%{name}.conf
This page took 0.09901 seconds and 4 git commands to generate.