]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- initial PLD release
authorwitekfl <witekfl@pld-linux.org>
Mon, 3 Oct 2005 16:07:10 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core.spec -> 1.1

git-core.spec [new file with mode: 0644]

diff --git a/git-core.spec b/git-core.spec
new file mode 100644 (file)
index 0000000..4aeb555
--- /dev/null
@@ -0,0 +1,54 @@
+# TODO: documentation
+Summary:       The stupid content tracker
+Name:          git-core
+Version:       0.99.8
+Release:       0.1
+Epoch:         0
+License:       GPL v2
+Group:         Development/Tools
+Source0:       http://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2
+# Source0-md5: 0fb209de06352923b66ef1ca50e1b3b7
+BuildRequires: curl-devel
+BuildRequires: openssl-devel
+BuildRequires: perl-base
+BuildRequires: python
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+"git" can mean anything, depending on your mood.
+
+ - random three-letter combination that is pronounceable, and not
+   actually used by any common UNIX command.  The fact that it is a
+   mispronunciation of "get" may or may not be relevant.
+ - stupid. contemptible and despicable. simple. Take your pick from the
+   dictionary of slang.
+ - "global information tracker": you're in a good mood, and it actually
+   works for you. Angels sing, and a light suddenly fills the room.
+ - "goddamn idiotic truckload of sh*t": when it breaks
+
+This is a stupid (but extremely fast) directory content manager.  It
+doesn't do a whole lot, but what it 'does' do is track directory
+contents efficiently.
+
+%prep
+%setup -q
+%{__make} \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       prefix=/usr \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
This page took 0.035773 seconds and 4 git commands to generate.