From 7da20c0fb2e5561d07163705b90d9c586363909d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 26 Feb 2003 15:01:36 +0000 Subject: [PATCH] - initial pld release Changed files: cvsgraph.spec -> 1.1 --- cvsgraph.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 cvsgraph.spec diff --git a/cvsgraph.spec b/cvsgraph.spec new file mode 100644 index 0000000..39d9ead --- /dev/null +++ b/cvsgraph.spec @@ -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 -- 2.43.0