forked from pool/colordiff
Accepting request 293694 from devel:tools
1 OBS-URL: https://build.opensuse.org/request/show/293694 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colordiff?expand=0&rev=18
This commit is contained in:
commit
9f8c26153e
3
colordiff-1.0.13.tar.gz
Normal file
3
colordiff-1.0.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce2805a130c81545711df94bc00a93545da3f323d835cc38b452d3396ef86c2a
|
||||||
|
size 19960
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:40527ade24255e8f5b3f83415b8ee1404e58483a77e96e8c016ddaadf581e9d9
|
|
||||||
size 16547
|
|
@ -1,6 +1,8 @@
|
|||||||
--- Makefile
|
Index: Makefile
|
||||||
|
===================================================================
|
||||||
|
--- Makefile.orig
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -36,9 +36,7 @@
|
@@ -35,9 +35,7 @@ install:
|
||||||
else \
|
else \
|
||||||
install -d ${DESTDIR}${ETC_DIR}; \
|
install -d ${DESTDIR}${ETC_DIR}; \
|
||||||
fi
|
fi
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 28 13:59:38 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 1.0.13
|
||||||
|
* see attached CHANGES for details
|
||||||
|
- Cleanup spec-file with spec-cleaner
|
||||||
|
- Update project url
|
||||||
|
- Use url for source
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 10:45:11 UTC 2012 - coolo@suse.com
|
Mon Feb 13 10:45:11 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package colordiff
|
# spec file for package colordiff
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: colordiff
|
Name: colordiff
|
||||||
Url: http://colordiff.sourceforge.net/
|
Version: 1.0.13
|
||||||
Version: 1.0.9
|
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Summary: Colour-highlighted 'diff' output
|
Summary: Colour-highlighted 'diff' output
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Source0: http://colordiff.sourceforge.net/%{name}-%{version}.tar.bz2
|
Url: http://www.colordiff.org
|
||||||
|
Source0: http://www.colordiff.org/%{name}-%{version}.tar.gz
|
||||||
Patch0: colordiff-fix-permission.diff
|
Patch0: colordiff-fix-permission.diff
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,20 +40,20 @@ customized.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
|
mkdir -p %{buildroot}/%{_bindir}
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc
|
mkdir -p %{buildroot}/etc
|
||||||
make INSTALL_DIR=$RPM_BUILD_ROOT/%{_bindir} \
|
make INSTALL_DIR=%{buildroot}/%{_bindir} \
|
||||||
MAN_DIR=$RPM_BUILD_ROOT/%{_mandir}/man1 \
|
MAN_DIR=%{buildroot}/%{_mandir}/man1 \
|
||||||
ETC_DIR=$RPM_BUILD_ROOT/etc install
|
ETC_DIR=%{buildroot}/etc install
|
||||||
gzip $RPM_BUILD_ROOT/%{_mandir}/man1/*.1
|
gzip %{buildroot}/%{_mandir}/man1/*.1
|
||||||
sed -i -e "s@$RPM_BUILD_ROOT@@" $RPM_BUILD_ROOT/%{_bindir}/colordiff
|
sed -i -e "s@%{buildroot}@@" %{buildroot}/%{_bindir}/colordiff
|
||||||
chmod a-x $RPM_BUILD_ROOT/%{_mandir}/man1/colordiff.*
|
chmod a-x %{buildroot}/%{_mandir}/man1/colordiff.*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README TODO COPYING CHANGES BUGS colordiffrc colordiffrc-lightbg
|
%doc README COPYING CHANGES BUGS colordiffrc colordiffrc-lightbg
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%config /etc/colordiffrc
|
%config %{_sysconfdir}/colordiffrc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user