]> git.pld-linux.org Git - packages/cvsgraph.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 26 Feb 2003 15:01:36 +0000 (15:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsgraph.spec -> 1.1

cvsgraph.spec [new file with mode: 0644]

diff --git a/cvsgraph.spec b/cvsgraph.spec
new file mode 100644 (file)
index 0000000..39d9ead
--- /dev/null
@@ -0,0 +1,50 @@
+Summary:       Create graphs of branches and revisions for files in a CVS repository
+Name:          cvsgraph
+Version:       1.3.0
+Release:       1
+License:       GPL
+Group:         Applications/Publishing
+Source0:       http://www.akhphd.au.dk/~bertho/cvsgraph/release/%{name}-%{version}.tar.gz
+URL:           http://www.akhphd.au.dk/~bertho/cvsgraph/
+BuildRequires: flex
+BuildRequires: bison
+BuildRequires: gd-devel
+BuildRequires: freetype-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: zlib-devel
+BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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
+inspired by the 'graph' option in WinCVS, but I could not find a
+stand-alone version of this graph code. So, it was time to write one.
+
+%prep
+%setup -q
+
+%build
+%configure2_13 \
+       --sysconfdir=%{_sysconfdir}/%{name}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d -m 755 $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,5},%{_sysconfdir}/%{name}}
+
+install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
+install %{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
+install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install %{name}.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%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
This page took 0.053005 seconds and 4 git commands to generate.