/rocketgit.spec.in (54cf55134de591593e250b9220eb4e6809b307f1) (1190 bytes) (mode 100644) (type blob)
Summary: Light and fast Git hosting solution
Name: @PRJ@
Version: @VER@
Release: @REV@
License: GPLv3
Group: Development/Tools
Source: http://kernel.embedromix.ro/us/rocketgit/%{name}-%{version}.tar.gz
URL: http://kernel.embedromix.ro/us/
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildArch: noarch
Requires: httpd, php-process, php-cli, xinetd, useradd, groupadd
%description
Light and fast Git hosting solution, similar with Gitorious/GitHub/etc.
%pre
getent group rocketgit || groupadd -r rocketgit
getent passwd rocketgit || useradd -r -g rocketgit -s /sbin/nologin -d /home/rocketgit -c "RocketGit user" rocketgit
%prep
%setup
%build
%configure
make
%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}
make install DESTDIR=${RPM_BUILD_ROOT}
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%attr (-,root,root)
@USR_SHARE@/@PRJ@
%doc README LICENSE Changelog TODO
%dir /etc/@PRJ@
%config /etc/@PRJ@/config.php
%config /etc/@PRJ@/config.php.sample
%config /etc/cron.d/rocketgit
%config /etc/xinetd.d/rocketgit
%config /etc/httpd/conf.d/rocketgit.conf
%changelog
* Mon Jun 27 2011 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.2
Another round of bulk changes.
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
20 |
79f9730cd85005a7e2529287be2992987f22ab6e |
.exclude |
100644 |
blob |
59 |
cd4897a82f249e654d3f821f4913aba2300f5cba |
.gitignore |
100644 |
blob |
35147 |
94a9ed024d3859793618152ea559a168bbcbb5e2 |
LICENSE |
100644 |
blob |
676 |
6f0847970ec993071269e09221000eb8eca182be |
Makefile.in |
100644 |
blob |
376 |
29918cb68297e906bfa2e2893dea98bc19799b05 |
README |
100644 |
blob |
5534 |
15b3ab03bc26971ac54d1a63263ba4190ccc2657 |
TODO |
040000 |
tree |
- |
aa106553551f879414d1de0956b752b7a1e86ef3 |
admin |
040000 |
tree |
- |
76a16691bc48bbe42bdc63a6d1244d2d49e4da2d |
artwork |
100755 |
blob |
23 |
d33bb6c4ecdce1390ce1db3c79ea3b93e22ea755 |
configure |
100755 |
blob |
13007 |
eb0f11a7732c5c2dc11cd10c94b0aa471c535d2b |
duilder |
100644 |
blob |
267 |
eb03e0e714a3ccd63b3aef41e3616c16a93ed410 |
duilder.conf |
040000 |
tree |
- |
61379d958a3d80dce95c0e1cb87502bbeb058b2a |
hooks |
040000 |
tree |
- |
c5122f9f1057a3ce8912431745f7e21d2cb47462 |
inc |
100644 |
blob |
1190 |
54cf55134de591593e250b9220eb4e6809b307f1 |
rocketgit.spec.in |
040000 |
tree |
- |
a1e3a2ac65a01a6da0fbf09fa50b4e8bb7f64029 |
root |
040000 |
tree |
- |
dbd37f6af01c2e7de7638f982817fae77b72bbf6 |
samples |
040000 |
tree |
- |
8fcc0c73e2e56f08eb11a93839231b8da2b0a633 |
scripts |
040000 |
tree |
- |
006a92b2ef1a950e8b3d95fa7f805f67c706f95a |
tests |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/rocketgit
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit
Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main