Page MenuHomeSolus

D6078.diff
No OneTemporary

D6078.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : git-lfs
-version : 2.1.0
-release : 5
+version : 2.7.2
+release : 6
source :
- - https://github.com/git-lfs/git-lfs/archive/v2.1.0.tar.gz : 638e079aab661a8e4d886fd9d4ea728c5e4efcbf657ad4f5497ba39b91e91c08
+ - https://github.com/git-lfs/git-lfs/archive/v2.7.2.tar.gz : e65659f12ec557ae8c778c01ca62d921413221864b68bd93cfa41399028ae67f
homepage : https://git-lfs.github.com
license : MIT
component : programming.tools
@@ -11,6 +11,7 @@
Git LFS is a command line extension for managing large files with Git
networking : yes
builddeps :
+ - git
- golang
- ruby-devel
rundeps :
@@ -21,9 +22,15 @@
build : |
export GEM_PATH=$workdir/gems
export PATH=$PATH:$GEM_PATH/bin
- ./script/man
- ./script/bootstrap
+
+ # the git-lfs makefile uses the system LDFLAGS by default, ypkg sets it up for C/C++ (so don't use it)
+ unset LDFLAGS
+
+ %make
+ %make man
install : |
- install -Dm755 bin/git-lfs $installdir/usr/bin/git-lfs
- install -dm644 $installdir/usr/share/man/man1
- cp man/*.1 $installdir/usr/share/man/man1
+ install -Dm00755 bin/git-lfs $installdir/usr/bin/git-lfs
+ install -Dm00644 -t $installdir/usr/share/man/man1 man/*.1
+ install -Dm00644 -t $installdir/usr/share/man/man5 man/*.5
+check : |
+ %make test
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,15 +3,15 @@
<Name>git-lfs</Name>
<Homepage>https://git-lfs.github.com</Homepage>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">Git extension for versioning large files</Summary>
<Description xml:lang="en">Git LFS is a command line extension for managing large files with Git
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>git-lfs</Name>
@@ -20,17 +20,46 @@
</Description>
<PartOf>programming.tools</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="executable">/usr/bin/git-lfs</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-checkout.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-clean.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-clone.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-env.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-ext.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-fetch.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-filter-process.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-fsck.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-install.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-lock.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-locks.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-logs.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-ls-files.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-migrate.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-pointer.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-post-checkout.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-post-merge.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-pre-push.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-prune.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-pull.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-push.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-smudge.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-status.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-track.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-uninstall.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-unlock.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-untrack.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs-update.1</Path>
+ <Path fileType="man">/usr/share/man/man1/git-lfs.1</Path>
+ <Path fileType="man">/usr/share/man/man5/git-lfs-config.5</Path>
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2017-04-29</Date>
- <Version>2.1.0</Version>
+ <Update release="6">
+ <Date>2019-04-25</Date>
+ <Version>2.7.2</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 11:40 PM (19 h, 28 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5794046
Default Alt Text
D6078.diff (5 KB)

Event Timeline