Bump to 3.8 accepted/tizen_8.0_base accepted/tizen_base_tool sandbox/backup/diffutils_3.8_20231228 sandbox/diffutils_3.8 tizen_8.0_base accepted/tizen/8.0/base/20231005.044641 accepted/tizen/base/20230714.003303 accepted/tizen/base/tool/20230128.012855 submit/tizen_base/20230105.060043 submit/tizen_base/20230125.061402 submit/tizen_base/20230127.080752 submit/tizen_base/20230128.011512 tizen_8.0_m2_release
authorTizenOpenSource <tizenopensrc@samsung.com>
Tue, 27 Dec 2022 03:15:46 +0000 (12:15 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Tue, 27 Dec 2022 03:15:46 +0000 (12:15 +0900)
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
packaging/diffutils.changes [new file with mode: 0644]
packaging/diffutils.manifest [new file with mode: 0644]
packaging/diffutils.spec [new file with mode: 0644]

diff --git a/packaging/diffutils.changes b/packaging/diffutils.changes
new file mode 100644 (file)
index 0000000..91820b8
--- /dev/null
@@ -0,0 +1,10 @@
+* Wed Jan 15 2014 Ćukasz Stelmach <l.stelmach@samsung.com> upstream/3.3@873702
+- Import Upstream version 3.3
+- resetting manifest requested domain to floor (5707c5fb)
+
+* Sat May 11 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130509.173821@7f395c5
+- Set license using %license (4cd65558)
+- remove patches (7f395c54)
+- stdio          (272bfb8a)
+- remove patches (4f3ddb45)
+- add packaging  (b675d80d)
diff --git a/packaging/diffutils.manifest b/packaging/diffutils.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/diffutils.spec b/packaging/diffutils.spec
new file mode 100644 (file)
index 0000000..004a0c1
--- /dev/null
@@ -0,0 +1,42 @@
+Name:           diffutils
+Version:        3.8
+Release:        0
+License:        GPL-3.0+ and GFDL-1.3+
+Summary:        GNU diff Utilities
+Url:            http://www.gnu.org/software/diffutils/
+Group:          System/Utilities
+Source:         %{name}-%{version}.tar.xz
+Source1001:    diffutils.manifest
+BuildRequires:  xz
+Provides:       diff = %{version}
+Obsoletes:      diff < %{version}
+
+%description
+The GNU diff utilities find differences between files. diff is used to
+make source code patches, for instance.
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+%build
+CFLAGS+=" -fPIC -pie"
+%configure --disable-nls
+make %{?_smp_mflags}
+
+%install
+%make_install
+gzip -9 %{buildroot}%{_infodir}/%{name}.info
+
+
+%files
+%manifest %{name}.manifest
+%license COPYING
+%defattr(-,root,root)
+%{_bindir}/cmp
+%{_bindir}/diff
+%{_bindir}/diff3
+%{_bindir}/sdiff
+%doc %{_infodir}/%{name}.info.gz
+%doc %{_mandir}/man1/*.gz
+