]> git.pld-linux.org Git - packages/cvsmapfs.git/commitdiff
- initial revision
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 18 Jul 2000 13:29:04 +0000 (13:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsmapfs.spec -> 1.1

cvsmapfs.spec [new file with mode: 0644]

diff --git a/cvsmapfs.spec b/cvsmapfs.spec
new file mode 100644 (file)
index 0000000..a2743ac
--- /dev/null
@@ -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
This page took 0.175147 seconds and 4 git commands to generate.