diff options
author | Jinkun Jang <jinkun.jang@samsung.com> | 2014-03-06 20:08:07 +0900 |
---|---|---|
committer | Jinkun Jang <jinkun.jang@samsung.com> | 2014-03-06 20:08:07 +0900 |
commit | 1eb3341136b5d623c36d6080367b3a3c0c69e926 (patch) | |
tree | 88f0ef7668d6853dfb2ae23fd87a3cdbf7f30253 | |
parent | 3fc64ff6fad6223446c28aadf92ec7e0946ad234 (diff) | |
download | test-accepted/tizen/mobile/20140306.215306.tar.gz test-accepted/tizen/mobile/20140306.215306.tar.bz2 test-accepted/tizen/mobile/20140306.215306.zip |
change spec file for buildsubmit/tizen/20140316.070255submit/tizen/20140306.131644submit/tizen/20140306.110841accepted/tizen/mobile/20140306.215306accepted/tizen/mobile/20140306.113625accepted/tizen/ivi/panda/20140318.013515accepted/tizen/generic/20140317.083715accepted/tizen/generic/20140306.155335accepted/tizen/generic/20140306.121232accepted/tizen_ivi_panda
-rw-r--r-- | packaging/hello.spec | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/packaging/hello.spec b/packaging/hello.spec deleted file mode 100644 index 8f5d9cba..00000000 --- a/packaging/hello.spec +++ /dev/null @@ -1,47 +0,0 @@ -Name: hello -Version: 2.8 -Release: 1%{?dist} -Summary: The "Hello World" program from GNU - -License: GPLv3+ -URL: http://ftp.gnu.org/gnu/%{name} -Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz - -BuildRequires: gettext - -Requires(post): info -Requires(preun): info - -%description -The "Hello World" program, done with all bells and whistles of a proper FOSS -project, including configuration, build, internationalization, help files, etc. - -%prep -%setup -q - -%build -%configure -make %{?_smp_mflags} - -%install -%make_install -%find_lang %{name} -rm -f %{buildroot}/%{_infodir}/dir - -%post -/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : - -%preun -if [ $1 = 0 ] ; then -/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : -fi - -%files -f %{name}.lang -%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO -%{_mandir}/man1/hello.1.gz -%{_infodir}/%{name}.info.gz -%{_bindir}/hello - -%changelog -* Tue Sep 06 2011 The Coon of Ty <Ty@coon.org> 2.8-1 -- Initial version of the package |