From abdf48b79d148115f1b21d199dcc3fc025cef220 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 18 Jul 2000 13:29:04 +0000 Subject: [PATCH] - initial revision Changed files: cvsmapfs.spec -> 1.1 --- cvsmapfs.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 cvsmapfs.spec diff --git a/cvsmapfs.spec b/cvsmapfs.spec new file mode 100644 index 0000000..a2743ac --- /dev/null +++ b/cvsmapfs.spec @@ -0,0 +1,41 @@ +Summary: Extension for CVS to handle links, permission and special files +Summary(pl): Rozszerzenie do CVS dodaj±ce obs³ugê linków, uprawnieñ, itp. +Name: cvsmapfs +Version: 1.3 +Release: 6 +License: GPL +Group: Development/Tools +Group(pl): Programowanie/Narzêdzia +Group(fr): Development/Outils +Source0: cvsmapfs-%{version}.tar.gz +Patch0: cvsmapfs-config.patch +Requires: cvs +Requires: perl +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +CVS cannot handle normally symbolic links or special device. This +program extends CVS to handle this problem. + +%prep +%setup -q -c +%patch + +%build + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +install cvsmapfs $RPM_BUILD_ROOT%{_bindir} + +gzip -9nf README + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README.gz +%attr(755,root,root) %{_bindir}/cvsmapfs -- 2.43.0