SPECS: git-core.spec (NEW) - initial PLD release

witekfl witekfl at pld-linux.org
Mon Oct 3 18:07:16 CEST 2005


Author: witekfl                      Date: Mon Oct  3 16:07:16 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   git-core.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/git-core.spec
diff -u /dev/null SPECS/git-core.spec:1.1
--- /dev/null	Mon Oct  3 18:07:16 2005
+++ SPECS/git-core.spec	Mon Oct  3 18:07:10 2005
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+# 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}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/03 16:07:10  witekfl
+- initial PLD release
+
+Revision 1.53  2005/08/15 21:54:32  glen
+- adapterized and other things
+
================================================================



More information about the pld-cvs-commit mailing list