]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core.spec
- 1.4.2
[packages/git-core.git] / git-core.spec
index 4aeb5557ec7b364fb96440b9c4bf39bbfe12dde6..3a59851c5cdd3927554096dcbd7294deac5bc7e9 100644 (file)
@@ -1,17 +1,20 @@
-# TODO: documentation
 Summary:       The stupid content tracker
+Summary(pl):   Prymitywne narzêdzie do ¶ledzenia tre¶ci
 Name:          git-core
-Version:       0.99.8
-Release:       0.1
-Epoch:         0
+Version:       1.4.2
+Release:       1
 License:       GPL v2
 Group:         Development/Tools
-Source0:       http://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2
-# Source0-md5: 0fb209de06352923b66ef1ca50e1b3b7
+Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
+# Source0-md5: 3fc9d2ab17b1060b908236d48102e9fa
+URL:           http://git.or.cz/
+BuildRequires: asciidoc
 BuildRequires: curl-devel
+BuildRequires: expat-devel
 BuildRequires: openssl-devel
 BuildRequires: perl-base
 BuildRequires: python
+BuildRequires: xmlto
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -19,7 +22,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 "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
+   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.
@@ -27,28 +30,73 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
    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
+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.
 
+%description -l pl
+"git" mo¿e oznaczaæ cokolwiek, w zale¿no¶ci od nastroju.
+
+- losow± kombinacjê trzech liter, która jest wymawialna i w³a¶ciwie
+  nie u¿ywana przez ¿adne popularne polecenie uniksowe. Fakt, ¿e jest
+  to b³êdna pisownia s³owa "get" mo¿e mieæ lub nie mieæ znaczenia.
+- g³upi, pogardliwy, prosty. Mo¿na wybraæ ze s³ownika slangu.
+- "global information tracker" (narzêdzie do globalnego ¶ledzenia
+  informacji) - je¶li jeste¶my w dobrym nastroju i git akurat dzia³a.
+  Anio³y ¶piewaj±, a ¶wiat³o niespodziewanie wype³nia pokój.
+- "goddamn idiotic truckload of sh*t" (przeklêty idiotyczny ³adunek
+  g*) - kiedy siê zepsuje.
+
+Jest to prymitywny (ale bardzo szybki) zarz±dca tre¶ci s³ownikowej.
+Nie robi wiele, ale to, co "robi", to wydajne ¶ledzenie zawarto¶ci
+katalogu.
+
+%package devel
+Summary:       header files for git-core
+Group: Development/Libraries
+
+%description devel
+header files for git-core.
+
 %prep
-%setup -q
+%setup -q -n git-%{version}
+
+%build
 %{__make} \
+       prefix=%{_prefix} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags}" \
        LDFLAGS="%{rpmldflags}"
 
+%{__make} -C Documentation
+
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
+
 %{__make} install \
-       prefix=/usr \
+       prefix=%{_prefix} \
+       CFLAGS="%{rpmcflags}" \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%{__make} -C Documentation install \
+       prefix=%{_prefix} \
+       mandir=%{_mandir} \
        DESTDIR=$RPM_BUILD_ROOT
 
+install *.h $RPM_BUILD_ROOT%{_includedir}/%{name}
+install xdiff/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README Documentation/*.html Documentation/howto Documentation/technical
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man*/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
+
+%files devel
+%{_includedir}/*
This page took 0.03511 seconds and 4 git commands to generate.